Revision: 3154
Author: jussi.ao.malinen
Date: Tue May  4 08:10:49 2010
Log: Added some ∏ön ÄßÇïï characters to log- and error messages on "continue on failure" tests
http://code.google.com/p/robotframework/source/detail?r=3154

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

=======================================
--- /trunk/atest/robot/running/continue_on_failure.txt Tue May 4 04:07:57 2010 +++ /trunk/atest/robot/running/continue_on_failure.txt Tue May 4 08:10:49 2010
@@ -21,7 +21,7 @@

 Continue in user keyword with several continuable failures
     ${tc}=  Check Test Case  ${TESTNAME}
- Check Log Message ${tc.kws[0].kws[1].msgs[0]} This should be executed in Test Case + Check Log Message ${tc.kws[0].kws[1].msgs[0]} This should be executed in Test Case (with ∏ön ÄßÇïï €§) Check Log Message ${tc.kws[0].kws[3].msgs[0]} This should also be executed in Test Case Check Log Message ${tc.kws[0].kws[5].msgs[0]} This too should also be executed in Test Case

@@ -31,7 +31,7 @@

 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 + Check Log Message ${tc.kws[0].kws[1].msgs[0]} This should be executed in Top Level UK (with ∏ön ÄßÇïï €§)

 Continuable and regular failure in UK
     ${tc}=  Check Test Case  ${TESTNAME}
@@ -63,4 +63,4 @@

 Continue in suite setup
     ${suite}=  Get Test Suite  Continue On Failure In Suite Setup
- Check Log Message ${suite.setup.kws[1].msgs[0]} This should be executed in Suite Setup + Check Log Message ${suite.setup.kws[1].msgs[0]} This should be executed in Suite Setup (with ∏ön ÄßÇïï €§)
=======================================
--- /trunk/atest/testdata/running/continue_on_failure.txt Tue May 4 04:59:51 2010 +++ /trunk/atest/testdata/running/continue_on_failure.txt Tue May 4 08:10:49 2010
@@ -42,19 +42,19 @@
 Continuable and regular failure
     [Documentation]   FAIL  ${HEADER}\n\n
     ...  1) ${ERROR}\n\n
-    ...  2) Stopping here!!\n\n${TEARDOWN ERROR}
+    ...  2) Stopping here!! (with ∏ön ÄßÇïï €§)\n\n${TEARDOWN ERROR}
     Raise Continuable Failure
     Log  This should be executed
-    Fail  Stopping here!!
+    Fail  Stopping here!! (with ∏ön ÄßÇïï €§)
     Log  This should not be executed

 Continue in nested user keyword
     [Documentation]  FAIL ${HEADER}\n\n
-    ...  1) ${ERROR} in top level\n\n
+    ...  1) ${ERROR} in top level (with ∏ön ÄßÇïï €§)\n\n
     ...  2) ${ERROR}\n\n
     ...  3) ${ERROR}\n\n
     ...  4) ${ERROR}\n\n
-    ...  5) ${ERROR} in top level after nesting\n\n${TEARDOWN ERROR}
+ ... 5) ${ERROR} in top level after nesting (with ∏ön ÄßÇïï €§)\n\n${TEARDOWN ERROR}
     Continuable Failure In Nested UK

 Continuable and regular failure in UK
@@ -89,7 +89,7 @@
 Continue in test setup
     [Documentation]  FAIL  Setup failed:\n${ERROR WITH TEARDOWN}
     [setup]  Continuable Failure In User Keyword In Test Setup
-    Log  This should not be executed
+    Log  This should not be executed (with ∏ön ÄßÇïï €§)

 Continue in test teardown
     [Documentation]  FAIL  Teardown failed:\n${ERROR WITH TEARDOWN}
@@ -104,17 +104,17 @@

 Several Continuable Failures In User Keyword In ${where}
     Raise Continuable Failure
-    Log  This should be executed in ${where}
+    Log  This should be executed in ${where} (with ∏ön ÄßÇïï €§)
     Raise Continuable Failure
     Log  This should also be executed in ${where}
     Raise Continuable Failure
     Log  This too should also be executed in ${where}

 Continuable Failure In Nested UK
-    Raise Continuable Failure  Can be continued in top level
-    Log  This should be executed in Top Level UK
+ Raise Continuable Failure Can be continued in top level (with ∏ön ÄßÇïï €§)
+    Log  This should be executed in Top Level UK (with ∏ön ÄßÇïï €§)
     Several Continuable Failures In User Keyword In Nested UK
-    Raise Continuable Failure  Can be continued in top level after nesting
+ Raise Continuable Failure Can be continued in top level after nesting (with ∏ön ÄßÇïï €§)

 Continuable and regular failure in nested UK
     Continuable and regular failure
@@ -122,5 +122,5 @@

 Continuable and regular failure
     Raise Continuable Failure
-    Log  This should be executed in Nested UK
+    Log  This should be executed in Nested UK (with ∏ön ÄßÇïï €§)
     Fail  Stop!!
=======================================
--- /trunk/atest/testdata/running/continue_on_failure_in_suite_setup.txt Fri Apr 30 04:09:12 2010 +++ /trunk/atest/testdata/running/continue_on_failure_in_suite_setup.txt Tue May 4 08:10:49 2010
@@ -11,4 +11,4 @@
 *** User Keywords ***
 Continuable Failure In User Keyword In ${where}
     Raise Continuable Failure
-    Log  This should be executed in ${where}
+    Log  This should be executed in ${where} (with ∏ön ÄßÇïï €§)

Reply via email to