[arquillian-issues] [JBoss JIRA] Created: (ARQ-213) Export archive to unique file name

Dan Allen (JIRA) jira-events at lists.jboss.org
Sat Jul 10 17:18:46 EDT 2010


Export archive to unique file name
----------------------------------

                 Key: ARQ-213
                 URL: https://jira.jboss.org/browse/ARQ-213
             Project: Arquillian
          Issue Type: Feature Request
          Components: Configuration
    Affects Versions: 1.0.0.Alpha2
            Reporter: Dan Allen
             Fix For: 1.0.0.Alpha3


Currently, the archive is written to a file in the export directory with the same name as the archive. However, many of the test archives are named "test.war". So when a suite is run, the only exported archive that remains is the last one exported.

Instead, the file should be prefixed with the full qualified test class name, which is customary for other files such as surefile results.

For example, if the test is com.acme.SampleTest and the archive is named test.war, the following file would be created in the export directory:

com.acme.SampleTest.test.war

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the arquillian-issues mailing list