[jboss-osgi-commits] JBoss-OSGI SVN: r93561 - in projects/jboss-osgi/trunk/testsuite: functional and 1 other directory.

jboss-osgi-commits at lists.jboss.org jboss-osgi-commits at lists.jboss.org
Tue Sep 15 16:27:35 EDT 2009


Author: thomas.diesler at jboss.com
Date: 2009-09-15 16:27:35 -0400 (Tue, 15 Sep 2009)
New Revision: 93561

Modified:
   projects/jboss-osgi/trunk/testsuite/example/pom.xml
   projects/jboss-osgi/trunk/testsuite/functional/pom.xml
Log:
Exclude felix tests that don't work with a security manager

Modified: projects/jboss-osgi/trunk/testsuite/example/pom.xml
===================================================================
--- projects/jboss-osgi/trunk/testsuite/example/pom.xml	2009-09-15 20:20:39 UTC (rev 93560)
+++ projects/jboss-osgi/trunk/testsuite/example/pom.xml	2009-09-15 20:27:35 UTC (rev 93561)
@@ -197,6 +197,7 @@
             <configuration>
               <excludes>
                 <exclude>${target.container.excludes}</exclude>
+                <exclude>org/jboss/test/osgi/example/blueprint/**</exclude>
               </excludes>
             </configuration>
           </plugin>

Modified: projects/jboss-osgi/trunk/testsuite/functional/pom.xml
===================================================================
--- projects/jboss-osgi/trunk/testsuite/functional/pom.xml	2009-09-15 20:20:39 UTC (rev 93560)
+++ projects/jboss-osgi/trunk/testsuite/functional/pom.xml	2009-09-15 20:27:35 UTC (rev 93561)
@@ -166,7 +166,10 @@
             <configuration>
               <excludes>
                 <exclude>${target.container.excludes}</exclude>
+                <exclude>org/jboss/test/osgi/capabilities/**</exclude>
+                <exclude>org/jboss/test/osgi/jbosgi38/**</exclude>
                 <exclude>org/jboss/test/osgi/jbosgi142/**</exclude>
+                <exclude>org/jboss/test/osgi/jbosgi143/**</exclude>
                 <exclude>org/jboss/test/osgi/jbosgi151/**</exclude>
               </excludes>
             </configuration>



More information about the jboss-osgi-commits mailing list