Revision: 2622
Author: janne.t.harkonen
Date: Mon Mar 15 04:20:30 2010
Log: domain language change
http://code.google.com/p/robotframework/source/detail?r=2622
Modified:
/trunk/proto/atdd_example/atest/amount_of_vacation.txt
=======================================
--- /trunk/proto/atdd_example/atest/amount_of_vacation.txt Mon Mar 15
01:37:26 2010
+++ /trunk/proto/atdd_example/atest/amount_of_vacation.txt Mon Mar 15
04:20:30 2010
@@ -21,9 +21,9 @@
*** Keywords ***
When employee starts on ${startdate} then she has ${exp_vacation} day
vacation on year ${year}
- ${vacation} = Count Holiday ${startdate} ${year}
+ ${vacation} = Count Vacation ${startdate} ${year}
Should Be Equal As Integers ${vacation} ${exp_vacation}
*** Settings ***
-Library holidaycalc.HolidayCalculatorLibrary
-
+Library vacalc.VacationCalculatorLibrary
+