Re: Issue 931 in robotframework: Character 's' at the end of location url is stripped without any reason.

2011-08-12 Thread robotframework
Updates: Status: Invalid Comment #1 on issue 931 by pekka.klarck: Character 's' at the end of location url is stripped without any reason. http://code.google.com/p/robotframework/issues/detail?id=931 The bug is in your library code. Python's rstrip doesn't work as you expect: 'abba'

Re: Comment on PythonTutorial in robotframework

2011-08-12 Thread robotframework
Comment by suki.g...@points.com: # Comment For more information: http://code.google.com/p/robotframework/wiki/PythonTutorial

Issue 931 in robotframework: Character 's' at the end of location url is stripped without any reason.

2011-08-12 Thread robotframework
Status: New Owner: Labels: Type-Defect Priority-Medium New issue 931 by sarojmah...@gmail.com: Character 's' at the end of location url is stripped without any reason. http://code.google.com/p/robotframework/issues/detail?id=931 1) I have a resources files with following target location.

Jenkins build is back to normal : Rammbock #242

2011-08-12 Thread Robot Framework CI
See

Build failed in Jenkins: Rammbock #241

2011-08-12 Thread Robot Framework CI
See Changes: [jussi.ao.malinen] Automated merge with https://code.google.com/p/rammbock [jussi.ao.malinen] test for connecting to server from specified client ip address [jussi.ao.malinen] created new keywords for receiving data an

[robotframework] push by janne.t.harkonen - parsing: added default values to TestDataDirectory.populate() on 2011-08-12 07:40 GMT

2011-08-12 Thread robotframework
Revision: 8ed34df8148a Author: Janne Härkönen Date: Fri Aug 12 00:40:16 2011 Log: parsing: added default values to TestDataDirectory.populate() http://code.google.com/p/robotframework/source/detail?r=8ed34df8148a Modified: /src/robot/parsing/model.py

Re: Issue 927 in robotframework: OperatingSystem library keyword 'Run And Return RC' improvement

2011-08-12 Thread robotframework
Comment #5 on issue 927 by pekka.klarck: OperatingSystem library keyword 'Run And Return RC' improvement http://code.google.com/p/robotframework/issues/detail?id=927 &2>1 is not added if you redirect outputs yourself. That ought to be mentioned in the documentation of Run keyword.