Revision: 3572
Author: KariHusa
Date: Thu May 27 03:22:51 2010
Log: Fixed expected messages
http://code.google.com/p/robotframework/source/detail?r=3572
Modified:
/trunk/atest/testdata/core/for.txt
=======================================
--- /trunk/atest/testdata/core/for.txt Wed May 26 07:42:25 2010
+++ /trunk/atest/testdata/core/for.txt Thu May 27 03:22:51 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 Converting argument of FOR IN RANGE failed:
ValueError: invalid literal for int() with base 10: not a number
: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, not 'NoneType'
+ [Documentation] FAIL Converting argument of FOR IN RANGE failed:
TypeError: int() argument must be a string or a number
:FOR ${i} IN RANGE ${NONE}
\ Fail Not executed