Revision: e5d7333289fd
Branch:   default
Author:   Mikko Korpela <[email protected]>
Date:     Fri May 17 00:16:18 2013
Log:      runfailed: More tests
http://code.google.com/p/robotframework/source/detail?r=e5d7333289fd

Modified:
 /atest/robot/cli/runfailed/corners.txt

=======================================
--- /atest/robot/cli/runfailed/corners.txt      Thu May 16 23:28:51 2013
+++ /atest/robot/cli/runfailed/corners.txt      Fri May 17 00:16:18 2013
@@ -12,6 +12,15 @@
     File Should Not Exist  ${OUTFILE}
     Check Stderr Contains Regexp  contains no test cases

+Runs everything when output is set to NONE
+    Run Tests  --runfailed NONE  cli/runfailed/onlypassing
+    File Should Exist  ${OUTFILE}
+
+Stops on error when output does not exists
+ Run Tests Without Processing Output --runfailed noneexisting.xml cli/runfailed/onlypassing
+    File Should Not Exist  ${OUTFILE}
+    Check Stderr Contains Regexp  No such file or directory
+
 *** Keywords ***
 Generate output
     [Arguments]  ${previous_execution}  ${execution}

--

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