[jboss-cvs] JBossAS SVN: r92633 - in projects/jboss-osgi/trunk/reactor/runtime/jbossmc: src/test/java/org/jboss/test/osgi/jbossmc/simple and 1 other directory.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Thu Aug 20 15:44:37 EDT 2009


Author: thomas.diesler at jboss.com
Date: 2009-08-20 15:44:36 -0400 (Thu, 20 Aug 2009)
New Revision: 92633

Modified:
   projects/jboss-osgi/trunk/reactor/runtime/jbossmc/pom.xml
   projects/jboss-osgi/trunk/reactor/runtime/jbossmc/src/test/java/org/jboss/test/osgi/jbossmc/simple/BundleInstallTestCase.java
Log:
Use embedded runtime

Modified: projects/jboss-osgi/trunk/reactor/runtime/jbossmc/pom.xml
===================================================================
--- projects/jboss-osgi/trunk/reactor/runtime/jbossmc/pom.xml	2009-08-20 19:44:31 UTC (rev 92632)
+++ projects/jboss-osgi/trunk/reactor/runtime/jbossmc/pom.xml	2009-08-20 19:44:36 UTC (rev 92633)
@@ -137,29 +137,6 @@
   <!-- Profiles -->
   <profiles>
 
-    <!--
-      Name: remote-testing 
-      Descr: Setup for remote integration testing
-    -->
-    <profile>
-      <id>remote-testing</id>
-      <activation>
-        <property>
-          <name>target.container</name>
-        </property>
-      </activation>
-      <build>
-        <plugins>
-          <plugin>
-            <artifactId>maven-surefire-plugin</artifactId>
-            <configuration>
-              <skipTests>true</skipTests>
-            </configuration>
-          </plugin>
-        </plugins>
-      </build>
-    </profile>
-
   </profiles>
 
 </project>

Modified: projects/jboss-osgi/trunk/reactor/runtime/jbossmc/src/test/java/org/jboss/test/osgi/jbossmc/simple/BundleInstallTestCase.java
===================================================================
--- projects/jboss-osgi/trunk/reactor/runtime/jbossmc/src/test/java/org/jboss/test/osgi/jbossmc/simple/BundleInstallTestCase.java	2009-08-20 19:44:31 UTC (rev 92632)
+++ projects/jboss-osgi/trunk/reactor/runtime/jbossmc/src/test/java/org/jboss/test/osgi/jbossmc/simple/BundleInstallTestCase.java	2009-08-20 19:44:36 UTC (rev 92633)
@@ -47,7 +47,7 @@
    @BeforeClass
    public static void beforeClass() throws BundleException
    {
-      runtime = new OSGiTestHelper().getDefaultRuntime();
+      runtime = new OSGiTestHelper().getEmbeddedRuntime();
    }
    
    @AfterClass




More information about the jboss-cvs-commits mailing list