Revision: 2874
Author: pekka.klarck
Date: Thu Apr 8 12:38:17 2010
Log: test for non-ascii chars in path when running fails (issue 522)
http://code.google.com/p/robotframework/source/detail?r=2874
Modified:
/trunk/atest/robot/cli/runner/invalid_usage.txt
=======================================
--- /trunk/atest/robot/cli/runner/invalid_usage.txt Thu Apr 8 08:11:28 2010
+++ /trunk/atest/robot/cli/runner/invalid_usage.txt Thu Apr 8 12:38:17 2010
@@ -7,13 +7,16 @@
*** Test Cases ***
No Input
- Run Should Fail ${EMPTY} Expected at least 1
argument, got 0\\.
+ Run Should Fail ${EMPTY} Expected at least 1 argument, got 0\\.
Non-Existing Input
- Run Should Fail nonexisting.html Data
source '.*nonexisting\\.html' does not exist\\.
+ Run Should Fail nonexisting.html Data source '.*nonexisting\\.html'
does not exist\\.
+
+Non-Existing Input With Non-Ascii Characters
+ Run Should Fail eitäällä.txt Data source '.*eitäällä\\.txt' does not
exist\\.
Invalid Options
- Run Should Fail --invalid option option --invalid not
recognized
+ Run Should Fail --invalid option option --invalid not recognized
Run Should Fail --name valid -X ${TESTFILE} option -X not recognized
Invalid Option Values