[jbpm-commits] JBoss JBPM SVN: r3261 - jbpm3/trunk/modules/core/src/main/java/org/jbpm/db.

do-not-reply at jboss.org do-not-reply at jboss.org
Mon Dec 8 05:34:37 EST 2008


Author: thomas.diesler at jboss.com
Date: 2008-12-08 05:34:37 -0500 (Mon, 08 Dec 2008)
New Revision: 3261

Modified:
   jbpm3/trunk/modules/core/src/main/java/org/jbpm/db/AbstractDbTestCase.java
Log:
[JBPM-1812] Only uncomment this if you intnde to fix it. Otherwise it just generates noise

Modified: jbpm3/trunk/modules/core/src/main/java/org/jbpm/db/AbstractDbTestCase.java
===================================================================
--- jbpm3/trunk/modules/core/src/main/java/org/jbpm/db/AbstractDbTestCase.java	2008-12-08 10:22:03 UTC (rev 3260)
+++ jbpm3/trunk/modules/core/src/main/java/org/jbpm/db/AbstractDbTestCase.java	2008-12-08 10:34:37 UTC (rev 3261)
@@ -93,7 +93,8 @@
       {
         hasLeftOvers = true;
         // [JBPM-1812] Fix tests that don't cleanup the database
-        System.err.println("FIXME: " + getClass().getName() + "." + getName() + " left " + count + " records in " + tableName);
+        // Only uncomment this if you intnde to fix it. Otherwise it just generates noise.
+        // System.err.println("FIXME: " + getClass().getName() + "." + getName() + " left " + count + " records in " + tableName);
       }
     }
 




More information about the jbpm-commits mailing list