[OJB-developers] Serialized Repository
Brought to you by:
thma
From: Jakob B. <jbr...@fr...> - 2002-04-29 19:46:01
|
hi, i have a strange problem with serialized repository: the method testRowReader() fails. when i delete the serialized repository and rerun the test it works ? jakob .[BOOT] INFO: OJB.properties: file:/D:/Java/eclipse_0425/workspace/ojb-1-0/src/test/test/ojb/OJB.propertie s [BOOT] INFO: loading serialized repository D:\Java\eclipse_0425\workspace\ojb-1-0\src\test\test\ojb\repository.xml.seri alized ....F.................................... ..... Time: 5.268 There was 1 failure: 1) testRowReader(test.ojb.broker.PersistenceBrokerTest)junit.framework.Assertio nFailedError: detail should be loaded by RowReader ! at test.ojb.broker.PersistenceBrokerTest.testRowReader(PersistenceBrokerTest.ja va:803) at test.ojb.broker.AllTests.main(AllTests.java:25) FAILURES!!! Tests run: 46, Failures: 1, Errors: 0 |