Revision: 2885
Author: pekka.klarck
Date: Thu Apr  8 14:00:02 2010
Log: tests for non-ascii chars on console (issue 516)
http://code.google.com/p/robotframework/source/detail?r=2885

Added:
 /trunk/atest/robot/cli/monitor/non_ascii_åäö.txt
Modified:
 /trunk/atest/testdata/parsing/utf8_data.txt

=======================================
--- /dev/null
+++ /trunk/atest/robot/cli/monitor/non_ascii_åäö.txt Thu Apr 8 14:00:02 2010
@@ -0,0 +1,17 @@
+*** 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 Hyvää Üötä €åppa :: Testing that reading and writing of Unicode (äöå §½€ et...
+
+Non-ascii characters in test name and documentation
+ Check stdout contains UTF-8 Name Äöå §½€" :: Quote is actually plain ASCII but there was... | FAIL |
+    Check stdout contains  UTF-8 :: äöå §½€
+
+Non-ascii error message
+    Check stdout contains  Virheessäkin on ääkkösiä: Äöå §½€"
=======================================
--- /trunk/atest/testdata/parsing/utf8_data.txt Thu Apr  8 13:48:03 2010
+++ /trunk/atest/testdata/parsing/utf8_data.txt Thu Apr  8 14:00:02 2010
@@ -22,11 +22,11 @@
 UTF-8 Name Äöå §½€"
   [Documentation]  Quote is actually plain ASCII but there was
   ...              a bug in processing them also.
-  ...              FAIL  Äöå §½€"
+  ...              FAIL  Virheessäkin on ääkkösiä: Äöå §½€"
   ${ret} =  äöå §½€
   Log       ${ret}
   Log       ${UTF NAME öäå §½€}
-  Fail      Äöå §½€"
+  Fail      Virheessäkin on ääkkösiä: Äöå §½€"


 | * * * * * * * * * Keywords * * * * * * * * |


--
Subscription settings: 
http://groups.google.com/group/robotframework-commit/subscribe?hl=en

Reply via email to