Status: Accepted
Owner: pekka.klarck
Labels: Type-Defect Priority-Low Target-2.7.5
New issue 1228 by pekka.klarck: Creating XML containing non-ASCII
characters in test data using `XML` library fails on IronPython
http://code.google.com/p/robotframework/issues/detail?id=1228
For example the second test below fails on IronPython.
*** Settings ***
Library XML
*** Test Cases ***
Passes
Parse XML <tag/>
Fails
Parse XML <täg/>
This is due to a bug in IronPython but luckily easy to workaround in our
side. The fix will be done in Robot's utils, not in the actual library, so
just updating the library to newer version does not fix the problem.