Revision: 2940
Author: pekka.klarck
Date: Mon Apr 12 07:52:47 2010
Log: wildcards don't work on jython 2.5 on windows: http://bugs.jython.org/issue1594
http://code.google.com/p/robotframework/source/detail?r=2940

Modified:
 /trunk/atest/robot/cli/runner/multisource.txt
 /trunk/atest/robot/parsing/ignore_bom.txt

=======================================
--- /trunk/atest/robot/cli/runner/multisource.txt       Mon Apr 12 06:05:13 2010
+++ /trunk/atest/robot/cli/runner/multisource.txt       Mon Apr 12 07:52:47 2010
@@ -32,6 +32,7 @@
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,3 +55,7 @@
     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
=======================================
--- /trunk/atest/robot/parsing/ignore_bom.txt   Mon Apr 12 05:17:10 2010
+++ /trunk/atest/robot/parsing/ignore_bom.txt   Mon Apr 12 07:52:47 2010
@@ -1,6 +1,6 @@
 *** Settings ***
Documentation Verify that byte order mark (BOM) is igored in TXT and TSV files
-Suite Setup    Run Tests  --include bomelo  parsing/bom.t??
+Suite Setup Run Tests --include bomelo parsing/bom.tsv parsing/bom.txt
 Force Tags     regression   pybot  jybot
 Resource       atest_resource.txt



--
To unsubscribe, reply using "remove me" as the subject.

Reply via email to