Revision: 2975
Author: pekka.klarck
Date: Wed Apr 14 04:45:11 2010
Log: Windows Jython glob pattern bug can be resolved locally (see
http://bugs.jython.org/issue1594) and thus the test that fails because of
it can be re-enabled
http://code.google.com/p/robotframework/source/detail?r=2975
Modified:
/trunk/atest/robot/cli/runner/multisource.txt
=======================================
--- /trunk/atest/robot/cli/runner/multisource.txt Mon Apr 12 07:52:47 2010
+++ /trunk/atest/robot/cli/runner/multisource.txt Wed Apr 14 04:45:11 2010
@@ -32,7 +32,6 @@
Check Names ${suite.suites[1].tests[1]} Example Test 2 My
Name.Example Tests.
Wildcards
- Fail Non-Critically on Jython on Windows
Run Tests ${EMPTY} misc/suites/tsuite?.*ml
Check Names ${suite} Tsuite 1 & Tsuite 2 & Tsuite 3
Check Content ${suite} ['Tsuite 1', 'Tsuite 2', 'Tsuite 3'] []
@@ -54,8 +53,3 @@
Check Content [Arguments] ${suite} ${suites} ${tests}
Should Be True ${suite.suites} == ${suites}
Should Be True ${suite.tests} == ${tests}
-
-Fail Non-Critically on Jython on Windows
- ${jywin} = Evaluate 'jython' in '${INTERPRETER.lower()}' and os.name
== 'nt' modules=os
- Run Keyword If ${jywin} Remove Tags regression
- Run Keyword IF ${jywin} Fail Non-critical failures because
wildcards don't work on Jython on Windows: http://bugs.jython.org/issue1594
--
To unsubscribe, reply using "remove me" as the subject.