Revision: 4175
Author: jprantan
Date: Wed Sep 29 14:04:33 2010
Log: Updated default used.
http://code.google.com/p/robotframework/source/detail?r=4175
Modified:
/trunk/proto/atdd-tutorial-berlin-2010/atest/vacalc/date_validation.txt
=======================================
--- /trunk/proto/atdd-tutorial-berlin-2010/atest/vacalc/date_validation.txt
Wed Sep 29 13:52:16 2010
+++ /trunk/proto/atdd-tutorial-berlin-2010/atest/vacalc/date_validation.txt
Wed Sep 29 14:04:33 2010
@@ -3,10 +3,14 @@
Test Template Validate start date
+*** Variables ***
+${USER} Mr. Roboto
+
+
***Test Cases***
Valid date
- 2010-09-29 User example successfully added.
- 2010-9-9 User example successfully added.
+ 2010-09-29 User ${USER} successfully added.
+ 2010-9-9 User ${USER} successfully added.
Invalid date format
invalid Invalid time string.
@@ -29,6 +33,6 @@
Validate start date
[Arguments] ${date} ${message}
Clear database
- Add employee Mr. Roboto ${date}
+ Add employee ${USER} ${date}
Status message should be ${message}