You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by "Mark Hindess (JIRA)" <ji...@apache.org> on 2009/06/25 13:44:07 UTC

[jira] Closed: (HARMONY-4840) [classlib][drlvm] BeanContextSupportTest fails

     [ https://issues.apache.org/jira/browse/HARMONY-4840?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Mark Hindess closed HARMONY-4840.
---------------------------------


Closing since reporter committed a fix.


> [classlib][drlvm] BeanContextSupportTest fails
> ----------------------------------------------
>
>                 Key: HARMONY-4840
>                 URL: https://issues.apache.org/jira/browse/HARMONY-4840
>             Project: Harmony
>          Issue Type: Bug
>          Components: Classlib
>         Environment: win32
>            Reporter: Alexei Zakharov
>            Assignee: Alexei Zakharov
>
> The following tests from the org.apache.harmony.beans.tests.java.beans.beancontext.BeanContextSupportTest class currently fails on DRLVM:
> testBcsPreDeserializationHook
> junit.framework.AssertionFailedError: expected:<bcsPreDeserializationHook> but was:<initialize> at org.apache.harmony.beans.tests.support.beancontext.MethodInvocationRecords.assertRecord(MethodInvocationRecords.java:103) at org.apache.harmony.beans.tests.java.beans.beancontext.BeanContextSupportTest.testBcsPreDeserializationHook(BeanContextSupportTest.java:676) at java.lang.reflect.VMReflection.invokeMethod(Native Method)
> testChildDeserializedHook
> junit.framework.AssertionFailedError: expected:<bcsPreDeserializationHook> but was:<initialize> at org.apache.harmony.beans.tests.support.beancontext.MethodInvocationRecords.assertRecord(MethodInvocationRecords.java:103) at org.apache.harmony.beans.tests.java.beans.beancontext.BeanContextSupportTest.testChildDeserializedHook(BeanContextSupportTest.java:808) at java.lang.reflect.VMReflection.invokeMethod(Native Method)
> However, it passes if executed on J9 or RI.

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