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/10/06 19:45:22 UTC

[jira] Created: (HARMONY-1764) [classlib][beans] rework of EventHandlerTest

[classlib][beans] rework of EventHandlerTest
--------------------------------------------

                 Key: HARMONY-1764
                 URL: http://issues.apache.org/jira/browse/HARMONY-1764
             Project: Harmony
          Issue Type: Improvement
          Components: Classlib
         Environment: winXP
            Reporter: Alexei Zakharov
            Priority: Minor
         Attachments: HY-1764_EventHandlerTest.patch

Currently big number of tests from the org.apache.harmony.beans.tests.java.beans.EventHandlerTest class fails on Harmony, some of them also fail on RI. For a start I fix some tests to enable the whole test class on RI. Please see the patch attached. The patch also enables the following test on Harmony:

testInvokeWithNullPropertyName
I have fixed incorrect proxy method call in the test to enable it. RI allows it but IMO this is bug in RI since this is against the spec.


-- 
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-1764) [classlib][beans] rework of EventHandlerTest

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

Alexei Zakharov updated HARMONY-1764:
-------------------------------------

    Attachment: HY-1764_EventHandlerTest.patch

> [classlib][beans] rework of EventHandlerTest
> --------------------------------------------
>
>                 Key: HARMONY-1764
>                 URL: http://issues.apache.org/jira/browse/HARMONY-1764
>             Project: Harmony
>          Issue Type: Improvement
>          Components: Classlib
>         Environment: winXP
>            Reporter: Alexei Zakharov
>            Priority: Minor
>         Attachments: HY-1764_EventHandlerTest.patch
>
>
> Currently big number of tests from the org.apache.harmony.beans.tests.java.beans.EventHandlerTest class fails on Harmony, some of them also fail on RI. For a start I fix some tests to enable the whole test class on RI. Please see the patch attached. The patch also enables the following test on Harmony:
> testInvokeWithNullPropertyName
> I have fixed incorrect proxy method call in the test to enable it. RI allows it but IMO this is bug in RI since this is against the spec.

-- 
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-1764) [classlib][beans] rework of EventHandlerTest

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

Nathan Beyer reassigned HARMONY-1764:
-------------------------------------

    Assignee: Nathan Beyer

> [classlib][beans] rework of EventHandlerTest
> --------------------------------------------
>
>                 Key: HARMONY-1764
>                 URL: http://issues.apache.org/jira/browse/HARMONY-1764
>             Project: Harmony
>          Issue Type: Improvement
>          Components: Classlib
>         Environment: winXP
>            Reporter: Alexei Zakharov
>         Assigned To: Nathan Beyer
>            Priority: Minor
>         Attachments: HY-1764_EventHandlerTest.patch
>
>
> Currently big number of tests from the org.apache.harmony.beans.tests.java.beans.EventHandlerTest class fails on Harmony, some of them also fail on RI. For a start I fix some tests to enable the whole test class on RI. Please see the patch attached. The patch also enables the following test on Harmony:
> testInvokeWithNullPropertyName
> I have fixed incorrect proxy method call in the test to enable it. RI allows it but IMO this is bug in RI since this is against the spec.

-- 
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-1764) [classlib][beans] rework of EventHandlerTest

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

Nathan Beyer resolved HARMONY-1764.
-----------------------------------

    Resolution: Fixed

I applied the patch and cleaned up the import statements as well. Please verify that it was applied as expected. Thanks.

> [classlib][beans] rework of EventHandlerTest
> --------------------------------------------
>
>                 Key: HARMONY-1764
>                 URL: http://issues.apache.org/jira/browse/HARMONY-1764
>             Project: Harmony
>          Issue Type: Improvement
>          Components: Classlib
>         Environment: winXP
>            Reporter: Alexei Zakharov
>         Assigned To: Nathan Beyer
>            Priority: Minor
>         Attachments: HY-1764_EventHandlerTest.patch
>
>
> Currently big number of tests from the org.apache.harmony.beans.tests.java.beans.EventHandlerTest class fails on Harmony, some of them also fail on RI. For a start I fix some tests to enable the whole test class on RI. Please see the patch attached. The patch also enables the following test on Harmony:
> testInvokeWithNullPropertyName
> I have fixed incorrect proxy method call in the test to enable it. RI allows it but IMO this is bug in RI since this is against the spec.

-- 
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-1764) [classlib][beans] rework of EventHandlerTest

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

Everything is fine. Thank you Nathan.

> [classlib][beans] rework of EventHandlerTest
> --------------------------------------------
>
>                 Key: HARMONY-1764
>                 URL: http://issues.apache.org/jira/browse/HARMONY-1764
>             Project: Harmony
>          Issue Type: Improvement
>          Components: Classlib
>         Environment: winXP
>            Reporter: Alexei Zakharov
>         Assigned To: Nathan Beyer
>            Priority: Minor
>         Attachments: HY-1764_EventHandlerTest.patch
>
>
> Currently big number of tests from the org.apache.harmony.beans.tests.java.beans.EventHandlerTest class fails on Harmony, some of them also fail on RI. For a start I fix some tests to enable the whole test class on RI. Please see the patch attached. The patch also enables the following test on Harmony:
> testInvokeWithNullPropertyName
> I have fixed incorrect proxy method call in the test to enable it. RI allows it but IMO this is bug in RI since this is against the spec.

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