Revision: 3535
Author: jprantan
Date: Wed May 26 02:36:02 2010
Log: Hopefully fixes the test now.
http://code.google.com/p/robotframework/source/detail?r=3535
Modified:
/trunk/atest/robot/parsing/data_formats/rest.txt
=======================================
--- /trunk/atest/robot/parsing/data_formats/rest.txt Wed May 26 02:24:13
2010
+++ /trunk/atest/robot/parsing/data_formats/rest.txt Wed May 26 02:36:02
2010
@@ -25,5 +25,5 @@
*** Keywords ***
Clear Error Should Be Given When Docutils Is Not Installed
${stderr} = Get Stderr
- Should Match RegExp ${stderr} [ ERROR ]
Parsing '.*[/\\\\]sample.rst' failed: Using reStructuredText test data
requires having 'docutils' module installed.\n \n Try --help for usage
information.\n
-
+ Should Match RegExp ${stderr} \\[ ERROR \\]
Parsing '.*[/\\\\]sample.rst' failed: Using reStructuredText test data
requires having 'docutils' module installed.\n \n Try --help for usage
information.\n
+