Updates:
Summary: Jython 2.5.2 (beta 2) compatibility
Status: Started
Owner: pekka.klarck
Labels: -Type-Task -Priority-Medium Type-Enhancement Priority-High
Comment #1 on issue 659 by pekka.klarck: Jython 2.5.2 (beta 2) compatibility
http://code.google.com/p/robotframework/issues/detail?id=659
I run all the tests using Jython 2.5.2 beta 2 on Linux. Several tests
failed, but luckily they all had the same root cause: one Jython bug [1]
was fixed and that affected the algorithm how to verify is a method valid
keyword handler or not. The algorithm was changed in r4074 and now all the
tests pass on my machine. Need to run the tests also on Windows and
preferably on OSX too.
[1] http://bugs.jython.org/issue1223