https://issues.apache.org/bugzilla/show_bug.cgi?id=57557
Bug ID: 57557
Summary: TransformerException when executing 'junitreport' for
tests run on IE11
Product: Ant
Version: 1.9.4
Hardware: PC
Status: NEW
Severity: normal
Priority: P2
Component: Core tasks
Assignee: [email protected]
Reporter: [email protected]
IE11 has the following user agent:
Mozilla\50_(Windows_NT_61;_WOW64;_Trident\70;_rv:110)_like_Gecko__Windows
When the XML corresponding to the JUnit tests is created, it is created under
the name
TEST-Mozillaa50_(Windows_NT_61a_WOW64a_Tridenta70a_rva110)_like_Gecko__Windows.xml
and the test suite name is
Mozilla\50_(Windows_NT_61;_WOW64;_Trident\70;_rv:110)_like_Gecko__Windows.
Since these two strings do not match, the generation of the report blows up
with the following exception:
ERROR: Errors while applying transformations: Fatal error during transformation
Error:
Error running tests.
Caused by: javax.xml.transform.TransformerException:
<PATH>\html\Mozilla\50_(Windows_NT_61;_WOW64;_Trident\70;_rv:110)_like_Gecko__Windows\package-frame.html
(The filename, directory name, or volume label syntax is incorrect)
--
You are receiving this mail because:
You are the assignee for the bug.