From 1c989092f7a6c090329c9869ee4274265ec294b1 Mon Sep 17 00:00:00 2001 From: Manuel Bentele Date: Thu, 16 Dec 2021 07:56:45 +0100 Subject: [daemon] Remove unused JUnit test --- daemon/pom.xml | 6 ---- .../test/java/org/openslx/taskmanager/AppTest.java | 38 ---------------------- 2 files changed, 44 deletions(-) delete mode 100644 daemon/src/test/java/org/openslx/taskmanager/AppTest.java diff --git a/daemon/pom.xml b/daemon/pom.xml index 5733063..0412f3e 100644 --- a/daemon/pom.xml +++ b/daemon/pom.xml @@ -52,12 +52,6 @@ - - junit - junit - 3.8.1 - test - org.openslx.taskmanager taskmanager-api diff --git a/daemon/src/test/java/org/openslx/taskmanager/AppTest.java b/daemon/src/test/java/org/openslx/taskmanager/AppTest.java deleted file mode 100644 index feac8e7..0000000 --- a/daemon/src/test/java/org/openslx/taskmanager/AppTest.java +++ /dev/null @@ -1,38 +0,0 @@ -package org.openslx.taskmanager; - -import junit.framework.Test; -import junit.framework.TestCase; -import junit.framework.TestSuite; - -/** - * Unit test for simple App. - */ -public class AppTest - extends TestCase -{ - /** - * Create the test case - * - * @param testName name of the test case - */ - public AppTest( String testName ) - { - super( testName ); - } - - /** - * @return the suite of tests being tested - */ - public static Test suite() - { - return new TestSuite( AppTest.class ); - } - - /** - * Rigourous Test :-) - */ - public void testApp() - { - assertTrue( true ); - } -} -- cgit v1.2.3-55-g7522