Author: chris.laprun(a)jboss.com
Date: 2010-06-20 16:01:51 -0400 (Sun, 20 Jun 2010)
New Revision: 3399
Modified:
components/wsrp/trunk/consumer/pom.xml
Log:
- Reactivated tests apart from MarkupTestCase that currently doesn't work. Problem
seems to come from conversion from v1 to v2 and vice-versa... :(
Modified: components/wsrp/trunk/consumer/pom.xml
===================================================================
--- components/wsrp/trunk/consumer/pom.xml 2010-06-20 19:53:02 UTC (rev 3398)
+++ components/wsrp/trunk/consumer/pom.xml 2010-06-20 20:01:51 UTC (rev 3399)
@@ -89,6 +89,13 @@
<artifactId>test-framework</artifactId>
<version>${project.version}</version>
</dependency>
+
+ <dependency>
+ <groupId>junit</groupId>
+ <artifactId>junit</artifactId>
+ <version>4.6</version>
+ <scope>test</scope>
+ </dependency>
</dependencies>
<!-- Disable some tests for now until we can find some time to work on migrating
them -->
@@ -99,7 +106,8 @@
<artifactId>maven-surefire-plugin</artifactId>
<configuration>
<excludes>
- <exclude>org/gatein/wsrp/protocol/v1/*</exclude>
+
<exclude>org/gatein/wsrp/protocol/v1/MarkupTestCase.*</exclude>
+ <exclude>org/gatein/wsrp/test/**</exclude>
</excludes>
</configuration>
</plugin>