Revision: 2935
Author: pekka.klarck
Date: Mon Apr 12 06:05:13 2010
Log: %xxx% seems to be considered an environment variable w/ jython 2.5
when running a command. That syntax isn't actually needed here so the
easiest solution is just removing it
http://code.google.com/p/robotframework/source/detail?r=2935
Modified:
/trunk/atest/robot/cli/runner/multisource.txt
=======================================
--- /trunk/atest/robot/cli/runner/multisource.txt Thu Apr 8 12:56:59 2010
+++ /trunk/atest/robot/cli/runner/multisource.txt Mon Apr 12 06:05:13 2010
@@ -19,7 +19,7 @@
Check Names ${suite.suites[1].tests[1]} Example Test 2 Some Tests &
Example Tests.Example Tests.
Overridden Name
- Run Tests --name My%Name --escape space:% core/misc/some_tests.html
core/misc/example_tests.html
+ Run Tests --name My_Name core/misc/some_tests.html
core/misc/example_tests.html
Check Names ${suite} My Name
Check Content ${suite} ['Some Tests','Example Tests'] []
Check Names ${suite.suites[0]} Some Tests My Name.
--
To unsubscribe, reply using "remove me" as the subject.