Update of /cvsroot/xorm/xorm/unit-tests/src/resources
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5153
Modified Files:
testdb.properties
Log Message:
Use BootstrapJDO option to preload JDO file; needed for TestJDOImplHelper.
Index: testdb.properties
===================================================================
RCS file: /cvsroot/xorm/xorm/unit-tests/src/resources/testdb.properties,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** testdb.properties 27 Oct 2005 23:16:56 -0000 1.2
--- testdb.properties 5 Feb 2006 21:39:13 -0000 1.3
***************
*** 18,19 ****
--- 18,22 ----
# DAS: TODO: Don't hard code this
org.xorm.datastore.database=testdb.xml
+
+ org.xorm.option.BootstrapJDO=/org/xorm/test/model.jdo
+
|