[ http://issues.apache.org/jira/browse/HARMONY-1015?page=comments#action_12424558 ] Alexei Zakharov commented on HARMONY-1015: ------------------------------------------ I have also added some assertions to PersistenceDelegate, ArrayPersistenceDelegate and NullPersistenceDelegate. This helps to improve the readability of the code a little bit. > [classlib][beans] fails in CustomizedPersistenceDelegateTest > ------------------------------------------------------------ > > Key: HARMONY-1015 > URL: http://issues.apache.org/jira/browse/HARMONY-1015 > Project: Harmony > Issue Type: Improvement > Components: Classlib > Environment: winXP > Reporter: Alexei Zakharov > Attachments: CustomizedPDTest1.patch > > > Five tests from org.apache.harmony.beans.tests.java.beans.CustomizedPersistenceDelegateTest fail currently due RI incompatibility of our implementation of beans. There are some statement processing issues - our implementation doesn't really execute statements while constructing of tentative objects. Just logs them. The spec doesn't say anything about this but RI behaves exactly as written in tests. Therefore, we should enable these tests on our implementation in order to be compatible with RI. > Attached patch enables following tests: > testArrayPD > testPrimitivePD > I have found a lot of redundant code in CustomizedPersistenceDelegateTest. I just commented it out. -- 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