Revision: 59a3ff8bc830
Branch:   default
Author:   Mikko Korpela <[email protected]>
Date:     Mon Nov 11 08:18:26 2013 UTC
Log:      grep file: tests for non ascii
http://code.google.com/p/robotframework/source/detail?r=59a3ff8bc830

Modified:
 /atest/robot/standard_libraries/operating_system/get_file.txt
 /atest/testdata/standard_libraries/operating_system/get_file.txt

=======================================
--- /atest/robot/standard_libraries/operating_system/get_file.txt Wed Sep 12 22:17:39 2012 UTC +++ /atest/robot/standard_libraries/operating_system/get_file.txt Mon Nov 11 08:18:26 2013 UTC
@@ -53,3 +53,5 @@
Check Log Message ${tc.kws[10].kws[0].msgs[1]} 1 out of 5 lines matched Check Log Message ${tc.kws[12].kws[0].msgs[1]} 0 out of 0 lines matched

+Grep File non Ascii
+    Check testcase  ${TESTNAME}
=======================================
--- /atest/testdata/standard_libraries/operating_system/get_file.txt Wed Dec 1 12:54:57 2010 UTC +++ /atest/testdata/standard_libraries/operating_system/get_file.txt Mon Nov 11 08:18:26 2013 UTC
@@ -72,6 +72,12 @@
     Grep And Check File  foo bar  foo bar
     Create File  ${TESTFILE}  ${EMPTY}
     Grep And Check File  *  ${EMPTY}
+
+Grep File non Ascii
+    Create File  ${TESTFILE}  fää\nbär\nföö bär\n\nA Fåå
+    Grep And Check File     fää     fää
+    Grep And Check File     ö       föö bär
+    Grep And Check File     A       A Fåå

 *** Keywords ***
 Get And Check File

--

--- You received this message because you are subscribed to the Google Groups "robotframework-commit" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to