Revision: 3102
Author: jussi.ao.malinen
Date: Wed Apr 28 04:01:25 2010
Log: added unicode filenames now with mac encoding
http://code.google.com/p/robotframework/source/detail?r=3102

Added:
 /trunk/atest/robot/cli/monitor/non_ascii_åäö.txt
 /trunk/atest/testdata/parsing/unicode_paths/Työ
 /trunk/atest/testdata/parsing/unicode_paths/Työ/tyhjä.txt
 /trunk/atest/testdata/parsing/unicode_paths/Työ/§test§.txt
 /trunk/atest/testdata/parsing/unicode_paths/testäö.txt

=======================================
--- /dev/null
+++ /trunk/atest/robot/cli/monitor/non_ascii_åäö.txt Wed Apr 28 04:01:25 2010
@@ -0,0 +1,21 @@
+*** Settings ***
+Suite Setup  Run Tests  --name Hyvää_Üötä_€åppa  parsing/utf8_data.txt
+Force Tags   regression   pybot  jybot
+Resource     monitor_resource.txt
+
+
+*** Test Cases ***
+
+Non-ascii characters in suite name and documentation
+    Check stdout contains regexp
+ ... Hyvää Üötä [€?]åppa :: Testing that reading and writing of Unicode \\(äöå [§?]½[€?] et\\.\\.\\.
+
+Non-ascii characters in test name and documentation
+    Check stdout contains regexp
+ ... UTF-8 Name Äöå [§?]½[€?]" :: Quote is actually plain ASCII but there was... | FAIL |
+    Check stdout contains regexp
+    ...  UTF-8 :: äöå [§?]½[€?]
+
+Non-ascii error message
+    Check stdout contains regexp
+    ...  Virheessäkin on ääkkösiä: Äöå [§?]½[€?]"
=======================================
--- /dev/null
+++ /trunk/atest/testdata/parsing/unicode_paths/Työ/§test§.txt Wed Apr 28 04:01:25 2010
@@ -0,0 +1,3 @@
+*Test Cases*
+Test In Unicode Directory (€ÅÄÖ§)
+  Log  Hello from unicode directory
=======================================
--- /dev/null
+++ /trunk/atest/testdata/parsing/unicode_paths/testäö.txt Wed Apr 28 04:01:25 2010
@@ -0,0 +1,3 @@
+*Test Cases*
+Test In Unicode Filename (€åäö§)
+  Log  Hello from unicode file

Reply via email to