You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by "Vladimir Ivanov (JIRA)" <ji...@apache.org> on 2006/07/13 13:55:29 UTC

[jira] Created: (HARMONY-867) [classlib[util] unit test org.apache.harmony.logging.tests.java.util.logging.FileHandlerTest is incorrect

[classlib[util] unit test org.apache.harmony.logging.tests.java.util.logging.FileHandlerTest is incorrect
---------------------------------------------------------------------------------------------------------

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

  Components: Classlib  
    Reporter: Vladimir Ivanov
 Attachments: FileHandlerTest.patch

The harmony unit test org.apache.harmony.logging.tests.java.util.logging.FileHandlerTest checks NPE for handler.publish(null) while spec says: 'A null record is silently ignored and is not published'.
Harmony implementation is correct.

Seems, test may be unexcluded after this fix.

-- 
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-867) [classlib[util] unit test org.apache.harmony.logging.tests.java.util.logging.FileHandlerTest is incorrect

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

Nathan Beyer closed HARMONY-867.
--------------------------------


verified

> [classlib[util] unit test org.apache.harmony.logging.tests.java.util.logging.FileHandlerTest is incorrect
> ---------------------------------------------------------------------------------------------------------
>
>                 Key: HARMONY-867
>                 URL: http://issues.apache.org/jira/browse/HARMONY-867
>             Project: Harmony
>          Issue Type: Bug
>          Components: Classlib
>            Reporter: Vladimir Ivanov
>         Assigned To: Nathan Beyer
>         Attachments: FileHandlerTest.patch, SocketHandlerTest.patch
>
>
> The harmony unit test org.apache.harmony.logging.tests.java.util.logging.FileHandlerTest checks NPE for handler.publish(null) while spec says: 'A null record is silently ignored and is not published'.
> Harmony implementation is correct.
> Seems, test may be unexcluded after this fix.

-- 
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-867) [classlib[util] unit test org.apache.harmony.logging.tests.java.util.logging.FileHandlerTest is incorrect

Posted by "Vladimir Ivanov (JIRA)" <ji...@apache.org>.
    [ http://issues.apache.org/jira/browse/HARMONY-867?page=comments#action_12420872 ] 

Vladimir Ivanov commented on HARMONY-867:
-----------------------------------------

The same issue is for org.apache.harmony.logging.tests.java.util.logging.SocketHandlerTest

> [classlib[util] unit test org.apache.harmony.logging.tests.java.util.logging.FileHandlerTest is incorrect
> ---------------------------------------------------------------------------------------------------------
>
>          Key: HARMONY-867
>          URL: http://issues.apache.org/jira/browse/HARMONY-867
>      Project: Harmony
>         Type: Bug

>   Components: Classlib
>     Reporter: Vladimir Ivanov
>  Attachments: FileHandlerTest.patch, SocketHandlerTest.patch
>
> The harmony unit test org.apache.harmony.logging.tests.java.util.logging.FileHandlerTest checks NPE for handler.publish(null) while spec says: 'A null record is silently ignored and is not published'.
> Harmony implementation is correct.
> Seems, test may be unexcluded after this fix.

-- 
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-867) [classlib[util] unit test org.apache.harmony.logging.tests.java.util.logging.FileHandlerTest is incorrect

Posted by "Vladimir Ivanov (JIRA)" <ji...@apache.org>.
    [ http://issues.apache.org/jira/browse/HARMONY-867?page=comments#action_12421501 ] 
            
Vladimir Ivanov commented on HARMONY-867:
-----------------------------------------

verified, thanks

> [classlib[util] unit test org.apache.harmony.logging.tests.java.util.logging.FileHandlerTest is incorrect
> ---------------------------------------------------------------------------------------------------------
>
>                 Key: HARMONY-867
>                 URL: http://issues.apache.org/jira/browse/HARMONY-867
>             Project: Harmony
>          Issue Type: Bug
>          Components: Classlib
>            Reporter: Vladimir Ivanov
>         Assigned To: Nathan Beyer
>         Attachments: FileHandlerTest.patch, SocketHandlerTest.patch
>
>
> The harmony unit test org.apache.harmony.logging.tests.java.util.logging.FileHandlerTest checks NPE for handler.publish(null) while spec says: 'A null record is silently ignored and is not published'.
> Harmony implementation is correct.
> Seems, test may be unexcluded after this fix.

-- 
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-867) [classlib[util] unit test org.apache.harmony.logging.tests.java.util.logging.FileHandlerTest is incorrect

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

Vladimir Ivanov updated HARMONY-867:
------------------------------------

    Attachment: FileHandlerTest.patch

patch

> [classlib[util] unit test org.apache.harmony.logging.tests.java.util.logging.FileHandlerTest is incorrect
> ---------------------------------------------------------------------------------------------------------
>
>          Key: HARMONY-867
>          URL: http://issues.apache.org/jira/browse/HARMONY-867
>      Project: Harmony
>         Type: Bug

>   Components: Classlib
>     Reporter: Vladimir Ivanov
>  Attachments: FileHandlerTest.patch
>
> The harmony unit test org.apache.harmony.logging.tests.java.util.logging.FileHandlerTest checks NPE for handler.publish(null) while spec says: 'A null record is silently ignored and is not published'.
> Harmony implementation is correct.
> Seems, test may be unexcluded after this fix.

-- 
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-867) [classlib[util] unit test org.apache.harmony.logging.tests.java.util.logging.FileHandlerTest is incorrect

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

Nathan Beyer reassigned HARMONY-867:
------------------------------------

    Assignee: Nathan Beyer

> [classlib[util] unit test org.apache.harmony.logging.tests.java.util.logging.FileHandlerTest is incorrect
> ---------------------------------------------------------------------------------------------------------
>
>                 Key: HARMONY-867
>                 URL: http://issues.apache.org/jira/browse/HARMONY-867
>             Project: Harmony
>          Issue Type: Bug
>          Components: Classlib
>            Reporter: Vladimir Ivanov
>         Assigned To: Nathan Beyer
>         Attachments: FileHandlerTest.patch, SocketHandlerTest.patch
>
>
> The harmony unit test org.apache.harmony.logging.tests.java.util.logging.FileHandlerTest checks NPE for handler.publish(null) while spec says: 'A null record is silently ignored and is not published'.
> Harmony implementation is correct.
> Seems, test may be unexcluded after this fix.

-- 
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-867) [classlib[util] unit test org.apache.harmony.logging.tests.java.util.logging.FileHandlerTest is incorrect

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

Nathan Beyer resolved HARMONY-867.
----------------------------------

    Resolution: Fixed

Applied at r422308. Please verify it. Thanks.

> [classlib[util] unit test org.apache.harmony.logging.tests.java.util.logging.FileHandlerTest is incorrect
> ---------------------------------------------------------------------------------------------------------
>
>                 Key: HARMONY-867
>                 URL: http://issues.apache.org/jira/browse/HARMONY-867
>             Project: Harmony
>          Issue Type: Bug
>          Components: Classlib
>            Reporter: Vladimir Ivanov
>         Assigned To: Nathan Beyer
>         Attachments: FileHandlerTest.patch, SocketHandlerTest.patch
>
>
> The harmony unit test org.apache.harmony.logging.tests.java.util.logging.FileHandlerTest checks NPE for handler.publish(null) while spec says: 'A null record is silently ignored and is not published'.
> Harmony implementation is correct.
> Seems, test may be unexcluded after this fix.

-- 
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-867) [classlib[util] unit test org.apache.harmony.logging.tests.java.util.logging.FileHandlerTest is incorrect

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

Vladimir Ivanov updated HARMONY-867:
------------------------------------

    Attachment: SocketHandlerTest.patch

patch

> [classlib[util] unit test org.apache.harmony.logging.tests.java.util.logging.FileHandlerTest is incorrect
> ---------------------------------------------------------------------------------------------------------
>
>          Key: HARMONY-867
>          URL: http://issues.apache.org/jira/browse/HARMONY-867
>      Project: Harmony
>         Type: Bug

>   Components: Classlib
>     Reporter: Vladimir Ivanov
>  Attachments: FileHandlerTest.patch, SocketHandlerTest.patch
>
> The harmony unit test org.apache.harmony.logging.tests.java.util.logging.FileHandlerTest checks NPE for handler.publish(null) while spec says: 'A null record is silently ignored and is not published'.
> Harmony implementation is correct.
> Seems, test may be unexcluded after this fix.

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