Revision: 3575
Author: KariHusa
Date: Thu May 27 03:45:40 2010
Log: Re-fixed expected error message
http://code.google.com/p/robotframework/source/detail?r=3575

Modified:
 /trunk/atest/testdata/core/for.txt

=======================================
--- /trunk/atest/testdata/core/for.txt  Thu May 27 03:22:51 2010
+++ /trunk/atest/testdata/core/for.txt  Thu May 27 03:45:40 2010
@@ -263,7 +263,7 @@
     \  Fail  Not executed

 For In Range With Non Number Arguments
- [Documentation] FAIL Converting argument of FOR IN RANGE failed: ValueError: invalid literal for int() with base 10: not a number + [Documentation] FAIL STARTS: Converting argument of FOR IN RANGE failed: ValueError:
     :FOR  ${i}  IN RANGE  not a number
     \  Fail  Not executed

@@ -278,7 +278,7 @@
     \  Fail  Not executed

 For In Range With None As Range
- [Documentation] FAIL Converting argument of FOR IN RANGE failed: TypeError: int() argument must be a string or a number + [Documentation] FAIL STARTS: Converting argument of FOR IN RANGE failed: TypeError:
     :FOR  ${i}  IN RANGE  ${NONE}
     \  Fail  Not executed

Reply via email to