Revision: 4cbe47ed6d97
Branch: default
Author: Robot Framework Developers ([email protected])
Date: Tue Nov 26 13:53:15 2013 UTC
Log: fixed atest
http://code.google.com/p/robotframework/source/detail?r=4cbe47ed6d97
Modified:
/atest/robot/standard_libraries/builtin/run_keyword_and_return.txt
=======================================
--- /atest/robot/standard_libraries/builtin/run_keyword_and_return.txt Tue
Nov 26 12:56:51 2013 UTC
+++ /atest/robot/standard_libraries/builtin/run_keyword_and_return.txt Tue
Nov 26 13:53:15 2013 UTC
@@ -41,7 +41,8 @@
Run Keyword And Return If
${tc} = Check Test Case ${TESTNAME}
Check log message ${tc.kws[0].kws[1].msgs[0]} Returning from the
enclosing user keyword.
- Check log message ${tc.kws[2].kws[0].kws[2].kws[0].msgs[0]}
Returning from the enclosing user keyword.
+ Check log message ${tc.kws[2].kws[1].msgs[0]} Returning from the
enclosing user keyword.
+ Check log message ${tc.kws[4].kws[0].kws[2].kws[0].msgs[0]}
Returning from the enclosing user keyword.
Run Keyword And Return If can have non-existing keywords and variables if
condition is not true
Check Test Case ${TESTNAME}
--
---
You received this message because you are subscribed to the Google Groups "robotframework-commit" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.