diff --git a/src/test/java/org/crosswire/jsword/versification/system/VersificationsTest.java b/src/test/java/org/crosswire/jsword/versification/system/VersificationsTest.java index a4baf9a6b..978011dd9 100644 --- a/src/test/java/org/crosswire/jsword/versification/system/VersificationsTest.java +++ b/src/test/java/org/crosswire/jsword/versification/system/VersificationsTest.java @@ -25,15 +25,13 @@ import org.junit.Assert; import org.junit.Test; -import junit.framework.TestCase; - /** * JUnit test. * * @see gnu.lgpl.License The GNU Lesser General Public License for details. * @author DM Smith */ -public class VersificationsTest extends TestCase { +public class VersificationsTest { @Test public void testFluff() { Versification v11n = null;