tomdz       2005/12/17 08:19:13

  Modified:    src/test/org/apache/ojb/broker/metadata Tag: OJB_1_0_RELEASE
                        RepositoryPersistorTest.java
  Log:
  Fixed typo
  
  Revision  Changes    Path
  No                   revision
  No                   revision
  1.12.4.2  +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.1
  retrieving revision 1.12.4.2
  diff -u -r1.12.4.1 -r1.12.4.2
  --- RepositoryPersistorTest.java      22 Apr 2005 16:42:22 -0000      1.12.4.1
  +++ RepositoryPersistorTest.java      17 Dec 2005 16:19:13 -0000      1.12.4.2
  @@ -30,7 +30,7 @@
        /** Test storing/read repository.*/
        public void testStoreReadRepository() throws Exception
        {
  -             String fileNew = "test_respository.xml";
  +             String fileNew = "test_repository.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