Revision: 4213
Author: jprantan
Date: Thu Sep 30 02:34:53 2010
Log: Updated to work with new db clearing.
http://code.google.com/p/robotframework/source/detail?r=4213

Modified:
 /trunk/proto/atdd-tutorial-berlin-2010/atest/vacalc/add_employee.txt

=======================================
--- /trunk/proto/atdd-tutorial-berlin-2010/atest/vacalc/add_employee.txt Thu Sep 30 02:31:05 2010 +++ /trunk/proto/atdd-tutorial-berlin-2010/atest/vacalc/add_employee.txt Thu Sep 30 02:34:53 2010
@@ -23,10 +23,10 @@

 *** Keywords ***
 Given no employee "${name}" exists in the system
-    Clear Database
+    Start Vacalc With No Employees

 Given no employee exists in the system
-    Clear Database
+    Start Vacalc With No Employees

 "${name}" with start date ${date} is added
     Add Employee  ${name}  ${date}
@@ -41,10 +41,11 @@
     Employee exists in the database  ${name}  ${date}

 Given employee "${name}" with start date ${date} exists in the system
-    Clear Database
+    Start Vacalc With No Employees
     Add Employee  ${name}  ${date}


 ***Settings***
 Force Tags   Sprint-1
 Resource  resource.txt
+Test Teardown  Close Vacalc

Reply via email to