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