You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ant.apache.org by bu...@apache.org on 2015/02/10 16:26:01 UTC

[Bug 57557] New: TransformerException when executing 'junitreport' for tests run on IE11

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: notifications@ant.apache.org
          Reporter: ioana.balas@caplin.com

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.