robotframework / OldSeleniumLibrary

Deprecated Selenium library for Robot Framework
Apache License 2.0
13 stars 3 forks source link

Remove reference to Jython 2.2 from test infrastructure #152

Closed spooning closed 9 years ago

spooning commented 9 years ago

Originally submitted to Google Code by @yanne on 11 Nov 2010

There are some workarounds for Jython 2.2 in our test infrastructure, mainly because 2.2 did not have subprocess module. These references should be removed. Additionally, it should be considered whether the library itself should still special case Jython 2.2.

spooning commented 9 years ago

Originally submitted to Google Code by @yanne on 15 Nov 2010

This is now done.