You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@depot.apache.org by ni...@apache.org on 2004/08/19 07:40:39 UTC

svn commit: rev 36596 - incubator/depot/trunk/version/src/test/java/org/apache/depot/version/impl

Author: nickchalko
Date: Thu Aug 19 00:40:39 2004
New Revision: 36596

Modified:
   incubator/depot/trunk/version/src/test/java/org/apache/depot/version/impl/ApacheVersionTest.java
Log:
Cleanup.

Modified: incubator/depot/trunk/version/src/test/java/org/apache/depot/version/impl/ApacheVersionTest.java
==============================================================================
--- incubator/depot/trunk/version/src/test/java/org/apache/depot/version/impl/ApacheVersionTest.java	(original)
+++ incubator/depot/trunk/version/src/test/java/org/apache/depot/version/impl/ApacheVersionTest.java	Thu Aug 19 00:40:39 2004
@@ -3,13 +3,10 @@
  */
 package org.apache.depot.version.impl;
 
-import junit.framework.TestCase;
-
 import org.apache.depot.version.CompoundVersion;
 import org.apache.depot.version.VersionException;
 import org.apache.depot.version.VersionTestCase;
 import org.apache.depot.version.impl.data.ReleaseLevel;
-import org.apache.depot.version.specification.VersionSpecification;
 
 /**
  * @author <a href="http://nick.chalko.com">Nick Chalko </a>