Revision: 3573
Author: jussi.ao.malinen
Date: Thu May 27 03:28:06 2010
Log: fixed jython tests
http://code.google.com/p/robotframework/source/detail?r=3573
Modified:
/trunk/atest/robot/keywords/return_values_java.txt
/trunk/atest/testdata/keywords/return_values_java.txt
=======================================
--- /trunk/atest/robot/keywords/return_values_java.txt Tue Apr 13 03:19:23
2010
+++ /trunk/atest/robot/keywords/return_values_java.txt Thu May 27 03:28:06
2010
@@ -51,7 +51,7 @@
Set Multiple Scalars With Too Few Values Using Array
${test} = Check Test Case Set Multiple Scalars with too few values
Using Array
- Check Log Message ${test.kws[0].msgs[0]} Cannot assign return value
of keyword 'ExampleJavaLibrary.Get Array Of Three Ints' to
variables '\${i1}', '\${i2}', '\${i3}' and '\${i4}': Need more values than
3 FAIL
+ Check Log Message ${test.kws[0].msgs[0]} Cannot assign return
values: Need more values than 3. FAIL
Set List To Scalar And List Varibles Using Array
${test} = Check Test Case Set List to Scalar and list varibles Using
Array
=======================================
--- /trunk/atest/testdata/keywords/return_values_java.txt Tue Apr 13
03:19:23 2010
+++ /trunk/atest/testdata/keywords/return_values_java.txt Thu May 27
03:28:06 2010
@@ -54,7 +54,7 @@
Should Be True ${i2&42} == [2, 42]
Set Multiple Scalars With Too Few Values Using Array
- [Documentation] FAIL Cannot assign return value of
keyword 'ExampleJavaLibrary.Get Array Of Three Ints' to
variables '\${i1}', '\${i2}', '\${i3}' and '\${i4}': Need more values than 3
+ [Documentation] FAIL Cannot assign return values: Need more values
than 3.
${i1} ${i2} ${i3} ${i4} = Get Array Of Three Ints
Set List To Scalar And List Varibles Using Array