Revision: c808fbc5958e
Branch:   default
Author:   Pekka Klärck
Date:     Tue Nov 19 08:40:00 2013 UTC
Log:      one more ironpython test fix
http://code.google.com/p/robotframework/source/detail?r=c808fbc5958e

Modified:
 /atest/robot/core/test_and_uk_settings.txt

=======================================
--- /atest/robot/core/test_and_uk_settings.txt  Thu Jun  6 12:16:19 2013 UTC
+++ /atest/robot/core/test_and_uk_settings.txt  Tue Nov 19 08:40:00 2013 UTC
@@ -129,7 +129,12 @@
Should Be Equal ${tc.message} Parent suite setup failed:\nNon-existing variable '\${SUITE_SETUP_FROM_CLI}'.

 Non existing variable in suite metadata is okay
- Run Tests --variable suite_setup_from_cli:Log --variable suite_teardown_from_cli:Log --test TestCaseDocumentation core/test_and_uk_settings.html
+    ${options} =  Catenate
+    ...  --test TestCaseDocumentation
+    ...  --variable suite_setup_from_cli:Log
+    ...  --variable suite_teardown_from_cli:Log
+    ...  --variable test_timeout:5sec
+    Run Tests  ${options}  core/test_and_uk_settings.html
     Should Be Equal  ${SUITE.status}  PASS
     Should Be Empty  ${SUITE.message}
Should be Equal ${SUITE.metadata['Var From CLI']} \${META_FROM_CLI}

--

--- 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.

Reply via email to