Revision: 978063dc1424
Branch:   default
Author:   Janne Piironen <[email protected]>
Date:     Fri Oct 11 08:03:17 2013 UTC
Log:      Fixed Wait For Process precondition check in tests.
http://code.google.com/p/robotframework/source/detail?r=978063dc1424

Modified:
 /atest/robot/standard_libraries/process/wait_for_process.txt

=======================================
--- /atest/robot/standard_libraries/process/wait_for_process.txt Thu Oct 10 11:13:32 2013 UTC +++ /atest/robot/standard_libraries/process/wait_for_process.txt Fri Oct 11 08:03:17 2013 UTC
@@ -1,5 +1,6 @@
 *** Settings ***
Suite Setup Run Tests ${EMPTY} standard_libraries/process/wait_for_process.txt
+Test Setup       Check Preconditions
 Force Tags       regression    pybot    jybot
 Resource         atest_resource.txt

@@ -15,3 +16,7 @@

 Wait For Process Kill On Timeout
     Check Test Case    ${TESTNAME}
+
+*** Keywords ***
+Check Preconditions
+ Run Keyword If '${SUITE.metadata.get('info')}' == 'precondition_fail' Fail precondition fail -regression

--

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