[jboss-osgi-commits] JBoss-OSGI SVN: r97858 - projects/jboss-osgi/projects/runtime/framework/trunk.

jboss-osgi-commits at lists.jboss.org jboss-osgi-commits at lists.jboss.org
Tue Dec 15 14:51:50 EST 2009


Author: thomas.diesler at jboss.com
Date: 2009-12-15 14:51:49 -0500 (Tue, 15 Dec 2009)
New Revision: 97858

Modified:
   projects/jboss-osgi/projects/runtime/framework/trunk/pom.xml
Log:
[JBOSGI-204] Failure in Bundle.start() uninstalls the bundle
Exclude test case

Modified: projects/jboss-osgi/projects/runtime/framework/trunk/pom.xml
===================================================================
--- projects/jboss-osgi/projects/runtime/framework/trunk/pom.xml	2009-12-15 19:45:06 UTC (rev 97857)
+++ projects/jboss-osgi/projects/runtime/framework/trunk/pom.xml	2009-12-15 19:51:49 UTC (rev 97858)
@@ -662,7 +662,7 @@
             <!-- http://community.jboss.org/thread/145863 -->
             <exclude>org/jboss/test/osgi/service/ServiceMixUnitTestCase.class</exclude>
             <!-- [JBOSGI-204] Failure in Bundle.start() uninstalls the bundle -->
-            <exclude>org/jboss/test/osgi/bundle/BundleLifecycleTestCase</exclude>
+            <exclude>org/jboss/test/osgi/bundle/BundleLifecycleTestCase.class</exclude>
           </excludes>
         </configuration>
       </plugin>



More information about the jboss-osgi-commits mailing list