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/11 17:44:20 UTC

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

[classlib][beans] rework of EventHandlerTest (2)
------------------------------------------------

                 Key: HARMONY-1827
                 URL: http://issues.apache.org/jira/browse/HARMONY-1827
             Project: Harmony
          Issue Type: Improvement
          Components: Classlib
         Environment: ws2003
            Reporter: Alexei Zakharov
         Attachments: HY-1827_EventHandler.patch, HY-1827_EventHandlerTest.patch

The attached patches enable the following 14 tests from the org.apache.harmony.beans.tests.java.beans.EventHandlerTest class:

testCreateClassObjectString_MethodNull
testCreateClassObjectString_MethodEmpty
testCreateClassObjectStringString_ActionNull
testCreateClassObjectStringString_ActionInvalid
testCreateClassObjectStringString_PropertyNameNull
testCreateClassObjectStringString_PropertyNameInvalid
testCreateClassObjectStringStringString_ActionNull
testCreateClassObjectStringStringString_ActionInvalid
testCreateClassObjectStringStringString_PropertyNull
testCreateClassObjectStringStringString_PropertyInvalid
testIncompatibleMethod
testCoverage_1 took
testInvoke_extend2
the current exception throwing model was updated to enable these tests

testInvoke_extend2_2
removed as invalid, see my explanation at [1]

testInvoke_extend4_BooleanObject
still fails. I provide a patch for it soon

[1] http://mail-archives.apache.org/mod_mbox/incubator-harmony-dev/200610.mbox/%3c2c9597b90610101027m7e2d25c0x9bb6d7886901830a@mail.gmail.com%3e


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

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

Please ignore my previous comment. I think one of the possible reasons why the tests pass on your machine is the fact that there are two entries for  EventHandlerTest in the exclude list in build.xml. This is a bug. If you comment only one of the entries the test is still excluded and you can be distracted by the BUILD SUCCESSFUL message.

> [classlib][beans] rework of EventHandlerTest (2)
> ------------------------------------------------
>
>                 Key: HARMONY-1827
>                 URL: http://issues.apache.org/jira/browse/HARMONY-1827
>             Project: Harmony
>          Issue Type: Improvement
>          Components: Classlib
>         Environment: ws2003
>            Reporter: Alexei Zakharov
>         Assigned To: Mikhail Loenko
>         Attachments: HY-1827_EventHandler.patch, HY-1827_EventHandler_updated.patch, HY-1827_EventHandlerTest.patch
>
>
> The attached patches enable the following 14 tests from the org.apache.harmony.beans.tests.java.beans.EventHandlerTest class:
> testCreateClassObjectString_MethodNull
> testCreateClassObjectString_MethodEmpty
> testCreateClassObjectStringString_ActionNull
> testCreateClassObjectStringString_ActionInvalid
> testCreateClassObjectStringString_PropertyNameNull
> testCreateClassObjectStringString_PropertyNameInvalid
> testCreateClassObjectStringStringString_ActionNull
> testCreateClassObjectStringStringString_ActionInvalid
> testCreateClassObjectStringStringString_PropertyNull
> testCreateClassObjectStringStringString_PropertyInvalid
> testIncompatibleMethod
> testCoverage_1 took
> testInvoke_extend2
> the current exception throwing model was updated to enable these tests
> testInvoke_extend2_2
> removed as invalid, see my explanation at [1]
> testInvoke_extend4_BooleanObject
> still fails. I provide a patch for it soon
> [1] http://mail-archives.apache.org/mod_mbox/incubator-harmony-dev/200610.mbox/%3c2c9597b90610101027m7e2d25c0x9bb6d7886901830a@mail.gmail.com%3e

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

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

Alexei Zakharov closed HARMONY-1827.
------------------------------------

    Resolution: Fixed

The patch applied at revision 470777.

