tomdz       2005/12/22 14:48:16

  Modified:    src/test/org/apache/ojb/broker/metadata Tag: OJB_1_0_RELEASE
                        RepositoryPersistorTest.java
  Log:
  Fixed accidental overwriting of file Test_Repository.xml on windows machines 
that causes other tests to fail
  
  Revision  Changes    Path
  No                   revision
  No                   revision
  1.12.4.3  +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.12.4.2
  retrieving revision 1.12.4.3
  diff -u -r1.12.4.2 -r1.12.4.3
  --- RepositoryPersistorTest.java      17 Dec 2005 16:19:13 -0000      1.12.4.2
  +++ RepositoryPersistorTest.java      22 Dec 2005 22:48:15 -0000      1.12.4.3
  @@ -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";
           RepositoryPersistor persistor = new RepositoryPersistor();
           DescriptorRepository repository = 
persistor.readDescriptorRepository(file);
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to