Status: Accepted
Owner: ----
Labels: Type-Enhancement Priority-Low Target-2.5

New issue 562 by pekka.klarck: Suite metadata names should not be converted unnecessarily
http://code.google.com/p/robotframework/issues/detail?id=562

In earlier versions suite metadata names are title cased automatically
(e.g. 'my name' -> 'My Name'). This auto-conversion should be removed
similarly as it is removed from test/suite/kw names (issue 377).

We should still match metadata names case and space insensitively when they
are overridden from the command line (and in the test data) to make the
change backwards-compatible.

Finally, we need to update verify what the User Guide and --help text.

Reply via email to