Author: thomas.diesler(a)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>