Comment #2 on issue 1697 by jussi.ao...@gmail.com: Telnet.Write skips output results
http://code.google.com/p/robotframework/issues/detail?id=1697

I am unable to replicate this problem. For me this works perfectly and prints the help:

Help
    Open Connection    localhost    prompt=$${SPACE}    newline=CRLF
    Login    test    test
    ${res}=    Execute command     help
    Log to console    ${res}

Does this happen with other commands than help? (Maybe the fact that it is a built in special telnet command is causing some weird behaviour.)

Can you send an entire (but simple) test suite that demonstrates the problem? Containing a test does not work and test that does work, but using write bare? If possible, could you use for demonstration a universal system command like ls or echo. How help works depends from the telnetserver implementation.

--
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.

Reply via email to