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/11/27 20:53:18 UTC

cvs commit: db-ojb/src/test/org/apache/ojb/broker CompareApiPerformanceTests.java

brj         2004/11/27 11:53:18

  Modified:    src/test/org/apache/ojb/broker
                        CompareApiPerformanceTests.java
  Log:
  do the jdbc-tests first
  
  Revision  Changes    Path
  1.2       +6 -6      db-ojb/src/test/org/apache/ojb/broker/CompareApiPerformanceTests.java
  
  Index: CompareApiPerformanceTests.java
  ===================================================================
  RCS file: /home/cvs/db-ojb/src/test/org/apache/ojb/broker/CompareApiPerformanceTests.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- CompareApiPerformanceTests.java	27 Nov 2004 17:46:28 -0000	1.1
  +++ CompareApiPerformanceTests.java	27 Nov 2004 19:53:18 -0000	1.2
  @@ -45,15 +45,15 @@
       public static Test suite()
       {
           TestSuite suite = new TestSuite();
  -        
  -        org.apache.ojb.broker.PerformanceTest.articleCount = articleCount;
  -        org.apache.ojb.broker.PerformanceTest.iterations = iterations;     
  -        suite.addTestSuite(org.apache.ojb.broker.PerformanceTest.class);
  -        
  +
           org.apache.ojb.broker.PerformanceJdbcReferenceTest.articleCount = articleCount;
           org.apache.ojb.broker.PerformanceJdbcReferenceTest.iterations = iterations;
           suite.addTestSuite(org.apache.ojb.broker.PerformanceJdbcReferenceTest.class);
           
  +        org.apache.ojb.broker.PerformanceTest.articleCount = articleCount;
  +        org.apache.ojb.broker.PerformanceTest.iterations = iterations;     
  +        suite.addTestSuite(org.apache.ojb.broker.PerformanceTest.class);
  +               
           org.apache.ojb.odmg.PerformanceTest.articleCount = articleCount;
           org.apache.ojb.odmg.PerformanceTest.iterations = iterations;
           suite.addTestSuite(org.apache.ojb.odmg.PerformanceTest.class);
  
  
  

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