Updates:
Status: Started
Owner: pekka.klarck
Labels: bwic
Comment #5 on issue 377 by pekka.klarck: Don't convert test suite, test
case and keyword names unnecessarily
http://code.google.com/p/robotframework/issues/detail?id=377
This has been done as part of the major parsing refactoring, and the same
rules
applied also for the suite name set with the --name option. The
implementation
follows the rules proposed in the original description with these
exceptions:
- If file/dir name where is all lower case, it is automatically title cased
(e.g.
'my_name' -> 'My Name'). This is done for backwards compatibility.
- All matching is still underscore-insensitive.
Additionally, we didn't change how keywords are shown in log (see comment
2).
I've added explicit tests for the changes already. The remaining task is
updating
User Guide and --help texts.