You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by "Kevin Zhou (JIRA)" <ji...@apache.org> on 2008/09/09 09:33:44 UTC

[jira] Created: (HARMONY-5974) [classlib] [beans] XMLEncoderTest.assertCodedXML(Object obj, String xmlFile,ByteArrayOutputStream temp, XMLEncoder enc) should be modified

[classlib] [beans] XMLEncoderTest.assertCodedXML(Object obj, String xmlFile,ByteArrayOutputStream temp, XMLEncoder enc) should be modified
------------------------------------------------------------------------------------------------------------------------------------------

                 Key: HARMONY-5974
                 URL: https://issues.apache.org/jira/browse/HARMONY-5974
             Project: Harmony
          Issue Type: Bug
          Components: Classlib
    Affects Versions: 5.0M7
            Reporter: Kevin Zhou
             Fix For: 5.0M8


In XMLEncoderTest, assertCodedXML method is used to check the content of encoded xml. 
Since this method does not consider the version of test JDK, XMLEncoderTest will fail on different versions of JDKs.
The method should be updated with regarding to java.version.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Closed: (HARMONY-5974) [classlib] [beans] XMLEncoderTest.assertCodedXML(Object obj, String xmlFile,ByteArrayOutputStream temp, XMLEncoder enc) should be modified

Posted by "Kevin Zhou (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HARMONY-5974?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Kevin Zhou closed HARMONY-5974.
-------------------------------


> [classlib] [beans] XMLEncoderTest.assertCodedXML(Object obj, String xmlFile,ByteArrayOutputStream temp, XMLEncoder enc) should be modified
> ------------------------------------------------------------------------------------------------------------------------------------------
>
>                 Key: HARMONY-5974
>                 URL: https://issues.apache.org/jira/browse/HARMONY-5974
>             Project: Harmony
>          Issue Type: Bug
>          Components: Classlib
>    Affects Versions: 5.0M7
>            Reporter: Kevin Zhou
>            Assignee: Sean Qiu
>             Fix For: 5.0M8
>
>         Attachments: HARMONY-5974.diff, HARMONY-5974v2.diff
>
>   Original Estimate: 24h
>  Remaining Estimate: 24h
>
> In XMLEncoderTest, assertCodedXML method is used to check the content of encoded xml. 
> Since this method does not consider the version of test JDK, XMLEncoderTest will fail on different versions of JDKs.
> The method should be updated with regarding to java.version.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (HARMONY-5974) [classlib] [beans] XMLEncoderTest.assertCodedXML(Object obj, String xmlFile,ByteArrayOutputStream temp, XMLEncoder enc) should be modified

Posted by "Kevin Zhou (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HARMONY-5974?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Kevin Zhou updated HARMONY-5974:
--------------------------------

    Attachment: HARMONY-5974.diff

Would you please try it?

> [classlib] [beans] XMLEncoderTest.assertCodedXML(Object obj, String xmlFile,ByteArrayOutputStream temp, XMLEncoder enc) should be modified
> ------------------------------------------------------------------------------------------------------------------------------------------
>
>                 Key: HARMONY-5974
>                 URL: https://issues.apache.org/jira/browse/HARMONY-5974
>             Project: Harmony
>          Issue Type: Bug
>          Components: Classlib
>    Affects Versions: 5.0M7
>            Reporter: Kevin Zhou
>             Fix For: 5.0M8
>
>         Attachments: HARMONY-5974.diff
>
>   Original Estimate: 24h
>  Remaining Estimate: 24h
>
> In XMLEncoderTest, assertCodedXML method is used to check the content of encoded xml. 
> Since this method does not consider the version of test JDK, XMLEncoderTest will fail on different versions of JDKs.
> The method should be updated with regarding to java.version.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (HARMONY-5974) [classlib] [beans] XMLEncoderTest.assertCodedXML(Object obj, String xmlFile,ByteArrayOutputStream temp, XMLEncoder enc) should be modified

