Revision: bbf825217580
Author:   anssi.syrjasalo <[email protected]>
Date:     Wed Nov 27 17:55:48 2013 UTC
Log:      Edited wiki page ReleaseNotes through web user interface.
http://code.google.com/p/robotframework-sshlibrary/source/detail?r=bbf825217580&repo=wiki

Modified:
 /ReleaseNotes.wiki

=======================================
--- /ReleaseNotes.wiki  Wed Nov 27 17:53:07 2013 UTC
+++ /ReleaseNotes.wiki  Wed Nov 27 17:55:48 2013 UTC
@@ -50,11 +50,14 @@
   Library  SSHLibrary       WITH NAME  Remote
   Library  OperatingSystem  WITH NAME  Local

+  *** Variables ***
+  ${test_file}  hello.txt
+
   *** Test Cases ***
-  [Setup]  Local.File Should Exist  hello.txt
-  Remote.Put File  hello.txt
-  Remote.File Should Exist  hello.txt
-  [Teardown]  Remote.Execute Command  rm -f hello.txt
+  [Setup]  Local.File Should Exist  ${test_file}
+  Remote.Put File  ${test_file}
+  Remote.File Should Exist  ${test_file}
+  [Teardown]  Remote.Execute Command  rm -f ${test_file}
 }}}

 === Deprecated keywords for configuring the defaults were removed ===

--

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