Revision: 4499
Author: jussi.ao.malinen
Date: Thu Dec  9 12:43:26 2010
Log: on jython type of scalar value was expected to be long. Now check not depending on type.
http://code.google.com/p/robotframework/source/detail?r=4499

Modified:
 /trunk/atest/testdata/keywords/repeating_keyword.txt

=======================================
--- /trunk/atest/testdata/keywords/repeating_keyword.txt Thu Dec 9 07:30:53 2010 +++ /trunk/atest/testdata/keywords/repeating_keyword.txt Thu Dec 9 12:43:26 2010
@@ -73,7 +73,7 @@
     Repeat With Variables  3

 Repeat With Invalid String Variable
- [Documentation] FAIL 'bar' cannot be converted to an integer: ValueError: invalid literal for int() with base 10: 'bar' + [Documentation] FAIL STARTS:'bar' cannot be converted to an integer: ValueError:
     ${foo} =  Set  bar
     ${foo} x  Noop

Reply via email to