Revision: 3433
Author: pekka.klarck
Date: Mon May 24 09:15:19 2010
Log: fixed after changing error message
http://code.google.com/p/robotframework/source/detail?r=3433

Modified:
 /trunk/atest/testdata/core/for.txt

=======================================
--- /trunk/atest/testdata/core/for.txt  Mon May 24 03:39:10 2010
+++ /trunk/atest/testdata/core/for.txt  Mon May 24 09:15:19 2010
@@ -184,7 +184,7 @@
     \  Log  ${nonexisting}

 For With Invalid Set
- [Documentation] FAIL Cannot assign return value to variables: Expected list-like object, got string instead. + [Documentation] FAIL Cannot assign return values: Expected list-like object, got string instead.
     :FOR  ${i}  IN  1  3
     \  ${x}  ${y} =  Set Variable  Only one value

Reply via email to