Posted by "Kevin Zhou (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HARMONY-5974?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Kevin Zhou updated HARMONY-5974:
--------------------------------

    Attachment: HARMONY-5974v2.diff

Please try this new patch

> [classlib] [beans] XMLEncoderTest.assertCodedXML(Object obj, String xmlFile,ByteArrayOutputStream temp, XMLEncoder enc) should be modified
> ------------------------------------------------------------------------------------------------------------------------------------------
>
>                 Key: HARMONY-5974
>                 URL: https://issues.apache.org/jira/browse/HARMONY-5974
>             Project: Harmony
>          Issue Type: Bug
>          Components: Classlib
>    Affects Versions: 5.0M7
>            Reporter: Kevin Zhou
>            Assignee: Sean Qiu
>             Fix For: 5.0M8
>
>         Attachments: HARMONY-5974.diff, HARMONY-5974v2.diff
>
>   Original Estimate: 24h
>  Remaining Estimate: 24h
>
> In XMLEncoderTest, assertCodedXML method is used to check the content of encoded xml. 
> Since this method does not consider the version of test JDK, XMLEncoderTest will fail on different versions of JDKs.
> The method should be updated with regarding to java.version.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Assigned: (HARMONY-5974) [classlib] [beans] XMLEncoderTest.assertCodedXML(Object obj, String xmlFile,ByteArrayOutputStream temp, XMLEncoder enc) should be modified

Posted by "Sean Qiu (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HARMONY-5974?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Sean Qiu reassigned HARMONY-5974:
---------------------------------

    Assignee: Sean Qiu

> [classlib] [beans] XMLEncoderTest.assertCodedXML(Object obj, String xmlFile,ByteArrayOutputStream temp, XMLEncoder enc) should be modified
> ------------------------------------------------------------------------------------------------------------------------------------------
>
>                 Key: HARMONY-5974
>                 URL: https://issues.apache.org/jira/browse/HARMONY-5974
>             Project: Harmony
>          Issue Type: Bug
>          Components: Classlib
>    Affects Versions: 5.0M7
>            Reporter: Kevin Zhou
>            Assignee: Sean Qiu
>             Fix For: 5.0M8
>
>         Attachments: HARMONY-5974.diff
>
>   Original Estimate: 24h
>  Remaining Estimate: 24h
>
> In XMLEncoderTest, assertCodedXML method is used to check the content of encoded xml. 
> Since this method does not consider the version of test JDK, XMLEncoderTest will fail on different versions of JDKs.
> The method should be updated with regarding to java.version.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (HARMONY-5974) [classlib] [beans] XMLEncoderTest.assertCodedXML(Object obj, String xmlFile,ByteArrayOutputStream temp, XMLEncoder enc) should be modified

Posted by "Sean Qiu (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HARMONY-5974?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Sean Qiu resolved HARMONY-5974.
-------------------------------

    Resolution: Fixed

This patch is applied at r693711.
Could you please verify it if it works as expected.
Thank you.

> [classlib] [beans] XMLEncoderTest.assertCodedXML(Object obj, String xmlFile,ByteArrayOutputStream temp, XMLEncoder enc) should be modified
> ------------------------------------------------------------------------------------------------------------------------------------------
>
>                 Key: HARMONY-5974
>                 URL: https://issues.apache.org/jira/browse/HARMONY-5974
>             Project: Harmony
>          Issue Type: Bug
>          Components: Classlib
>    Affects Versions: 5.0M7
>            Reporter: Kevin Zhou
>            Assignee: Sean Qiu
>             Fix For: 5.0M8
>
>         Attachments: HARMONY-5974.diff, HARMONY-5974v2.diff
>
>   Original Estimate: 24h
>  Remaining Estimate: 24h
>
> In XMLEncoderTest, assertCodedXML method is used to check the content of encoded xml. 
> Since this method does not consider the version of test JDK, XMLEncoderTest will fail on different versions of JDKs.
> The method should be updated with regarding to java.version.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.