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

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Tue Mar 3 15:39:41 EST 2009


Author: thomas.diesler at jboss.com
Date: 2009-03-03 15:39:41 -0500 (Tue, 03 Mar 2009)
New Revision: 85184

Modified:
   projects/jboss-osgi/trunk/testsuite/pom.xml
Log:
Exclude OSGI38DeployerTestCase in embedded

Modified: projects/jboss-osgi/trunk/testsuite/pom.xml
===================================================================
--- projects/jboss-osgi/trunk/testsuite/pom.xml	2009-03-03 20:23:09 UTC (rev 85183)
+++ projects/jboss-osgi/trunk/testsuite/pom.xml	2009-03-03 20:39:41 UTC (rev 85184)
@@ -118,6 +118,7 @@
                 <!-- Exclude tests that require remote access -->
                 <exclude>org/jboss/test/osgi/service/http/junit/*TestCase.java</exclude>
                 <exclude>org/jboss/test/osgi/service/microcontainer/junit/*TestCase.java</exclude>
+                <exclude>org/jboss/test/osgi/jbosgi38/OSGI38DeployerTestCase.java</exclude>
                 <!-- [JBOSGI-36] Bundle classes leak into system classloader -->
                 <exclude>org/jboss/test/osgi/jbosgi36/junit/*TestCase.java</exclude>
               </excludes>




More information about the jboss-cvs-commits mailing list