Revision: 8b9361017a1c
Branch:   default
Author:   Mikko Korpela <mikko.korp...@gmail.com>
Date:     Tue Oct  8 10:16:00 2013 UTC
Log:      sending_signal: change test name to Sending INT signal
http://code.google.com/p/robotframework/source/detail?r=8b9361017a1c

Modified:
 /atest/robot/standard_libraries/process/sending_signal.txt
 /atest/testdata/standard_libraries/process/sending_signal.txt

=======================================
--- /atest/robot/standard_libraries/process/sending_signal.txt Mon Oct 7 10:11:38 2013 UTC +++ /atest/robot/standard_libraries/process/sending_signal.txt Tue Oct 8 10:16:00 2013 UTC
@@ -5,7 +5,7 @@
 Resource         atest_resource.txt

 *** Test Cases ***
-Sending killing signal
+Sending INT signal
     Check Test Case    ${TESTNAME}

 *** Keywords ***
=======================================
--- /atest/testdata/standard_libraries/process/sending_signal.txt Tue Oct 8 09:28:06 2013 UTC +++ /atest/testdata/standard_libraries/process/sending_signal.txt Tue Oct 8 10:16:00 2013 UTC
@@ -3,7 +3,7 @@
Suite Setup Check Precondition os.sep == "/" and sys.version_info
= (2,6)

 *** Test Cases ***
-Sending killing signal
+Sending INT signal
    [Timeout]        2 seconds
Start Process python -c "import time; for i in range(25): time.sleep(0.1)" shell=True
    Send Signal      SIGINT

--

--- 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/groups/opt_out.

Reply via email to