> [classlib][beans] rework of EventHandlerTest (2)
> ------------------------------------------------
>
>                 Key: HARMONY-1827
>                 URL: http://issues.apache.org/jira/browse/HARMONY-1827
>             Project: Harmony
>          Issue Type: Improvement
>          Components: Classlib
>         Environment: ws2003
>            Reporter: Alexei Zakharov
>         Assigned To: Alexei Zakharov
>         Attachments: HY-1827_EventHandler.patch, HY-1827_EventHandler_updated.patch, HY-1827_EventHandlerTest.patch
>
>
> The attached patches enable the following 14 tests from the org.apache.harmony.beans.tests.java.beans.EventHandlerTest class:
> testCreateClassObjectString_MethodNull
> testCreateClassObjectString_MethodEmpty
> testCreateClassObjectStringString_ActionNull
> testCreateClassObjectStringString_ActionInvalid
> testCreateClassObjectStringString_PropertyNameNull
> testCreateClassObjectStringString_PropertyNameInvalid
> testCreateClassObjectStringStringString_ActionNull
> testCreateClassObjectStringStringString_ActionInvalid
> testCreateClassObjectStringStringString_PropertyNull
> testCreateClassObjectStringStringString_PropertyInvalid
> testIncompatibleMethod
> testCoverage_1 took
> testInvoke_extend2
> the current exception throwing model was updated to enable these tests
> testInvoke_extend2_2
> removed as invalid, see my explanation at [1]
> testInvoke_extend4_BooleanObject
> still fails. I provide a patch for it soon
> [1] http://mail-archives.apache.org/mod_mbox/incubator-harmony-dev/200610.mbox/%3c2c9597b90610101027m7e2d25c0x9bb6d7886901830a@mail.gmail.com%3e

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

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

Alexei Zakharov reassigned HARMONY-1827:
----------------------------------------

    Assignee: Alexei Zakharov  (was: Mikhail Loenko)

> [classlib][beans] rework of EventHandlerTest (2)
> ------------------------------------------------
>
>                 Key: HARMONY-1827
>                 URL: http://issues.apache.org/jira/browse/HARMONY-1827
>             Project: Harmony
>          Issue Type: Improvement
>          Components: Classlib
>         Environment: ws2003
>            Reporter: Alexei Zakharov
>         Assigned To: Alexei Zakharov
>         Attachments: HY-1827_EventHandler.patch, HY-1827_EventHandler_updated.patch, HY-1827_EventHandlerTest.patch
>
>
> The attached patches enable the following 14 tests from the org.apache.harmony.beans.tests.java.beans.EventHandlerTest class:
> testCreateClassObjectString_MethodNull
> testCreateClassObjectString_MethodEmpty
> testCreateClassObjectStringString_ActionNull
> testCreateClassObjectStringString_ActionInvalid
> testCreateClassObjectStringString_PropertyNameNull
> testCreateClassObjectStringString_PropertyNameInvalid
> testCreateClassObjectStringStringString_ActionNull
> testCreateClassObjectStringStringString_ActionInvalid
> testCreateClassObjectStringStringString_PropertyNull
> testCreateClassObjectStringStringString_PropertyInvalid
> testIncompatibleMethod
> testCoverage_1 took
> testInvoke_extend2
> the current exception throwing model was updated to enable these tests
> testInvoke_extend2_2
> removed as invalid, see my explanation at [1]
> testInvoke_extend4_BooleanObject
> still fails. I provide a patch for it soon
> [1] http://mail-archives.apache.org/mod_mbox/incubator-harmony-dev/200610.mbox/%3c2c9597b90610101027m7e2d25c0x9bb6d7886901830a@mail.gmail.com%3e

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

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

Mikhail Loenko reassigned HARMONY-1827:
---------------------------------------

    Assignee: Mikhail Loenko

