Author: jeff.yuchang
Date: 2010-04-16 08:23:46 -0400 (Fri, 16 Apr 2010)
New Revision: 624
Modified:
branches/ODE/ODE-1.x-fixes/bpel-test/pom.xml
Log:
* uncomment the failed test cases to try in the hudson server.
Modified: branches/ODE/ODE-1.x-fixes/bpel-test/pom.xml
===================================================================
--- branches/ODE/ODE-1.x-fixes/bpel-test/pom.xml 2010-04-16 05:39:03 UTC (rev 623)
+++ branches/ODE/ODE-1.x-fixes/bpel-test/pom.xml 2010-04-16 12:23:46 UTC (rev 624)
@@ -146,6 +146,10 @@
<groupId>junit</groupId>
<artifactId>junit</artifactId>
</dependency>
+ <dependency>
+ <groupId>hsqldb</groupId>
+ <artifactId>hsqldb</artifactId>
+ </dependency>
</dependencies>
<build>
@@ -155,9 +159,9 @@
<configuration>
<!-- FIXME: temporary skip it, 3 failed test cases (2 in JDK6, 3 in JDK5):
testIMA, testRetireOld, testIsolated**-->
<excludes>
- <exclude>**/MessageRouting20Test.java</exclude>
+ <!--exclude>**/MessageRouting20Test.java</exclude>
<exclude>**/VersionedRedeployTest.java</exclude>
- <!--exclude>**/StructuredActivities20Test.java</exclude-->
+ <exclude>**/StructuredActivities20Test.java</exclude-->
</excludes>
</configuration>
</plugin>
Show replies by date