Re: [OJB-developers] Serialized Repository
Brought to you by:
thma
From: Thomas M. <tho...@ho...> - 2002-04-30 22:42:46
|
Hi Jakob, Jakob Braeuchi wrote: > 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 ? that's my fault, I checked in this repository serialization stuff without proper testing :-( I hope to get it fixed asap. cheers, Thomas > > 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 > > > _______________________________________________ > Objectbridge-developers mailing list > Obj...@li... > https://lists.sourceforge.net/lists/listinfo/objectbridge-developers > > > > |