You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by "Tony Wu (JIRA)" <ji...@apache.org> on 2006/11/23 04:49:04 UTC

[jira] Commented: (HARMONY-2273) [classlib][luni]serialization test failed on the Map returned by ProcessBuilder.environment()

    [ http://issues.apache.org/jira/browse/HARMONY-2273?page=comments#action_12452105 ] 
            
Tony Wu commented on HARMONY-2273:
----------------------------------

I generated the golden file by RI and got the testcase below failed on Harmony, 

  public void testSerializationCompatibility() throws Exception {
        ProcessBuilder pb = new ProcessBuilder("Arg1", "Arg2", "Arg3");
        Map<String, String> env = pb.environment();
        SerializationTest.verifyGolden(this, env);
    }



> [classlib][luni]serialization test failed on the Map returned by ProcessBuilder.environment()
> ---------------------------------------------------------------------------------------------
>
>                 Key: HARMONY-2273
>                 URL: http://issues.apache.org/jira/browse/HARMONY-2273
>             Project: Harmony
>          Issue Type: Bug
>          Components: Classlib
>            Reporter: Tony Wu
>


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