Comment #3 on issue 1207 by pekka.klarck: unit test test_run_fails fails
with ironpython
http://code.google.com/p/robotframework/issues/detail?id=1207
This issue was updated by revision d5dbeb31a7e5.
I noticed that also test related to handling non-existing XML files failed
with IronPython. I fixing the problem by explicitly verifying does the file
exists.
I also realized that the originally reported problem with different error
when using IronPython was caused by not handling non-existing XML files the
same way. I was able to revert the earlier test fix and also that test
still passes.
Now all unit tests pass with IronPython on my WinXP.