Skip to content

Commit

Permalink
remove compat test references
Browse files Browse the repository at this point in the history
  • Loading branch information
mojavelinux committed Mar 26, 2011
1 parent 49b5f6c commit 0916c98
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions impl/pom.xml
Expand Up @@ -213,10 +213,8 @@
<artifactId>maven-surefire-plugin</artifactId>
<configuration>
<excludes>
<!-- compatibility tests are not relevant in a mock environment -->
<exclude>org/jboss/seam/solder/test/compat/**/*Test.java</exclude>
<!-- typed message logger & bundle support requires extension loading supported
added to the Weld EE Embedded adapter in Arquillian 1.0.0.Alpha5 -->
added to the Weld EE Embedded adapter in Arquillian 1.0.0.Alpha5 (still need to verify) -->
<exclude>org/jboss/seam/solder/test/messages/TypedMessageBundleInjectionTest.java</exclude>
<exclude>org/jboss/seam/solder/test/logging/LoggerInjectionTest.java</exclude>
<exclude>org/jboss/seam/solder/test/logging/TypedMessageLoggerInjectionTest.java</exclude>
Expand Down Expand Up @@ -295,8 +293,6 @@
<artifactId>maven-surefire-plugin</artifactId>
<configuration>
<excludes>
<!-- compatibility tests are not relevant in a mock environment -->
<exclude>org/jboss/seam/solder/test/compat/**/*Test.java</exclude>
<!-- typed message logger & bundle support requires extension loading supported
added to the Weld EE Embedded adapter in Arquillian 1.0.0.Alpha5 -->
<exclude>org/jboss/seam/solder/test/messages/TypedMessageBundleInjectionTest.java</exclude>
Expand Down Expand Up @@ -376,11 +372,11 @@
</build>
</profile>
<profile>
<id>incontainer-glassfish-rest</id>
<id>incontainer-glassfish-remote</id>
<activation>
<activeByDefault>false</activeByDefault>
<property>
<name>incontainer-glassfish-rest</name>
<name>incontainer-glassfish-remote</name>
</property>
</activation>
<dependencies>
Expand Down

0 comments on commit 0916c98

Please sign in to comment.