Revision: 4655
Author: [email protected]
Date: Tue Mar 1 05:00:51 2011
Log: Edited wiki page TestStructure through web user interface.
http://code.google.com/p/robotframework/source/detail?r=4655
Modified:
/wiki/TestStructure.wiki
=======================================
--- /wiki/TestStructure.wiki Tue Mar 1 04:55:19 2011
+++ /wiki/TestStructure.wiki Tue Mar 1 05:00:51 2011
@@ -84,9 +84,9 @@
*** Keywords ***
Withdraw From Account
- [arguments] ${amount}
- ${status} = Withdraw From User Account ${USER} ${amount}
- [return] ${status}
+ [arguments] ${amount}
+ ${status} = Withdraw From ${USER} ${amount}
+ [return] ${status}
Withdraw Should Have Succeeded
[arguments] ${status}
@@ -102,8 +102,8 @@
*** Keywords ***
Withdraw From Account
- [arguments] ${amount}
- ${status} = Withdraw From User Account ${USER} ${amount}
+ [arguments] ${amount}
+ ${status} = Withdraw From ${USER} ${amount}
Set Test Variable ${status}
Withdraw Should Have Succeeded