[jboss-cvs] JBossAS SVN: r81685 - projects/jboss-man/branches/Branch_2_0/metatype.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Wed Nov 26 17:51:08 EST 2008


Author: alesj
Date: 2008-11-26 17:51:08 -0500 (Wed, 26 Nov 2008)
New Revision: 81685

Modified:
   projects/jboss-man/branches/Branch_2_0/metatype/pom.xml
Log:
Remove Unwrap test exclusion.

Modified: projects/jboss-man/branches/Branch_2_0/metatype/pom.xml
===================================================================
--- projects/jboss-man/branches/Branch_2_0/metatype/pom.xml	2008-11-26 22:50:12 UTC (rev 81684)
+++ projects/jboss-man/branches/Branch_2_0/metatype/pom.xml	2008-11-26 22:51:08 UTC (rev 81685)
@@ -18,10 +18,6 @@
         <artifactId>maven-surefire-plugin</artifactId>
         <configuration>
           <testFailureIgnore>false</testFailureIgnore>
-          <excludes>
-<!-- Exclude until JBMAN-38 is resolved -->
-            <exclude>**/UnwrapValueUnitTestCase.java</exclude>
-          </excludes>
         </configuration>
       </plugin>
     </plugins>




More information about the jboss-cvs-commits mailing list