You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Dan Fabulich (JIRA)" <ji...@codehaus.org> on 2007/11/21 10:39:57 UTC

[jira] Created: (SUREFIRE-385) Booter can't decode properties when contains commas

Booter can't decode properties when <groups> contains commas
------------------------------------------------------------

                 Key: SUREFIRE-385
                 URL: http://jira.codehaus.org/browse/SUREFIRE-385
             Project: Maven Surefire
          Issue Type: Bug
          Components: TestNG support
            Reporter: Dan Fabulich


Use multiple TestNG groups, like this: <groups>foo, bar</groups>  The booter will fail to parse the groups string properly, since we use Properties.toString to serialize, which isn't guaranteed to be safe to deserialize.

-- 
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

        

[jira] Closed: (SUREFIRE-385) Booter can't decode properties when contains commas

Posted by "Dan Fabulich (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/SUREFIRE-385?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Dan Fabulich closed SUREFIRE-385.
---------------------------------

       Resolution: Fixed
    Fix Version/s: 2.4

Fixed in revision 597008

> Booter can't decode properties when <groups> contains commas
> ------------------------------------------------------------
>
>                 Key: SUREFIRE-385
>                 URL: http://jira.codehaus.org/browse/SUREFIRE-385
>             Project: Maven Surefire
>          Issue Type: Bug
>          Components: TestNG support
>            Reporter: Dan Fabulich
>             Fix For: 2.4
>
>
> Use multiple TestNG groups, like this: <groups>foo, bar</groups>  The booter will fail to parse the groups string properly, since we use Properties.toString to serialize, which isn't guaranteed to be safe to deserialize.

-- 
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