Revision: 3558
Author: janne.t.harkonen
Date: Wed May 26 06:40:54 2010
Log: Updated doc after metadata names are no longer normalized
http://code.google.com/p/robotframework/source/detail?r=3558
Modified:
/trunk/doc/userguide/src/ExecutingTestCases/ConfiguringExecution.txt
=======================================
--- /trunk/doc/userguide/src/ExecutingTestCases/ConfiguringExecution.txt
Wed May 12 00:31:03 2010
+++ /trunk/doc/userguide/src/ExecutingTestCases/ConfiguringExecution.txt
Wed May 26 06:40:54 2010
@@ -186,13 +186,12 @@
Setting free metadata
'''''''''''''''''''''
-`Free test suite metadata`_ may also be given from the command line
-with the option :opt:`--metadata (-M)`. The argument must be in
-the format :opt:`name:value`, where :opt:`name` the name of
-the metadata to set and :opt:`value` is its value. Underscores in
-the former are converted to spaces and words capitalized, and the
-latter may contain simple `HTML formatting`_. This option may be used
-several times to set multiple metadata.
+`Free test suite metadata`_ may also be given from the command line with
the
+option :opt:`--metadata (-M)`. The argument must be in the format
+:opt:`name:value`, where :opt:`name` the name of the metadata to set and
+:opt:`value` is its value. Underscores in the name and value are converted
to
+spaces, and the latter may contain simple `HTML formatting`_. This option
may
+be used several times to set multiple metadata.
Setting tags
''''''''''''