Author: janne.t.harkonen
Date: Mon Mar 23 01:51:40 2009
New Revision: 1485

Modified:
   trunk/src/robot/libraries/Telnet.py

Log:
Added mention of expected character encoding to docs.

Modified: trunk/src/robot/libraries/Telnet.py
==============================================================================
--- trunk/src/robot/libraries/Telnet.py (original)
+++ trunk/src/robot/libraries/Telnet.py Mon Mar 23 01:51:40 2009
@@ -24,6 +24,12 @@
 class Telnet:

"""A test library providing Telnet connections and communicating with them.
+
+    This library supports multiple simultaneous connections, see `Open
+    Connection` and `Switch Connection` for details.
+
+ The responses from the server are expected to be ASCII, all characters with
+    different encodings are ignored.
     """

     ROBOT_LIBRARY_SCOPE = 'TEST_SUITE'

Reply via email to