Revision: a5109bd3aeb0
Branch: default
Author: Pekka Klärck
Date: Wed Jan 9 11:37:25 2013
Log: fixed libdoc tests after, again, modifying telnet lib's
documentation
http://code.google.com/p/robotframework/source/detail?r=a5109bd3aeb0
Modified:
/atest/robot/libdoc/console_viewer.txt
/atest/robot/libdoc/python_library.txt
=======================================
--- /atest/robot/libdoc/console_viewer.txt Fri Dec 28 06:44:38 2012
+++ /atest/robot/libdoc/console_viewer.txt Wed Jan 9 11:37:25 2013
@@ -37,8 +37,11 @@
Show intro only
${output}= Run Libdoc Telnet SHOW intro
Should Contain Intro Telnet Version:
- Should Contain Importing
- ... timeout=3 seconds, newline=CRLF,
prompt=None,\n${SPACE*12}prompt_is_regexp=False, encoding=UTF-8,
default_log_level=INFO
+ ${args} = Catenate SEPARATOR=\n${SPACE*12}
+ ... timeout=3 seconds, newline=CRLF, prompt=None,
+ ... prompt_is_regexp=False, encoding=UTF-8, encoding_errors=ignore,
+ ... default_log_level=INFO
+ Should Contain Importing ${args}
... Telnet library can be imported with optional configuration
parameters.
Should Not Contain Keyword Open Connection
Should Not Contain Keyword Write
=======================================
--- /atest/robot/libdoc/python_library.txt Sun Dec 30 10:30:54 2012
+++ /atest/robot/libdoc/python_library.txt Wed Jan 9 11:37:25 2013
@@ -33,8 +33,10 @@
... Configuration parameters are used as default values when
new\nconnections are
Init Arguments
- Init Arguments Should Be 0 timeout=3 seconds newline=CRLF
prompt=None
- ... prompt_is_regexp=False encoding=UTF-8
default_log_level=INFO
+ Init Arguments Should Be 0 timeout=3 seconds newline=CRLF
+ ... prompt=None prompt_is_regexp=False
+ ... encoding=UTF-8 encoding_errors=ignore
+ ... default_log_level=INFO
Keyword Names
Keyword Name Should Be 0 Close All Connections