You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by "Andrey Yakushev (JIRA)" <ji...@apache.org> on 2007/02/08 16:56:06 UTC

[jira] Created: (HARMONY-3142) [classlib] [logging] Unit test for getLoggingMXBean method implemented in HARMONY-3075

[classlib] [logging] Unit test for getLoggingMXBean method implemented in HARMONY-3075
--------------------------------------------------------------------------------------

                 Key: HARMONY-3142
                 URL: https://issues.apache.org/jira/browse/HARMONY-3142
             Project: Harmony
          Issue Type: Test
          Components: Classlib
            Reporter: Andrey Yakushev
            Priority: Minor


Alexei asked me to create a patch with the unit test for getLoggingMXBean method implemented in HARMONY-3075.

Really this method functionality is checked in tests.java.util.logging.LoggingMXBeanTest from lang-management module. (By the way should it be moved to logging module instead?)

Nevetheless I decided suggesting additional simple check for org.apache.harmony.logging.tests.java.util.logging.LogManagerTest. 

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


[jira] Updated: (HARMONY-3142) [classlib] [logging] Unit test for getLoggingMXBean method implemented in HARMONY-3075

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

Andrey Yakushev updated HARMONY-3142:
-------------------------------------

    Attachment: testGetLoggingMXBean.patch

Adding the testGetLoggingMXBean.patch for checking the result of LogManager.getLoggingMXBean invocation.

> [classlib] [logging] Unit test for getLoggingMXBean method implemented in HARMONY-3075
> --------------------------------------------------------------------------------------
>
>                 Key: HARMONY-3142
>                 URL: https://issues.apache.org/jira/browse/HARMONY-3142
>             Project: Harmony
>          Issue Type: Test
>          Components: Classlib
>            Reporter: Andrey Yakushev
>            Priority: Minor
>         Attachments: testGetLoggingMXBean.patch
>
>
> Alexei asked me to create a patch with the unit test for getLoggingMXBean method implemented in HARMONY-3075.
> Really this method functionality is checked in tests.java.util.logging.LoggingMXBeanTest from lang-management module. (By the way should it be moved to logging module instead?)
> Nevetheless I decided suggesting additional simple check for org.apache.harmony.logging.tests.java.util.logging.LogManagerTest. 

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


[jira] Assigned: (HARMONY-3142) [classlib] [logging] Unit test for getLoggingMXBean method implemented in HARMONY-3075

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

Alexei Zakharov reassigned HARMONY-3142:
----------------------------------------

    Assignee: Alexei Zakharov

> [classlib] [logging] Unit test for getLoggingMXBean method implemented in HARMONY-3075
> --------------------------------------------------------------------------------------
>
>                 Key: HARMONY-3142
>                 URL: https://issues.apache.org/jira/browse/HARMONY-3142
>             Project: Harmony
>          Issue Type: Test
>          Components: Classlib
>            Reporter: Andrey Yakushev
>         Assigned To: Alexei Zakharov
>            Priority: Minor
>         Attachments: testGetLoggingMXBean.patch
>
>
> Alexei asked me to create a patch with the unit test for getLoggingMXBean method implemented in HARMONY-3075.
> Really this method functionality is checked in tests.java.util.logging.LoggingMXBeanTest from lang-management module. (By the way should it be moved to logging module instead?)
> Nevetheless I decided suggesting additional simple check for org.apache.harmony.logging.tests.java.util.logging.LogManagerTest. 

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


[jira] Updated: (HARMONY-3142) [classlib] [logging] Unit test for getLoggingMXBean method implemented in HARMONY-3075

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

Andrey Yakushev updated HARMONY-3142:
-------------------------------------

    Patch Info: [Patch Available]

> [classlib] [logging] Unit test for getLoggingMXBean method implemented in HARMONY-3075
> --------------------------------------------------------------------------------------
>
>                 Key: HARMONY-3142
>                 URL: https://issues.apache.org/jira/browse/HARMONY-3142
>             Project: Harmony
>          Issue Type: Test
>          Components: Classlib
>            Reporter: Andrey Yakushev
>            Priority: Minor
>         Attachments: testGetLoggingMXBean.patch
>
>
> Alexei asked me to create a patch with the unit test for getLoggingMXBean method implemented in HARMONY-3075.
> Really this method functionality is checked in tests.java.util.logging.LoggingMXBeanTest from lang-management module. (By the way should it be moved to logging module instead?)
> Nevetheless I decided suggesting additional simple check for org.apache.harmony.logging.tests.java.util.logging.LogManagerTest. 

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


[jira] Commented: (HARMONY-3142) [classlib] [logging] Unit test for getLoggingMXBean method implemented in HARMONY-3075

Posted by "Alexei Zakharov (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HARMONY-3142?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12471727 ] 

Alexei Zakharov commented on HARMONY-3142:
------------------------------------------

I've excluded LogManagerTest for J9 at the revision 505325 since it starts to fail. It seems J9 doesn't have required native support for getLoggingMXBean().

> [classlib] [logging] Unit test for getLoggingMXBean method implemented in HARMONY-3075
> --------------------------------------------------------------------------------------
>
>                 Key: HARMONY-3142
>                 URL: https://issues.apache.org/jira/browse/HARMONY-3142
>             Project: Harmony
>          Issue Type: Test
>          Components: Classlib
>            Reporter: Andrey Yakushev
>         Assigned To: Alexei Zakharov
>            Priority: Minor
>         Attachments: testGetLoggingMXBean.patch
>
>
> Alexei asked me to create a patch with the unit test for getLoggingMXBean method implemented in HARMONY-3075.
> Really this method functionality is checked in tests.java.util.logging.LoggingMXBeanTest from lang-management module. (By the way should it be moved to logging module instead?)
> Nevetheless I decided suggesting additional simple check for org.apache.harmony.logging.tests.java.util.logging.LogManagerTest. 

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


[jira] Resolved: (HARMONY-3142) [classlib] [logging] Unit test for getLoggingMXBean method implemented in HARMONY-3075

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

Alexei Zakharov resolved HARMONY-3142.
--------------------------------------

    Resolution: Fixed

Andrey, I've committed the test at the revision 505277. Please check. If the test is ok then we may close both JIRAs I think.

> [classlib] [logging] Unit test for getLoggingMXBean method implemented in HARMONY-3075
> --------------------------------------------------------------------------------------
>
>                 Key: HARMONY-3142
>                 URL: https://issues.apache.org/jira/browse/HARMONY-3142
>             Project: Harmony
>          Issue Type: Test
>          Components: Classlib
>            Reporter: Andrey Yakushev
>         Assigned To: Alexei Zakharov
>            Priority: Minor
>         Attachments: testGetLoggingMXBean.patch
>
>
> Alexei asked me to create a patch with the unit test for getLoggingMXBean method implemented in HARMONY-3075.
> Really this method functionality is checked in tests.java.util.logging.LoggingMXBeanTest from lang-management module. (By the way should it be moved to logging module instead?)
> Nevetheless I decided suggesting additional simple check for org.apache.harmony.logging.tests.java.util.logging.LogManagerTest. 

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