Revision: 3677
Author: janne.t.harkonen
Date: Mon May 31 00:21:40 2010
Log: Fix paths in Windows
http://code.google.com/p/robotframework/source/detail?r=3677

Modified:
 /trunk/atest/robot/core/resource_and_variable_imports.txt
 /trunk/atest/robot/test_libraries/library_imports_by_path.txt

=======================================
--- /trunk/atest/robot/core/resource_and_variable_imports.txt Thu May 27 11:12:49 2010 +++ /trunk/atest/robot/core/resource_and_variable_imports.txt Mon May 31 00:21:40 2010
@@ -89,7 +89,7 @@
My Check Stderr Contains [ WARN ] Imported resource file '${path}' is empty

 Invalid Resource Import Parameters
- My Check Stderr Contains [ ERROR ] Invalid syntax in file '${DATAPATH}' in table 'Setting': Resource file 'resources_and_variables/resources.html only one parameter allowed' does not exist + My Check Stderr Contains [ ERROR ] Invalid syntax in file '${DATAPATH}' in table 'Setting': Resource file 'resources_and_variables${/}resources.html only one parameter allowed' does not exist

 Invalid Setting In Resource File
     ${path} =  Join Path  ${RESDIR}  resources.html
=======================================
--- /trunk/atest/robot/test_libraries/library_imports_by_path.txt Fri May 28 07:30:52 2010 +++ /trunk/atest/robot/test_libraries/library_imports_by_path.txt Mon May 31 00:21:40 2010
@@ -43,7 +43,7 @@
Check Stderr Contains Importing test library 'java_libraries.html' failed: ImportError: No module named java_libraries

 Importing Non Python Dir Fails
-    Check Stderr Contains  Test library 'library_scope/' does not exist.
+    Check Stderr Contains  Test library 'library_scope${/}' does not exist.

 Importing Non Existing Py File
Check Stderr Contains Test library 'this_does_not_exist.py' does not exist.

Reply via email to