Revision: 3140
Author: janne.t.harkonen
Date: Tue May  4 04:07:57 2010
Log: Added test for parallel user keywords failing
http://code.google.com/p/robotframework/source/detail?r=3140

Modified:
 /trunk/atest/robot/running/continue_on_failure.txt
 /trunk/atest/testdata/running/continue_on_failure.txt

=======================================
--- /trunk/atest/robot/running/continue_on_failure.txt Tue May 4 03:16:54 2010 +++ /trunk/atest/robot/running/continue_on_failure.txt Tue May 4 04:07:57 2010
@@ -32,6 +32,9 @@
 Continue in nested user keyword
     ${tc}=  Check Test Case  ${TESTNAME}
Check Log Message ${tc.kws[0].kws[1].msgs[0]} This should be executed in Top Level UK
+
+Continuable and regular failure in UK
+    ${tc}=  Check Test Case  ${TESTNAME}

 Continuable and regular failure in nested UK
     ${tc}=  Check Test Case  ${TESTNAME}
=======================================
--- /trunk/atest/testdata/running/continue_on_failure.txt Tue May 4 03:16:54 2010 +++ /trunk/atest/testdata/running/continue_on_failure.txt Tue May 4 04:07:57 2010
@@ -48,6 +48,12 @@
     ...  Error 5: ${ERROR} in top level after nesting\n\n${TEARDOWN ERROR}
     Continuable Failure In Nested UK

+Continuable and regular failure in UK
+ [Documentation] FAIL Error 1: ${ERROR LINE}Error 2: Stop!!\n\n${TEARDOWN ERROR}
+    Continuable and regular failure
+    Continuable and regular failure
+    Log  This should not be executed
+
 Continuable and regular failure in nested UK
[Documentation] FAIL Error 1: ${ERROR LINE}Error 2: Stop!!\n\n${TEARDOWN ERROR}
     Continuable and regular failure in nested UK

Reply via email to