tomdz       2005/12/17 08:47:01

  Modified:    src/test/org/apache/ojb/broker/metadata
                        RepositoryPersistorTest.java
  Log:
  Fixed typo
  
  Revision  Changes    Path
  1.17      +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.16
  retrieving revision 1.17
  diff -u -r1.16 -r1.17
  --- RepositoryPersistorTest.java      27 Aug 2005 12:39:54 -0000      1.16
  +++ RepositoryPersistorTest.java      17 Dec 2005 16:47:01 -0000      1.17
  @@ -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";
           DescriptorRepository repository = 
ojb.getMetadataManager().readDescriptorRepository(file);
           ConnectionRepository conRepository = 
ojb.getMetadataManager().connectionRepository();
  
  
  

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

Reply via email to