[jboss-cvs] JBossAS SVN: r85593 - projects/jboss-osgi/trunk/testsuite.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Sat Mar 7 04:29:50 EST 2009


Author: thomas.diesler at jboss.com
Date: 2009-03-07 04:29:50 -0500 (Sat, 07 Mar 2009)
New Revision: 85593

Modified:
   projects/jboss-osgi/trunk/testsuite/pom.xml
Log:
Fix jbosgi36 exclude

Modified: projects/jboss-osgi/trunk/testsuite/pom.xml
===================================================================
--- projects/jboss-osgi/trunk/testsuite/pom.xml	2009-03-07 06:00:53 UTC (rev 85592)
+++ projects/jboss-osgi/trunk/testsuite/pom.xml	2009-03-07 09:29:50 UTC (rev 85593)
@@ -120,7 +120,7 @@
                 <exclude>org/jboss/test/osgi/service/http/junit/*TestCase.java</exclude>
                 <exclude>org/jboss/test/osgi/service/microcontainer/junit/*TestCase.java</exclude>
                 <!-- [JBOSGI-36] Bundle classes leak into system classloader -->
-                <exclude>org/jboss/test/osgi/jbosgi36/junit/*TestCase.java</exclude>
+                <exclude>org/jboss/test/osgi/jbosgi36/*TestCase.java</exclude>
                 <!-- [JBOSGI-39] Bundle gets wired to an already uninstalled bundle -->
                 <exclude>org/jboss/test/osgi/jbosgi39/*TestCase.java</exclude>
               </excludes>




More information about the jboss-cvs-commits mailing list