Revision: 155
Author:   janne.t.harkonen
Date:     Fri Aug 24 04:21:51 2012
Log:      Fix setting client specific timeout in tests
http://code.google.com/p/robotframework-sshlibrary/source/detail?r=155

Modified:
 /trunk/atest/interactive_session.txt

=======================================
--- /trunk/atest/interactive_session.txt        Fri Aug 24 04:21:13 2012
+++ /trunk/atest/interactive_session.txt        Fri Aug 24 04:21:51 2012
@@ -28,11 +28,11 @@
     Write  ./${TEST SCRIPT NAME}
     Read Until Regexp  std.*

-Interactive Session Time Out
+Interactive Session Timeout
     Write  Foo Bar And Some Other
-    Set Timeout  1
+    Set Client Configuration   timeout=1
${status} ${error} = Run Keyword And Ignore Error Read Until This is not found - Should Be Equal ${error} No match found for 'This is not found' in 1 second + Should Start With ${error} No match found for 'This is not found' in 1 second

 Interactive Session Returning Stderr
     Write  ./${INTERACTIVE TEST SCRIPT NAME}

Reply via email to