[jboss-osgi-commits] JBoss-OSGI SVN: r96347 - in projects/jboss-osgi/trunk/testsuite: example/src/test/java/org/jboss/test/osgi/example/webapp and 1 other directories.

jboss-osgi-commits at lists.jboss.org jboss-osgi-commits at lists.jboss.org
Fri Nov 13 10:01:09 EST 2009


Author: thomas.diesler at jboss.com
Date: 2009-11-13 10:01:08 -0500 (Fri, 13 Nov 2009)
New Revision: 96347

Modified:
   projects/jboss-osgi/trunk/testsuite/example/pom.xml
   projects/jboss-osgi/trunk/testsuite/example/src/test/java/org/jboss/test/osgi/example/webapp/WebAppNegativeTestCase.java
   projects/jboss-osgi/trunk/testsuite/functional/pom.xml
Log:
[JBOSGI-204] Failure in Bundle.start() uninstalls the bundle
Exclude the failing test

Modified: projects/jboss-osgi/trunk/testsuite/example/pom.xml
===================================================================
--- projects/jboss-osgi/trunk/testsuite/example/pom.xml	2009-11-13 15:00:20 UTC (rev 96346)
+++ projects/jboss-osgi/trunk/testsuite/example/pom.xml	2009-11-13 15:01:08 UTC (rev 96347)
@@ -291,6 +291,8 @@
               <excludes>
                 <exclude>${target.container.excludes}</exclude>
                 <exclude>org/jboss/test/osgi/example/webapp/WebAppExtenderTestCase.class</exclude>
+                <!-- [JBOSGI-204] Failure in Bundle.start() uninstalls the bundle -->
+                <exclude>org/jboss/test/osgi/example/webapp/WebAppNegativeTestCase.class</exclude>
               </excludes>
             </configuration>
           </plugin>
@@ -332,6 +334,8 @@
               <excludes>
                 <exclude>${target.container.excludes}</exclude>
                 <exclude>org/jboss/test/osgi/example/webapp/WebAppExtenderTestCase.class</exclude>
+                <!-- [JBOSGI-204] Failure in Bundle.start() uninstalls the bundle -->
+                <exclude>org/jboss/test/osgi/example/webapp/WebAppNegativeTestCase.class</exclude>
               </excludes>
             </configuration>
           </plugin>

Modified: projects/jboss-osgi/trunk/testsuite/example/src/test/java/org/jboss/test/osgi/example/webapp/WebAppNegativeTestCase.java
===================================================================
--- projects/jboss-osgi/trunk/testsuite/example/src/test/java/org/jboss/test/osgi/example/webapp/WebAppNegativeTestCase.java	2009-11-13 15:00:20 UTC (rev 96346)
+++ projects/jboss-osgi/trunk/testsuite/example/src/test/java/org/jboss/test/osgi/example/webapp/WebAppNegativeTestCase.java	2009-11-13 15:01:08 UTC (rev 96347)
@@ -34,7 +34,6 @@
 import org.jboss.osgi.webapp.WebAppCapability;
 import org.junit.AfterClass;
 import org.junit.BeforeClass;
-import org.junit.Ignore;
 import org.junit.Test;
 import org.osgi.framework.Bundle;
 import org.osgi.framework.BundleException;
@@ -45,7 +44,6 @@
  * @author thomas.diesler at jboss.com
  * @since 26-Oct-2009
  */
- at Ignore("[JBOSGI-204] Failure in Bundle.start() uninstalls the bundle in AS")
 public class WebAppNegativeTestCase extends AbstractWebAppTestCase
 {
    private static OSGiRuntime runtime;

Modified: projects/jboss-osgi/trunk/testsuite/functional/pom.xml
===================================================================
--- projects/jboss-osgi/trunk/testsuite/functional/pom.xml	2009-11-13 15:00:20 UTC (rev 96346)
+++ projects/jboss-osgi/trunk/testsuite/functional/pom.xml	2009-11-13 15:01:08 UTC (rev 96347)
@@ -261,9 +261,12 @@
                 <exclude>${target.container.excludes}</exclude>
                 <exclude>org/jboss/test/osgi/jbosgi39/**</exclude>
                 <exclude>org/jboss/test/osgi/jbosgi41/**</exclude>
+                <exclude>org/jboss/test/osgi/jbosgi99/**</exclude>
                 <exclude>org/jboss/test/osgi/jbosgi108/**</exclude>
                 <exclude>org/jboss/test/osgi/jbosgi143/**</exclude>
                 <exclude>org/jboss/test/osgi/service/microcontainer/**</exclude>
+                <!-- [JBOSGI-204] Failure in Bundle.start() uninstalls the bundle -->
+                <exclude>org/jboss/test/osgi/jbosgi99/**</exclude>
               </excludes>
             </configuration>
           </plugin>
@@ -309,6 +312,8 @@
                 <exclude>org/jboss/test/osgi/jbosgi108/**</exclude>
                 <exclude>org/jboss/test/osgi/jbosgi143/**</exclude>
                 <exclude>org/jboss/test/osgi/service/microcontainer/**</exclude>
+                <!-- [JBOSGI-204] Failure in Bundle.start() uninstalls the bundle -->
+                <exclude>org/jboss/test/osgi/jbosgi99/**</exclude>
               </excludes>
             </configuration>
           </plugin>



More information about the jboss-osgi-commits mailing list