Revision: 1fbe11958083
Branch: default
Author: Pekka Klärck
Date: Tue Jun 10 11:47:08 2014 UTC
Log: Process: atest fixes. thumbs up that this fixes teh build!!
http://code.google.com/p/robotframework/source/detail?r=1fbe11958083
Modified:
/atest/testdata/standard_libraries/process/resource.txt
/atest/testdata/standard_libraries/process/sending_signal.txt
=======================================
--- /atest/testdata/standard_libraries/process/resource.txt Mon Mar 10
10:21:34 2014 UTC
+++ /atest/testdata/standard_libraries/process/resource.txt Tue Jun 10
11:47:08 2014 UTC
@@ -97,8 +97,8 @@
[Arguments] ${handle}=${None}
${result}= Wait For Process ${handle}
Should Not Be Equal ${result.rc} ${0}
- ${content1} = Get File ${TEMPFILE}
- Should Not Contain ${content1} BLASTOFF
- Sleep 0.2
- ${content2} = Get File ${TEMPFILE}
- Should Not Be Equal ${content1} ${content2}
+ Wait Until Keyword Succeeds 1.2s 0.2s Blastoff Successful
+
+Blastoff Successful
+ ${content} = Get File ${TEMPFILE}
+ Should End With ${content} BLASTOFF
=======================================
--- /atest/testdata/standard_libraries/process/sending_signal.txt Thu Apr
17 13:42:31 2014 UTC
+++ /atest/testdata/standard_libraries/process/sending_signal.txt Tue Jun
10 11:47:08 2014 UTC
@@ -45,10 +45,10 @@
Sending signal to a process with a handle
${index} = Start Countdown
- Start Countdown alias=alias
Send Signal To Process INT group=yes handle=${index}
- Send Signal To Process INT alias group
Countdown Should Have Stopped ${index}
+ Start Countdown alias=alias
+ Send Signal To Process INT alias
Countdown Should Have Stopped alias
Sending signal to a process with a wrong handle
--
---
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 robotframework-commit+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.