[jboss-cvs] JBossAS SVN: r85121 - projects/jboss-osgi/trunk/testsuite/src/test/java/org/jboss/test/osgi/jbosgi38.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Mon Mar 2 14:31:18 EST 2009


Author: thomas.diesler at jboss.com
Date: 2009-03-02 14:31:18 -0500 (Mon, 02 Mar 2009)
New Revision: 85121

Modified:
   projects/jboss-osgi/trunk/testsuite/src/test/java/org/jboss/test/osgi/jbosgi38/OSGI38TestCase.java
Log:
fix dependency on IntegrationTEst

Modified: projects/jboss-osgi/trunk/testsuite/src/test/java/org/jboss/test/osgi/jbosgi38/OSGI38TestCase.java
===================================================================
--- projects/jboss-osgi/trunk/testsuite/src/test/java/org/jboss/test/osgi/jbosgi38/OSGI38TestCase.java	2009-03-02 15:18:46 UTC (rev 85120)
+++ projects/jboss-osgi/trunk/testsuite/src/test/java/org/jboss/test/osgi/jbosgi38/OSGI38TestCase.java	2009-03-02 19:31:18 UTC (rev 85121)
@@ -25,7 +25,7 @@
 
 import org.jboss.osgi.spi.framework.OSGiBootstrap;
 import org.jboss.osgi.spi.framework.OSGiFramework;
-import org.jboss.osgi.spi.junit.IntegrationTestCase;
+import org.jboss.osgi.spi.junit.IntegrationTest;
 import org.osgi.framework.Bundle;
 import org.osgi.framework.BundleContext;
 import org.osgi.framework.BundleException;
@@ -43,7 +43,7 @@
  * @author thomas.diesler at jboss.com
  * @since 02-Mar-2009
  */
-public class OSGI38TestCase extends IntegrationTestCase
+public class OSGI38TestCase extends IntegrationTest
 {
    /*
     * Install/Start the common bundle




More information about the jboss-cvs-commits mailing list