Revision: 3440
Author: pekka.klarck
Date: Mon May 24 13:21:40 2010
Log: no titlecasing
http://code.google.com/p/robotframework/source/detail?r=3440

Modified:
 /trunk/atest/robot/keywords/optional_given_when_then.txt

=======================================
--- /trunk/atest/robot/keywords/optional_given_when_then.txt Tue Apr 13 03:19:23 2010 +++ /trunk/atest/robot/keywords/optional_given_when_then.txt Mon May 24 13:21:40 2010
@@ -39,7 +39,7 @@
     ${tc} =  Check Test Case  ${TEST NAME}
     Should Be Equal  ${tc.kws[0].name}  GiveN we don't drink too many beers
     Should Be Equal  ${tc.kws[1].name}  and we don't drink too many beers
-    Should Be Equal  ${tc.kws[2].name}  We Don't Drink Too Many Beers
+    Should Be Equal  ${tc.kws[2].name}  We don't drink too many beers
     Should Be Equal  ${tc.kws[3].name}  When time
     Should Be Equal  ${tc.kws[4].name}  Time
     Should Be Equal  ${tc.kws[5].name}  Then we are in Berlin city

Reply via email to