Fix serialization of File[] into properties for forked Surefire run
-------------------------------------------------------------------

                 Key: SUREFIRE-440
                 URL: http://jira.codehaus.org/browse/SUREFIRE-440
             Project: Maven Surefire
          Issue Type: Bug
          Components: process forking
    Affects Versions: 2.4
            Reporter: Benjamin Bentmann
         Attachments: file-array-conversion.patch

The logic in SurefireBooter.convert() to produce a string for a File[] is 
broken. It currently produces something like
  [file1file2,]
instead of
  [file1,file2]

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

        

Reply via email to