Comment #8 on issue 1697 by a3axa...@gmail.com: Telnet.Write skips output
results
http://code.google.com/p/robotframework/issues/detail?id=1697
in.readLine() only reads input comьand, but its not further used.
out.println() will append the output with new_line symbols at the end.
By the fact, when robot script reads telnet output it skips data before
out.println.
In the example i try to search "supported commands" string which appears
at the beginning of the telnet output. And we see this fact in the robot
telnet library code
# Can't read until 'text' because long lines are cut strangely in the output
return self.read_until(self._newline, loglevel)
--
You received this message because this project is configured to send all
issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings
--
---
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 robotframework-commit+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.