Revision: 3561
Author: KariHusa
Date: Wed May 26 07:30:39 2010
Log: Fixed expected error messages
http://code.google.com/p/robotframework/source/detail?r=3561

Modified:
 /trunk/atest/robot/core/invalid_syntax.txt
 /trunk/atest/testdata/core/invalid_syntax.html

=======================================
--- /trunk/atest/robot/core/invalid_syntax.txt  Wed May 26 00:38:22 2010
+++ /trunk/atest/robot/core/invalid_syntax.txt  Wed May 26 07:30:39 2010
@@ -18,12 +18,12 @@

 Resource Imports
Verify Error Resource file 'non-existing-resource.html' does not exist Setting
-    Verify Error  Resource setting requires a name.  Setting
+    Verify Error  Resource setting requires a name  Setting
     Check Test Case  Check Valid Resource Import

 Variable File Imports
Verify Error Variable file 'non-existing-variables.py' does not exist Setting
-    Verify Error  Variables setting requires a name.  Setting
+    Verify Error  Variables setting requires a name  Setting
     Check Test Case  Check Valid Variable File Import

 Invalid Setting
=======================================
--- /trunk/atest/testdata/core/invalid_syntax.html      Tue May 25 09:16:18 2010
+++ /trunk/atest/testdata/core/invalid_syntax.html      Wed May 26 07:30:39 2010
@@ -15,6 +15,7 @@



+



@@ -5408,7 +5409,7 @@



- <td align="undefined" valign="undefined">Non-existing variable '\${non-existing}'</td> + <td align="undefined" valign="undefined">Non-existing variable '\${non-existing}'.</td>



Reply via email to