> [classlib][beans] rework of EventHandlerTest (2)
> ------------------------------------------------
>
>                 Key: HARMONY-1827
>                 URL: http://issues.apache.org/jira/browse/HARMONY-1827
>             Project: Harmony
>          Issue Type: Improvement
>          Components: Classlib
>         Environment: ws2003
>            Reporter: Alexei Zakharov
>         Assigned To: Mikhail Loenko
>         Attachments: HY-1827_EventHandler.patch, HY-1827_EventHandlerTest.patch
>
>
> The attached patches enable the following 14 tests from the org.apache.harmony.beans.tests.java.beans.EventHandlerTest class:
> testCreateClassObjectString_MethodNull
> testCreateClassObjectString_MethodEmpty
> testCreateClassObjectStringString_ActionNull
> testCreateClassObjectStringString_ActionInvalid
> testCreateClassObjectStringString_PropertyNameNull
> testCreateClassObjectStringString_PropertyNameInvalid
> testCreateClassObjectStringStringString_ActionNull
> testCreateClassObjectStringStringString_ActionInvalid
> testCreateClassObjectStringStringString_PropertyNull
> testCreateClassObjectStringStringString_PropertyInvalid
> testIncompatibleMethod
> testCoverage_1 took
> testInvoke_extend2
> the current exception throwing model was updated to enable these tests
> testInvoke_extend2_2
> removed as invalid, see my explanation at [1]
> testInvoke_extend4_BooleanObject
> still fails. I provide a patch for it soon
> [1] http://mail-archives.apache.org/mod_mbox/incubator-harmony-dev/200610.mbox/%3c2c9597b90610101027m7e2d25c0x9bb6d7886901830a@mail.gmail.com%3e

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

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

Alexei Zakharov updated HARMONY-1827:
-------------------------------------

    Attachment: HY-1827_EventHandlerTest.patch

> [classlib][beans] rework of EventHandlerTest (2)
> ------------------------------------------------
>
>                 Key: HARMONY-1827
>                 URL: http://issues.apache.org/jira/browse/HARMONY-1827
>             Project: Harmony
>          Issue Type: Improvement
>          Components: Classlib
>         Environment: ws2003
>            Reporter: Alexei Zakharov
>         Attachments: HY-1827_EventHandler.patch, HY-1827_EventHandlerTest.patch
>
>
> The attached patches enable the following 14 tests from the org.apache.harmony.beans.tests.java.beans.EventHandlerTest class:
> testCreateClassObjectString_MethodNull
> testCreateClassObjectString_MethodEmpty
> testCreateClassObjectStringString_ActionNull
> testCreateClassObjectStringString_ActionInvalid
> testCreateClassObjectStringString_PropertyNameNull
> testCreateClassObjectStringString_PropertyNameInvalid
> testCreateClassObjectStringStringString_ActionNull
> testCreateClassObjectStringStringString_ActionInvalid
> testCreateClassObjectStringStringString_PropertyNull
> testCreateClassObjectStringStringString_PropertyInvalid
> testIncompatibleMethod
> testCoverage_1 took
> testInvoke_extend2
> the current exception throwing model was updated to enable these tests
> testInvoke_extend2_2
> removed as invalid, see my explanation at [1]
> testInvoke_extend4_BooleanObject
> still fails. I provide a patch for it soon
> [1] http://mail-archives.apache.org/mod_mbox/incubator-harmony-dev/200610.mbox/%3c2c9597b90610101027m7e2d25c0x9bb6d7886901830a@mail.gmail.com%3e

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

