[jbpm-commits] JBoss JBPM SVN: r5094 - jbpm4/trunk/modules/test-db.

do-not-reply at jboss.org do-not-reply at jboss.org
Tue Jun 23 09:29:37 EDT 2009


Author: tom.baeyens at jboss.com
Date: 2009-06-23 09:29:37 -0400 (Tue, 23 Jun 2009)
New Revision: 5094

Modified:
   jbpm4/trunk/modules/test-db/pom.xml
Log:
JBPM-2354 added comment about fixing excluded integration tests 

Modified: jbpm4/trunk/modules/test-db/pom.xml
===================================================================
--- jbpm4/trunk/modules/test-db/pom.xml	2009-06-23 13:27:08 UTC (rev 5093)
+++ jbpm4/trunk/modules/test-db/pom.xml	2009-06-23 13:29:37 UTC (rev 5094)
@@ -195,9 +195,12 @@
               <failIfNoTests>false</failIfNoTests>
               <trimStackTrace>false</trimStackTrace>
               <excludes>
+                <!-- JBPM-2354 following tests need to be fixed: -->
                 <exclude>org/jbpm/test/activities/ForkJoinInSameTransactionTest.java</exclude>
                 <exclude>org/jbpm/test/execution/ConcurrentEndTest.java</exclude>
                 <exclude>org/jbpm/test/async/AsyncEndCombinationTest.java</exclude>
+
+                <!-- i don't think the following test should be part of the integration test suite -->
                 <exclude>reporting/SQLStmtTest.java</exclude>
               </excludes>
             </configuration>




More information about the jbpm-commits mailing list