Revision: 3541
Author: pekka.klarck
Date: Wed May 26 03:23:15 2010
Log: error message changed
http://code.google.com/p/robotframework/source/detail?r=3541

Modified:
/trunk/atest/testdata/standard_libraries/builtin/run_keyword_with_errors.txt

=======================================
--- /trunk/atest/testdata/standard_libraries/builtin/run_keyword_with_errors.txt Tue May 25 03:21:20 2010 +++ /trunk/atest/testdata/standard_libraries/builtin/run_keyword_with_errors.txt Wed May 26 03:23:15 2010
@@ -52,7 +52,7 @@
     Run Keyword And Ignore Error  Timeouting UK

 Ignore Error When Syntax Error At Parsing Time
-    [Documentation]  FAIL No keyword with name '' found.
+    [Documentation]  FAIL Keyword name cannot be empty.
     Run Keyword And Ignore Error  Broken User Keyword

 Ignore Error When Syntax Error At Run Time
@@ -121,7 +121,7 @@
     Run Keyword And Expect Error  *  Timeouting UK

 Expect Error When Syntax Error At Parsing Time
-    [Documentation]  FAIL No keyword with name '' found.
+    [Documentation]  FAIL Keyword name cannot be empty.
     Run Keyword And Expect Error  *  Broken User Keyword

 Expect Error When Syntax Error At Run Time

Reply via email to