[jboss-cvs] JBossAS SVN: r89262 - in projects/jboss-osgi/trunk: testsuite/example/src/test/java/org/jboss/test/osgi/example/http and 1 other directory.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Thu May 21 18:10:11 EDT 2009


Author: thomas.diesler at jboss.com
Date: 2009-05-21 18:10:11 -0400 (Thu, 21 May 2009)
New Revision: 89262

Removed:
   projects/jboss-osgi/trunk/integration/
Modified:
   projects/jboss-osgi/trunk/pom.xml
   projects/jboss-osgi/trunk/testsuite/example/src/test/java/org/jboss/test/osgi/example/http/HttpServiceTestCase.java
Log:
Move AS integration to projects

Modified: projects/jboss-osgi/trunk/pom.xml
===================================================================
--- projects/jboss-osgi/trunk/pom.xml	2009-05-21 21:58:42 UTC (rev 89261)
+++ projects/jboss-osgi/trunk/pom.xml	2009-05-21 22:10:11 UTC (rev 89262)
@@ -17,7 +17,6 @@
 
   <!-- Modules -->
   <modules>
-    <module>integration/jbossas</module>
     <module>testsuite</module>
   </modules>
 

Modified: projects/jboss-osgi/trunk/testsuite/example/src/test/java/org/jboss/test/osgi/example/http/HttpServiceTestCase.java
===================================================================
--- projects/jboss-osgi/trunk/testsuite/example/src/test/java/org/jboss/test/osgi/example/http/HttpServiceTestCase.java	2009-05-21 21:58:42 UTC (rev 89261)
+++ projects/jboss-osgi/trunk/testsuite/example/src/test/java/org/jboss/test/osgi/example/http/HttpServiceTestCase.java	2009-05-21 22:10:11 UTC (rev 89262)
@@ -60,7 +60,7 @@
             runtime.addCapability(new ConfigAdminCapability());
             runtime.addCapability(new HttpCapability());
             
-            Thread.sleep(500);
+            Thread.sleep(2000);
             
             testBundle = runtime.installBundle("example-http.jar");
             testBundle.start();




More information about the jboss-cvs-commits mailing list