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 ar...@apache.org on 2006/05/02 02:59:05 UTC

svn commit: r398758 - /db/ojb/branches/OJB_1_0_RELEASE/src/test/org/apache/ojb/junit/OJBTestCase.java

Author: arminw
Date: Mon May  1 17:59:02 2006
New Revision: 398758

URL: http://svn.apache.org/viewcvs?rev=398758&view=rev
Log:
comment out GC, it double test runtime

Modified:
    db/ojb/branches/OJB_1_0_RELEASE/src/test/org/apache/ojb/junit/OJBTestCase.java

Modified: db/ojb/branches/OJB_1_0_RELEASE/src/test/org/apache/ojb/junit/OJBTestCase.java
URL: http://svn.apache.org/viewcvs/db/ojb/branches/OJB_1_0_RELEASE/src/test/org/apache/ojb/junit/OJBTestCase.java?rev=398758&r1=398757&r2=398758&view=diff
==============================================================================
--- db/ojb/branches/OJB_1_0_RELEASE/src/test/org/apache/ojb/junit/OJBTestCase.java (original)
+++ db/ojb/branches/OJB_1_0_RELEASE/src/test/org/apache/ojb/junit/OJBTestCase.java Mon May  1 17:59:02 2006
@@ -59,7 +59,8 @@
                 }
             }
         }
-        Runtime.getRuntime().gc();
+        // if not really needed don't comment in, because it double the test case runtime
+        //Runtime.getRuntime().gc();
     }
 
     /**



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