Revision: 3530
Author: jprantan
Date: Wed May 26 02:24:13 2010
Log: hopefully fixes the test when no docutils available.
http://code.google.com/p/robotframework/source/detail?r=3530

Modified:
 /trunk/atest/robot/parsing/data_formats/rest.txt

=======================================
--- /trunk/atest/robot/parsing/data_formats/rest.txt Tue May 25 07:37:51 2010 +++ /trunk/atest/robot/parsing/data_formats/rest.txt Wed May 26 02:24:13 2010
@@ -25,5 +25,5 @@
 *** Keywords ***
 Clear Error Should Be Given When Docutils Is Not Installed
     ${stderr} =  Get Stderr
- Should Be Equal ${stderr} [ ERROR ] 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
+

Reply via email to