Revision: 3db2cf8b44be
Author: Pekka Klärck
Date: Fri May 6 00:30:57 2011
Log: hopefully fixed test that failed on CI with 64 bit architecture
http://code.google.com/p/robotframework/source/detail?r=3db2cf8b44be
Modified:
/atest/testdata/variables/builtin_variables.txt
=======================================
--- /atest/testdata/variables/builtin_variables.txt Thu May 5 23:10:56 2011
+++ /atest/testdata/variables/builtin_variables.txt Fri May 6 00:30:57 2011
@@ -16,7 +16,7 @@
Should Be Equal ${1} ${one}
Should Be Equal ${ - 2 } ${minus_two}
Should Be True repr(${12345}) == '12345'
- Should Be True repr(${123456789012345}) == '123456789012345L'
+ Should Be True repr(${123456789012345678901234567890}).endswith('L')
Float Variables
${pi} = Convert To Number 3.14