[jbpm-commits] JBoss JBPM SVN: r3629 - jbpm4/trunk/modules/pvm.

do-not-reply at jboss.org do-not-reply at jboss.org
Sun Jan 11 03:22:22 EST 2009


Author: tom.baeyens at jboss.com
Date: 2009-01-11 03:22:21 -0500 (Sun, 11 Jan 2009)
New Revision: 3629

Modified:
   jbpm4/trunk/modules/pvm/pom.xml
Log:
excluded normal message test

Modified: jbpm4/trunk/modules/pvm/pom.xml
===================================================================
--- jbpm4/trunk/modules/pvm/pom.xml	2009-01-11 05:15:48 UTC (rev 3628)
+++ jbpm4/trunk/modules/pvm/pom.xml	2009-01-11 08:22:21 UTC (rev 3629)
@@ -105,6 +105,9 @@
         <configuration>
           <excludes>
             <exclude>**/*TestCase.java</exclude>
+
+            <!-- https://jira.jboss.org/jira/browse/JBPM-1965 -->
+            <exclude>**/NormalMessageTest.java</exclude>
           </excludes>
         </configuration>
       </plugin>




More information about the jbpm-commits mailing list