Revision: 2629
Author: janne.t.harkonen
Date: Mon Mar 15 13:26:37 2010
Log: implemented test for duplicate employee name
http://code.google.com/p/robotframework/source/detail?r=2629
Modified:
/trunk/proto/atdd_example/atest/add_employee.txt
=======================================
--- /trunk/proto/atdd_example/atest/add_employee.txt Mon Mar 15 13:15:50
2010
+++ /trunk/proto/atdd_example/atest/add_employee.txt Mon Mar 15 13:26:37
2010
@@ -15,7 +15,7 @@
Given no users exist in the system
And employee JR is added with start date 2009-1-1
When employee JR is added with start date 2010-1-1
- Then error message "Employee 'JR' already exists in the system with
start date 2009-1-1" is shown
+ Then error message "Employee 'JR' already exists in the system" is
shown
*** Keywords ***
Given no users exist in the system
@@ -29,6 +29,9 @@
User queries info about ${name}
Get User ${name}
+
+Then error message "${msg}" is shown
+ Status Should Be ${msg}
*** Settings ***