[jboss-cvs] JBossAS SVN: r85213 - 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
Wed Mar 4 05:28:57 EST 2009


Author: thomas.diesler at jboss.com
Date: 2009-03-04 05:28:57 -0500 (Wed, 04 Mar 2009)
New Revision: 85213

Modified:
   projects/jboss-osgi/trunk/testsuite/src/test/java/org/jboss/test/osgi/jbosgi38/OSGI38DeployerTestCase.java
Log:
enable all tests

Modified: projects/jboss-osgi/trunk/testsuite/src/test/java/org/jboss/test/osgi/jbosgi38/OSGI38DeployerTestCase.java
===================================================================
--- projects/jboss-osgi/trunk/testsuite/src/test/java/org/jboss/test/osgi/jbosgi38/OSGI38DeployerTestCase.java	2009-03-04 10:28:02 UTC (rev 85212)
+++ projects/jboss-osgi/trunk/testsuite/src/test/java/org/jboss/test/osgi/jbosgi38/OSGI38DeployerTestCase.java	2009-03-04 10:28:57 UTC (rev 85213)
@@ -52,7 +52,7 @@
    /*
     * Install/Start the common bundle
     */
-   public void _testInstallStartX() throws Exception
+   public void testInstallStartX() throws Exception
    {
       deploy("jbosgi38-bundleX.jar");
       undeploy("jbosgi38-bundleX.jar");
@@ -61,7 +61,7 @@
    /*
     * Install X, B
     */
-   public void _testInstallXBeforeB() throws Exception
+   public void testInstallXBeforeB() throws Exception
    {
       deploy("jbosgi38-bundleX.jar");
       deploy("jbosgi38-bundleB.jar");
@@ -73,7 +73,7 @@
    /*
     * Install X, B, A
     */
-   public void _testInstallBBeforeA() throws Exception
+   public void testInstallBBeforeA() throws Exception
    {
       deploy("jbosgi38-bundleX.jar");
       deploy("jbosgi38-bundleB.jar");
@@ -87,7 +87,7 @@
    /*
     * Install B, X
     */
-   public void _testInstallBBeforeX() throws Exception
+   public void testInstallBBeforeX() throws Exception
    {
       deploy("jbosgi38-bundleB.jar");
       deploy("jbosgi38-bundleX.jar");




More information about the jboss-cvs-commits mailing list