You are viewing a plain text version of this content. The canonical link for it is here.
Posted to ojb-dev@db.apache.org by br...@apache.org on 2004/08/11 21:18:03 UTC

cvs commit: db-ojb/src/test/org/apache/ojb/dirty DirtyBrokerTest.java DirtyBrokerFactoryTest.java

brj         2004/08/11 12:18:03

  Modified:    src/test/org/apache/ojb/dirty DirtyBrokerTest.java
                        DirtyBrokerFactoryTest.java
  Log:
  extends OJBTestCase to make it work with armins refactoring
  
  Revision  Changes    Path
  1.2       +4 -4      db-ojb/src/test/org/apache/ojb/dirty/DirtyBrokerTest.java
  
  Index: DirtyBrokerTest.java
  ===================================================================
  RCS file: /home/cvs/db-ojb/src/test/org/apache/ojb/dirty/DirtyBrokerTest.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- DirtyBrokerTest.java	9 Aug 2004 23:38:32 -0000	1.1
  +++ DirtyBrokerTest.java	11 Aug 2004 19:18:03 -0000	1.2
  @@ -14,12 +14,12 @@
    */
   package org.apache.ojb.dirty;
   
  -import junit.framework.TestCase;
  -import org.apache.ojb.broker.PersistenceBroker;
  -
   import java.util.Collection;
   
  -public class DirtyBrokerTest extends TestCase
  +import org.apache.ojb.broker.PersistenceBroker;
  +import org.apache.ojb.junit.OJBTestCase;
  +
  +public class DirtyBrokerTest extends OJBTestCase
   {
       private final DirtyBrokerFactory factory = new DirtyBrokerFactory();
       private PersistenceBroker broker;
  
  
  
  1.2       +2 -2      db-ojb/src/test/org/apache/ojb/dirty/DirtyBrokerFactoryTest.java
  
  Index: DirtyBrokerFactoryTest.java
  ===================================================================
  RCS file: /home/cvs/db-ojb/src/test/org/apache/ojb/dirty/DirtyBrokerFactoryTest.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- DirtyBrokerFactoryTest.java	9 Aug 2004 23:38:32 -0000	1.1
  +++ DirtyBrokerFactoryTest.java	11 Aug 2004 19:18:03 -0000	1.2
  @@ -3,12 +3,12 @@
    */
   package org.apache.ojb.dirty;
   
  -import junit.framework.TestCase;
   import org.apache.ojb.broker.PBKey;
   import org.apache.ojb.broker.PersistenceBroker;
   import org.apache.ojb.broker.PersistenceBrokerFactory;
  +import org.apache.ojb.junit.OJBTestCase;
   
  -public class DirtyBrokerFactoryTest extends TestCase
  +public class DirtyBrokerFactoryTest extends OJBTestCase
   {
       public void testBuildDefault()
       {
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: ojb-dev-unsubscribe@db.apache.org
For additional commands, e-mail: ojb-dev-help@db.apache.org