Revision: db7a86d04938
Author: Pekka Klärck
Date: Sun May 8 15:08:06 2011
Log: One more test fix to Convert to Integer. This time to Jython-only
test.
http://code.google.com/p/robotframework/source/detail?r=db7a86d04938
Modified:
/atest/testdata/standard_libraries/builtin/converter.txt
=======================================
--- /atest/testdata/standard_libraries/builtin/converter.txt Sat May 7
11:02:25 2011
+++ /atest/testdata/standard_libraries/builtin/converter.txt Sun May 8
15:08:06 2011
@@ -55,9 +55,9 @@
Convert To Integer With Base And Java Objects
[Documentation] FAIL STARTS: 'F00' cannot be converted to an integer:
ValueError:
[Template] Test Convert To Integer
- ${JAVA_STRING_HEX} 3840 16
- ${JAVA_STRING_EMBEDDED_BASE} 3840 -
- ${JAVA_STRING_HEX} - 8
+ ${JAVA_STRING_HEX} 3840 16
+ ${JAVA_STRING_EMBEDDED_BASE} 3840
+ ${JAVA_STRING_HEX} fails 8
Convert To Number
[Documentation] FAIL REGEXP: ^'MyObject' cannot be converted to a
floating point number: (Attribute|Type)Error: .*$