[jboss-cvs] JBossAS SVN: r73049 - projects/jboss-osgi/trunk/osgi-int/src/tests/org/jboss/test/bundle/metadata.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Mon May 5 00:52:44 EDT 2008


Author: alesj
Date: 2008-05-05 00:52:43 -0400 (Mon, 05 May 2008)
New Revision: 73049

Modified:
   projects/jboss-osgi/trunk/osgi-int/src/tests/org/jboss/test/bundle/metadata/AbstractManifestTestCase.java
Log:
Removing duplicated code.

Modified: projects/jboss-osgi/trunk/osgi-int/src/tests/org/jboss/test/bundle/metadata/AbstractManifestTestCase.java
===================================================================
--- projects/jboss-osgi/trunk/osgi-int/src/tests/org/jboss/test/bundle/metadata/AbstractManifestTestCase.java	2008-05-05 04:50:30 UTC (rev 73048)
+++ projects/jboss-osgi/trunk/osgi-int/src/tests/org/jboss/test/bundle/metadata/AbstractManifestTestCase.java	2008-05-05 04:52:43 UTC (rev 73049)
@@ -26,9 +26,6 @@
 import java.net.URL;
 import java.util.jar.Manifest;
 
-import junit.framework.Test;
-import junit.framework.TestCase;
-import junit.framework.TestSuite;
 import org.jboss.test.BaseTestCase;
 
 /**
@@ -43,12 +40,6 @@
       super(name);
    }
 
-   // todo - remove after jboss-test update
-   public static Test suite(Class<? extends TestCase> clazz)
-   {
-      return new TestSuite(clazz);
-   }
-
    protected String createName(String prefix)
    {
       if (prefix == null)




More information about the jboss-cvs-commits mailing list