[jbpm-commits] JBoss JBPM SVN: r2483 - jbpm3/trunk/modules/core.

do-not-reply at jboss.org do-not-reply at jboss.org
Mon Oct 6 09:02:54 EDT 2008


Author: thomas.diesler at jboss.com
Date: 2008-10-06 09:02:54 -0400 (Mon, 06 Oct 2008)
New Revision: 2483

Modified:
   jbpm3/trunk/modules/core/pom.xml
Log:
[JBPM-1735] Reopen: Cleanup ProcessStateDbTest

Modified: jbpm3/trunk/modules/core/pom.xml
===================================================================
--- jbpm3/trunk/modules/core/pom.xml	2008-10-06 12:59:37 UTC (rev 2482)
+++ jbpm3/trunk/modules/core/pom.xml	2008-10-06 13:02:54 UTC (rev 2483)
@@ -284,6 +284,8 @@
                 <exclude>org/jbpm/perf/StateUpdateTest.java</exclude>
                 <!-- https://jira.jboss.org/jira/browse/JBPM-1724 -->
                 <exclude>org/jbpm/seam/SeamPageFlowTest.java</exclude>
+                <!-- https://jira.jboss.org/jira/browse/JBPM-1735 -->
+                <exclude>org/jbpm/graph/node/ProcessStateDbTest.java</exclude>
               </excludes>
             </configuration>
           </plugin>
@@ -293,7 +295,7 @@
 
     <!-- 
     Name:  postgresql
-    Descr: MySQL Database Setup   
+    Descr: PostgreSQL Database Setup   
     -->
     <profile>
       <id>postgresql</id>




More information about the jbpm-commits mailing list