You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by "Alexei Zakharov (JIRA)" <ji...@apache.org> on 2006/06/27 19:06:29 UTC

[jira] Created: (HARMONY-680) [classlib][beans] implementation of XML parser for parsing sample xml files

[classlib][beans] implementation of XML parser for parsing sample xml files
---------------------------------------------------------------------------

         Key: HARMONY-680
         URL: http://issues.apache.org/jira/browse/HARMONY-680
     Project: Harmony
        Type: Improvement

  Components: Classlib  
 Environment: win32
    Reporter: Alexei Zakharov


I have realized we cannot move any further in  tests enabling for XMLEncoderTest with the line by line comparisson. Attached patch contains SAX parser implementation for XMLEncoderTest.assertCodedXML() method.

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


[jira] Updated: (HARMONY-680) [classlib][beans] implementation of XML parser for parsing sample xml files

Posted by "Alexei Zakharov (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/HARMONY-680?page=all ]

Alexei Zakharov updated HARMONY-680:
------------------------------------

    Attachment: XMLEncoderTest_sax_parser.patch

> [classlib][beans] implementation of XML parser for parsing sample xml files
> ---------------------------------------------------------------------------
>
>          Key: HARMONY-680
>          URL: http://issues.apache.org/jira/browse/HARMONY-680
>      Project: Harmony
>         Type: Improvement

>   Components: Classlib
>  Environment: win32
>     Reporter: Alexei Zakharov
>  Attachments: XMLEncoderTest_sax_parser.patch
>
> I have realized we cannot move any further in  tests enabling for XMLEncoderTest with the line by line comparisson. Attached patch contains SAX parser implementation for XMLEncoderTest.assertCodedXML() method.

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


[jira] Resolved: (HARMONY-680) [classlib][beans] implementation of XML parser for parsing sample xml files

Posted by "Mikhail Loenko (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/HARMONY-680?page=all ]
     
Mikhail Loenko resolved HARMONY-680:
------------------------------------

    Resolution: Fixed

applied in revision 417665
Alexei, please check it was done as expected

> [classlib][beans] implementation of XML parser for parsing sample xml files
> ---------------------------------------------------------------------------
>
>          Key: HARMONY-680
>          URL: http://issues.apache.org/jira/browse/HARMONY-680
>      Project: Harmony
>         Type: Improvement

>   Components: Classlib
>  Environment: win32
>     Reporter: Alexei Zakharov
>     Assignee: Mikhail Loenko
>  Attachments: XMLEncoderTest_sax_parser.patch
>
> I have realized we cannot move any further in  tests enabling for XMLEncoderTest with the line by line comparisson. Attached patch contains SAX parser implementation for XMLEncoderTest.assertCodedXML() method.

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


[jira] Closed: (HARMONY-680) [classlib][beans] implementation of XML parser for parsing sample xml files

Posted by "Mikhail Loenko (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/HARMONY-680?page=all ]
     
Mikhail Loenko closed HARMONY-680:
----------------------------------


verified by Alexei

> [classlib][beans] implementation of XML parser for parsing sample xml files
> ---------------------------------------------------------------------------
>
>          Key: HARMONY-680
>          URL: http://issues.apache.org/jira/browse/HARMONY-680
>      Project: Harmony
>         Type: Improvement

>   Components: Classlib
>  Environment: win32
>     Reporter: Alexei Zakharov
>     Assignee: Mikhail Loenko
>  Attachments: XMLEncoderTest_sax_parser.patch
>
> I have realized we cannot move any further in  tests enabling for XMLEncoderTest with the line by line comparisson. Attached patch contains SAX parser implementation for XMLEncoderTest.assertCodedXML() method.

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


[jira] Commented: (HARMONY-680) [classlib][beans] implementation of XML parser for parsing sample xml files

Posted by "Alexei Zakharov (JIRA)" <ji...@apache.org>.
    [ http://issues.apache.org/jira/browse/HARMONY-680?page=comments#action_12418205 ] 

Alexei Zakharov commented on HARMONY-680:
-----------------------------------------

It seems everything is ok, thanks.

> [classlib][beans] implementation of XML parser for parsing sample xml files
> ---------------------------------------------------------------------------
>
>          Key: HARMONY-680
>          URL: http://issues.apache.org/jira/browse/HARMONY-680
>      Project: Harmony
>         Type: Improvement

>   Components: Classlib
>  Environment: win32
>     Reporter: Alexei Zakharov
>     Assignee: Mikhail Loenko
>  Attachments: XMLEncoderTest_sax_parser.patch
>
> I have realized we cannot move any further in  tests enabling for XMLEncoderTest with the line by line comparisson. Attached patch contains SAX parser implementation for XMLEncoderTest.assertCodedXML() method.

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


[jira] Assigned: (HARMONY-680) [classlib][beans] implementation of XML parser for parsing sample xml files

Posted by "Mikhail Loenko (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/HARMONY-680?page=all ]

Mikhail Loenko reassigned HARMONY-680:
--------------------------------------

    Assign To: Mikhail Loenko

> [classlib][beans] implementation of XML parser for parsing sample xml files
> ---------------------------------------------------------------------------
>
>          Key: HARMONY-680
>          URL: http://issues.apache.org/jira/browse/HARMONY-680
>      Project: Harmony
>         Type: Improvement

>   Components: Classlib
>  Environment: win32
>     Reporter: Alexei Zakharov
>     Assignee: Mikhail Loenko
>  Attachments: XMLEncoderTest_sax_parser.patch
>
> I have realized we cannot move any further in  tests enabling for XMLEncoderTest with the line by line comparisson. Attached patch contains SAX parser implementation for XMLEncoderTest.assertCodedXML() method.

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