From 3f8e1ad31dfee6eb46d5fc1335f3fdbe148258e2 Mon Sep 17 00:00:00 2001 From: dbm Date: Tue, 8 Jul 2025 15:24:21 -0400 Subject: [PATCH] Chore: @Test annotation where the class extends JUnit Version 3 --- .../jsword/versification/system/VersificationsTest.java | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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;