Issue 1730 in robotframework: Jython 2.7 beta support

2014-06-06 Thread robotframework
Status: New Owner: Labels: Type-Enhancement Priority-Medium New issue 1730 by burraa2...@gmail.com: Jython 2.7 beta support http://code.google.com/p/robotframework/issues/detail?id=1730 It seems like recently, the Jython project has been revived somewhat, as they have released a new versi

Re: Issue 1713 in robotframework: Rebot --rerunmerge does not update statistics info

2014-06-06 Thread robotframework
Updates: Status: Invalid Comment #3 on issue 1713 by pekka.klarck: Rebot --rerunmerge does not update statistics info http://code.google.com/p/robotframework/issues/detail?id=1713 Yeah, you need to use --output option to get a new xml output. -- You received this message because this

Issue 110 in robotframework-sshlibrary: Re-login scenarion for SSHClient is not working

2014-06-06 Thread robotframework-sshlibrary
Status: New Owner: Labels: Type-Defect Priority-Medium New issue 110 by pawel.ch...@gmail.com: Re-login scenarion for SSHClient is not working http://code.google.com/p/robotframework-sshlibrary/issues/detail?id=110 Environment: - SSHLibrary version: 2.0.2 - Used interpreter: Python 2.7.6

Issue 109 in robotframework-sshlibrary: Add connection timeout option

2014-06-06 Thread robotframework-sshlibrary
Status: New Owner: Labels: Type-Enhancement Priority-Medium New issue 109 by pawel.ch...@gmail.com: Add connection timeout option http://code.google.com/p/robotframework-sshlibrary/issues/detail?id=109 robotframework-sshlibrary 2.0.2 Current implementation allows to configure timeout which

Re: Comment on UserGuide in robotframework

2014-06-06 Thread robotframework
Comment by baker...@gmail.com: Still getting 403 error. For more information: https://code.google.com/p/robotframework/wiki/UserGuide -- --- You received this message because you are subscribed to the Google Groups "robotframework-commit" group. To unsubscribe from this group and stop receiv

Re: Issue 1729 in robotframework: Add support for telnet commands in telnet library (esp break command)

2014-06-06 Thread robotframework
Comment #2 on issue 1729 by michael@gmail.com: Add support for telnet commands in telnet library (esp break command) http://code.google.com/p/robotframework/issues/detail?id=1729 Have a look at the attached patch. Introduces a the following new keyword: `Write Control Character` Writes

Re: Issue 1724 in robotframework: Collections: add keyword List Should Contain Value Containing Value

2014-06-06 Thread robotframework
Comment #2 on issue 1724 by Marcin.Koperski: Collections: add keyword List Should Contain Value Containing Value http://code.google.com/p/robotframework/issues/detail?id=1724 I think first solution is better, since it would more compatible friendly. Unfortunately, I don`t think I can`t help

Re: Issue 1729 in robotframework: Add support for telnet commands in telnet library (esp break command)

2014-06-06 Thread robotframework
Updates: Status: Pending Comment #1 on issue 1729 by pekka.klarck: Add support for telnet commands in telnet library (esp break command) http://code.google.com/p/robotframework/issues/detail?id=1729 Sounds reasonable. Could it be just single keyword that maps commands given as strin

Re: Issue 1724 in robotframework: Collections: add keyword List Should Contain Value Containing Value

2014-06-06 Thread robotframework
Updates: Summary: Collections: add keyword List Should Contain Value Containing Value Status: Pending Comment #1 on issue 1724 by pekka.klarck: Collections: add keyword List Should Contain Value Containing Value http://code.google.com/p/robotframework/issues/detail?id=1724 I would

Re: Issue 1726 in robotframework: Library documenation inaccessible

2014-06-06 Thread robotframework
Updates: Status: Duplicate Mergedinto: 1716 Comment #1 on issue 1726 by pekka.klarck: Library documenation inaccessible http://code.google.com/p/robotframework/issues/detail?id=1726 (No comment was entered for this change.) -- You received this message because this project is co

Re: Issue 1716 in robotframework: Documentation gives 403 error

2014-06-06 Thread robotframework
Comment #5 on issue 1716 by pekka.klarck: Documentation gives 403 error http://code.google.com/p/robotframework/issues/detail?id=1716 Issue 1726 has been merged into this issue. -- You received this message because this project is configured to send all issue notifications to this address. Y

Re: Comment on BuiltInLibrary in robotframework

2014-06-06 Thread robotframework
Comment by jain.ami...@gmail.com: same for me .. cannot access any version documentation For more information: http://code.google.com/p/robotframework/wiki/BuiltInLibrary -- --- You received this message because you are subscribed to the Google Groups "robotframework-commit" group. To unsubs

Re: Issue 1723 in robotframework: Facing [ ERROR ] Execution stopped by user without any hint for user what happened

2014-06-06 Thread robotframework
Updates: Status: Pending Comment #1 on issue 1723 by pekka.klarck: Facing [ ERROR ] Execution stopped by user without any hint for user what happened http://code.google.com/p/robotframework/issues/detail?id=1723 What error you get and in what circumstances? -- You received this mess

Re: Issue 1721 in robotframework: XML library replaces the XML-header/declaration double quote characters with single quote characters

2014-06-06 Thread robotframework
Updates: Status: WontFix Comment #1 on issue 1721 by pekka.klarck: XML library replaces the XML-header/declaration double quote characters with single quote characters http://code.google.com/p/robotframework/issues/detail?id=1721 XML declaration is written by ElementTree, not by the l

Issue 1729 in robotframework: Add support for telnet commands in telnet library (esp break command)

2014-06-06 Thread robotframework
Status: New Owner: Labels: Type-Enhancement Priority-Medium New issue 1729 by michael@gmail.com: Add support for telnet commands in telnet library (esp break command) http://code.google.com/p/robotframework/issues/detail?id=1729 Most serial consoles allows to send break conditions. M

Re: Issue 1727 in robotframework: variable value ends with '\ ' (a backslash character for escape and space character), then the space is ignored

2014-06-06 Thread robotframework
Updates: Status: WontFix Comment #1 on issue 1727 by pekka.klarck: variable value ends with '\ ' (a backslash character for escape and space character), then the space is ignored http://code.google.com/p/robotframework/issues/detail?id=1727 As documented in the User Guide, trailing

Re: Issue 1728 in robotframework: Nested suite scopes for variables

2014-06-06 Thread robotframework
Updates: Summary: Nested suite scopes for variables Status: Accepted Labels: -Priority-Medium Priority-High Target-2.9 Comment #1 on issue 1728 by pekka.klarck: Nested suite scopes for variables http://code.google.com/p/robotframework/issues/detail?id=1728 Having nested s

Re: Comment on InstallationInstructions in robotframework-sshlibrary

2014-06-06 Thread robotframework-sshlibrary
Comment by denniss...@gmail.com: Hi, May I know how to use standalone Robotframework jar to work well with this SSH library? 1. My SSH library is official trilead-ssh2-1.0.0-build217.jar and 2. my Robotframework library is official robotframework-selenium2library-java-1.4.0.6-jar-with-depe