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

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Mon May 25 13:43:02 EDT 2009


Author: thomas.diesler at jboss.com
Date: 2009-05-25 13:43:02 -0400 (Mon, 25 May 2009)
New Revision: 89383

Modified:
   projects/jboss-osgi/trunk/testsuite/pom.xml
Log:
Add minimal bootstrap testing for equinox and knopflerfish

Modified: projects/jboss-osgi/trunk/testsuite/pom.xml
===================================================================
--- projects/jboss-osgi/trunk/testsuite/pom.xml	2009-05-25 16:27:59 UTC (rev 89382)
+++ projects/jboss-osgi/trunk/testsuite/pom.xml	2009-05-25 17:43:02 UTC (rev 89383)
@@ -232,7 +232,6 @@
           <plugin>
             <artifactId>maven-surefire-plugin</artifactId>
             <configuration>
-              <skipTests>true</skipTests>
               <systemProperties>
                 <property>
                   <name>test.archive.directory</name>
@@ -247,6 +246,10 @@
                   <value>jboss-osgi-equinox.properties</value>
                 </property>
               </systemProperties>
+              <includes>
+                <!-- Minimal bootstrap testing -->
+                <include>org/jboss/test/osgi/bootstrap/BootstrapTestCase.*</include>
+              </includes>
             </configuration>
           </plugin>
         </plugins>
@@ -276,7 +279,6 @@
           <plugin>
             <artifactId>maven-surefire-plugin</artifactId>
             <configuration>
-              <skipTests>true</skipTests>
               <systemProperties>
                 <property>
                   <name>test.archive.directory</name>
@@ -291,6 +293,10 @@
                   <value>jboss-osgi-knopflerfish.properties</value>
                 </property>
               </systemProperties>
+              <includes>
+                <!-- Minimal bootstrap testing -->
+                <include>org/jboss/test/osgi/bootstrap/BootstrapTestCase.*</include>
+              </includes>
             </configuration>
           </plugin>
         </plugins>
@@ -298,11 +304,11 @@
     </profile>
 
     <!--
-      Name: embedded-tesing 
+      Name: embedded-testing 
       Descr: Setup for embedded integration testing
     -->
     <profile>
-      <id>embedded-tesing</id>
+      <id>embedded-testing</id>
       <activation>
         <property>
           <name>!target.container</name>
@@ -324,11 +330,11 @@
     </profile>
 
     <!--
-      Name: runtime-tesing 
+      Name: runtime-testing 
       Descr: Setup for runtime integration testing
     -->
     <profile>
-      <id>runtime-tesing</id>
+      <id>runtime-testing</id>
       <activation>
         <property>
           <name>target.container</name>




More information about the jboss-cvs-commits mailing list