From: Xuan B. <med...@us...> - 2008-01-22 19:28:24
|
Update of /cvsroot/tm4j/tm4j/resource/tests In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv8934/resource/tests Modified Files: test.properties Log Message: Integrate TMDM TMDJ 1 compatibility backend into testing. Index: test.properties =================================================================== RCS file: /cvsroot/tm4j/tm4j/resource/tests/test.properties,v retrieving revision 1.33 retrieving revision 1.34 diff -C2 -d -r1.33 -r1.34 *** test.properties 15 Dec 2004 08:24:33 -0000 1.33 --- test.properties 22 Jan 2008 19:28:27 -0000 1.34 *************** *** 112,113 **** --- 112,116 ---- static.hibernate.properties.file=static-hibernate.test.properties + ; TMDM compatibility in-memory default + tmdm.compatibility.memory.class=org.tm4j.topicmap.tmdm.tm4j1.TopicMapProviderFactoryImpl + |