tomdz 2005/12/22 14:48:55
Modified: src/test/org/apache/ojb/broker/metadata
RepositoryPersistorTest.java
Log:
Fixed accidental overwriting of file Test_Repository.xml on windows machines
that causes other tests to fail
Revision Changes Path
1.18 +1 -1
db-ojb/src/test/org/apache/ojb/broker/metadata/RepositoryPersistorTest.java
Index: RepositoryPersistorTest.java
===================================================================
RCS file:
/home/cvs/db-ojb/src/test/org/apache/ojb/broker/metadata/RepositoryPersistorTest.java,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- RepositoryPersistorTest.java 17 Dec 2005 16:47:01 -0000 1.17
+++ RepositoryPersistorTest.java 22 Dec 2005 22:48:55 -0000 1.18
@@ -30,7 +30,7 @@
/** Test storing/read repository.*/
public void testStoreReadRepository() throws Exception
{
- String fileNew = "test_repository.xml";
+ String fileNew = "test_repository_rewritten.xml";
String file = "repository.xml";
DescriptorRepository repository =
ojb.getMetadataManager().readDescriptorRepository(file);
ConnectionRepository conRepository =
ojb.getMetadataManager().connectionRepository();
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]