Posted by "Mikhail Loenko (JIRA)" <ji...@apache.org>.
    [ http://issues.apache.org/jira/browse/HARMONY-1827?page=comments#action_12443216 ] 
            
Mikhail Loenko commented on HARMONY-1827:
-----------------------------------------

Hi Alexei
once I apply the patch to the test, it passes. So no patch to the code seems to be neccesary

> [classlib][beans] rework of EventHandlerTest (2)
> ------------------------------------------------
>
>                 Key: HARMONY-1827
>                 URL: http://issues.apache.org/jira/browse/HARMONY-1827
>             Project: Harmony
>          Issue Type: Improvement
>          Components: Classlib
>         Environment: ws2003
>            Reporter: Alexei Zakharov
>         Assigned To: Mikhail Loenko
>         Attachments: HY-1827_EventHandler.patch, HY-1827_EventHandlerTest.patch
>
>
> The attached patches enable the following 14 tests from the org.apache.harmony.beans.tests.java.beans.EventHandlerTest class:
> testCreateClassObjectString_MethodNull
> testCreateClassObjectString_MethodEmpty
> testCreateClassObjectStringString_ActionNull
> testCreateClassObjectStringString_ActionInvalid
> testCreateClassObjectStringString_PropertyNameNull
> testCreateClassObjectStringString_PropertyNameInvalid
> testCreateClassObjectStringStringString_ActionNull
> testCreateClassObjectStringStringString_ActionInvalid
> testCreateClassObjectStringStringString_PropertyNull
> testCreateClassObjectStringStringString_PropertyInvalid
> testIncompatibleMethod
> testCoverage_1 took
> testInvoke_extend2
> the current exception throwing model was updated to enable these tests
> testInvoke_extend2_2
> removed as invalid, see my explanation at [1]
> testInvoke_extend4_BooleanObject
> still fails. I provide a patch for it soon
> [1] http://mail-archives.apache.org/mod_mbox/incubator-harmony-dev/200610.mbox/%3c2c9597b90610101027m7e2d25c0x9bb6d7886901830a@mail.gmail.com%3e

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

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

Alexei Zakharov updated HARMONY-1827:
-------------------------------------

    Attachment: HY-1827_EventHandler.patch

> [classlib][beans] rework of EventHandlerTest (2)
> ------------------------------------------------
>
>                 Key: HARMONY-1827
>                 URL: http://issues.apache.org/jira/browse/HARMONY-1827
>             Project: Harmony
>          Issue Type: Improvement
>          Components: Classlib
>         Environment: ws2003
>            Reporter: Alexei Zakharov
>         Attachments: HY-1827_EventHandler.patch, HY-1827_EventHandlerTest.patch
>
>
> The attached patches enable the following 14 tests from the org.apache.harmony.beans.tests.java.beans.EventHandlerTest class:
> testCreateClassObjectString_MethodNull
> testCreateClassObjectString_MethodEmpty
> testCreateClassObjectStringString_ActionNull
> testCreateClassObjectStringString_ActionInvalid
> testCreateClassObjectStringString_PropertyNameNull
> testCreateClassObjectStringString_PropertyNameInvalid
> testCreateClassObjectStringStringString_ActionNull
> testCreateClassObjectStringStringString_ActionInvalid
> testCreateClassObjectStringStringString_PropertyNull
> testCreateClassObjectStringStringString_PropertyInvalid
> testIncompatibleMethod
> testCoverage_1 took
> testInvoke_extend2
> the current exception throwing model was updated to enable these tests
> testInvoke_extend2_2
> removed as invalid, see my explanation at [1]
> testInvoke_extend4_BooleanObject
> still fails. I provide a patch for it soon
> [1] http://mail-archives.apache.org/mod_mbox/incubator-harmony-dev/200610.mbox/%3c2c9597b90610101027m7e2d25c0x9bb6d7886901830a@mail.gmail.com%3e

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

Posted by "Mikhail Loenko (JIRA)" <ji...@apache.org>.
    [ http://issues.apache.org/jira/browse/HARMONY-1827?page=comments#action_12446801 ] 
            
Mikhail Loenko commented on HARMONY-1827:
-----------------------------------------

no, not at all

> [classlib][beans] rework of EventHandlerTest (2)
> ------------------------------------------------
>
>                 Key: HARMONY-1827
>                 URL: http://issues.apache.org/jira/browse/HARMONY-1827
>             Project: Harmony
>          Issue Type: Improvement
>          Components: Classlib
>         Environment: ws2003
>            Reporter: Alexei Zakharov
>         Assigned To: Mikhail Loenko
>         Attachments: HY-1827_EventHandler.patch, HY-1827_EventHandler_updated.patch, HY-1827_EventHandlerTest.patch
>
>
> The attached patches enable the following 14 tests from the org.apache.harmony.beans.tests.java.beans.EventHandlerTest class:
> testCreateClassObjectString_MethodNull
> testCreateClassObjectString_MethodEmpty
> testCreateClassObjectStringString_ActionNull
> testCreateClassObjectStringString_ActionInvalid
> testCreateClassObjectStringString_PropertyNameNull
> testCreateClassObjectStringString_PropertyNameInvalid
> testCreateClassObjectStringStringString_ActionNull
> testCreateClassObjectStringStringString_ActionInvalid
> testCreateClassObjectStringStringString_PropertyNull
> testCreateClassObjectStringStringString_PropertyInvalid
> testIncompatibleMethod
> testCoverage_1 took
> testInvoke_extend2
> the current exception throwing model was updated to enable these tests
> testInvoke_extend2_2
> removed as invalid, see my explanation at [1]
> testInvoke_extend4_BooleanObject
> still fails. I provide a patch for it soon
> [1] http://mail-archives.apache.org/mod_mbox/incubator-harmony-dev/200610.mbox/%3c2c9597b90610101027m7e2d25c0x9bb6d7886901830a@mail.gmail.com%3e

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

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

Hi Mikhail,
It was my mistake - I forgot to revert changes for the suite() method in the test class. In the current state only one single test is active for the whole test class. Please set the content of the suite() method to the following:
     public static Test suite() {
         return new TestSuite(EventHandlerTest.class);
     }
and you will see 14 failures.

> [classlib][beans] rework of EventHandlerTest (2)
> ------------------------------------------------
>
>                 Key: HARMONY-1827
>                 URL: http://issues.apache.org/jira/browse/HARMONY-1827
>             Project: Harmony
>          Issue Type: Improvement
>          Components: Classlib
>         Environment: ws2003
>            Reporter: Alexei Zakharov
>         Assigned To: Mikhail Loenko
>         Attachments: HY-1827_EventHandler.patch, HY-1827_EventHandlerTest.patch
>
>
> The attached patches enable the following 14 tests from the org.apache.harmony.beans.tests.java.beans.EventHandlerTest class:
> testCreateClassObjectString_MethodNull
> testCreateClassObjectString_MethodEmpty
> testCreateClassObjectStringString_ActionNull
> testCreateClassObjectStringString_ActionInvalid
> testCreateClassObjectStringString_PropertyNameNull
> testCreateClassObjectStringString_PropertyNameInvalid
> testCreateClassObjectStringStringString_ActionNull
> testCreateClassObjectStringStringString_ActionInvalid
> testCreateClassObjectStringStringString_PropertyNull
> testCreateClassObjectStringStringString_PropertyInvalid
> testIncompatibleMethod
> testCoverage_1 took
> testInvoke_extend2
> the current exception throwing model was updated to enable these tests
> testInvoke_extend2_2
> removed as invalid, see my explanation at [1]
> testInvoke_extend4_BooleanObject
> still fails. I provide a patch for it soon
> [1] http://mail-archives.apache.org/mod_mbox/incubator-harmony-dev/200610.mbox/%3c2c9597b90610101027m7e2d25c0x9bb6d7886901830a@mail.gmail.com%3e

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

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

Alexei Zakharov updated HARMONY-1827:
-------------------------------------

    Attachment: HY-1827_EventHandler_updated.patch

Since the patch became outdated already I have created a new one. Please see HY-1827_EventHandler_updated.patch.

> [classlib][beans] rework of EventHandlerTest (2)
> ------------------------------------------------
>
>                 Key: HARMONY-1827
>                 URL: http://issues.apache.org/jira/browse/HARMONY-1827
>             Project: Harmony
>          Issue Type: Improvement
>          Components: Classlib
>         Environment: ws2003
>            Reporter: Alexei Zakharov
>         Assigned To: Mikhail Loenko
>         Attachments: HY-1827_EventHandler.patch, HY-1827_EventHandler_updated.patch, HY-1827_EventHandlerTest.patch
>
>
> The attached patches enable the following 14 tests from the org.apache.harmony.beans.tests.java.beans.EventHandlerTest class:
> testCreateClassObjectString_MethodNull
> testCreateClassObjectString_MethodEmpty
> testCreateClassObjectStringString_ActionNull
> testCreateClassObjectStringString_ActionInvalid
> testCreateClassObjectStringString_PropertyNameNull
> testCreateClassObjectStringString_PropertyNameInvalid
> testCreateClassObjectStringStringString_ActionNull
> testCreateClassObjectStringStringString_ActionInvalid
> testCreateClassObjectStringStringString_PropertyNull
> testCreateClassObjectStringStringString_PropertyInvalid
> testIncompatibleMethod
> testCoverage_1 took
> testInvoke_extend2
> the current exception throwing model was updated to enable these tests
> testInvoke_extend2_2
> removed as invalid, see my explanation at [1]
> testInvoke_extend4_BooleanObject
> still fails. I provide a patch for it soon
> [1] http://mail-archives.apache.org/mod_mbox/incubator-harmony-dev/200610.mbox/%3c2c9597b90610101027m7e2d25c0x9bb6d7886901830a@mail.gmail.com%3e

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

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

Alexei Zakharov updated HARMONY-1827:
-------------------------------------

    Patch Info: [Patch Available]

> [classlib][beans] rework of EventHandlerTest (2)
> ------------------------------------------------
>
>                 Key: HARMONY-1827
>                 URL: http://issues.apache.org/jira/browse/HARMONY-1827
>             Project: Harmony
>          Issue Type: Improvement
>          Components: Classlib
>         Environment: ws2003
>            Reporter: Alexei Zakharov
>         Assigned To: Mikhail Loenko
>         Attachments: HY-1827_EventHandler.patch, HY-1827_EventHandlerTest.patch
>
>
> The attached patches enable the following 14 tests from the org.apache.harmony.beans.tests.java.beans.EventHandlerTest class:
> testCreateClassObjectString_MethodNull
> testCreateClassObjectString_MethodEmpty
> testCreateClassObjectStringString_ActionNull
> testCreateClassObjectStringString_ActionInvalid
> testCreateClassObjectStringString_PropertyNameNull
> testCreateClassObjectStringString_PropertyNameInvalid
> testCreateClassObjectStringStringString_ActionNull
> testCreateClassObjectStringStringString_ActionInvalid
> testCreateClassObjectStringStringString_PropertyNull
> testCreateClassObjectStringStringString_PropertyInvalid
> testIncompatibleMethod
> testCoverage_1 took
> testInvoke_extend2
> the current exception throwing model was updated to enable these tests
> testInvoke_extend2_2
> removed as invalid, see my explanation at [1]
> testInvoke_extend4_BooleanObject
> still fails. I provide a patch for it soon
> [1] http://mail-archives.apache.org/mod_mbox/incubator-harmony-dev/200610.mbox/%3c2c9597b90610101027m7e2d25c0x9bb6d7886901830a@mail.gmail.com%3e

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

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

Mikhail, do you mind if I reassign this JIRA to myself?

> [classlib][beans] rework of EventHandlerTest (2)
> ------------------------------------------------
>
>                 Key: HARMONY-1827
>                 URL: http://issues.apache.org/jira/browse/HARMONY-1827
>             Project: Harmony
>          Issue Type: Improvement
>          Components: Classlib
>         Environment: ws2003
>            Reporter: Alexei Zakharov
>         Assigned To: Mikhail Loenko
>         Attachments: HY-1827_EventHandler.patch, HY-1827_EventHandler_updated.patch, HY-1827_EventHandlerTest.patch
>
>
> The attached patches enable the following 14 tests from the org.apache.harmony.beans.tests.java.beans.EventHandlerTest class:
> testCreateClassObjectString_MethodNull
> testCreateClassObjectString_MethodEmpty
> testCreateClassObjectStringString_ActionNull
> testCreateClassObjectStringString_ActionInvalid
> testCreateClassObjectStringString_PropertyNameNull
> testCreateClassObjectStringString_PropertyNameInvalid
> testCreateClassObjectStringStringString_ActionNull
> testCreateClassObjectStringStringString_ActionInvalid
> testCreateClassObjectStringStringString_PropertyNull
> testCreateClassObjectStringStringString_PropertyInvalid
> testIncompatibleMethod
> testCoverage_1 took
> testInvoke_extend2
> the current exception throwing model was updated to enable these tests
> testInvoke_extend2_2
> removed as invalid, see my explanation at [1]
> testInvoke_extend4_BooleanObject
> still fails. I provide a patch for it soon
> [1] http://mail-archives.apache.org/mod_mbox/incubator-harmony-dev/200610.mbox/%3c2c9597b90610101027m7e2d25c0x9bb6d7886901830a@mail.gmail.com%3e

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