summaryrefslogtreecommitdiffstats
path: root/daemon/src/test/java/org/openslx/taskmanager/AppTest.java
diff options
context:
space:
mode:
authorManuel Bentele2021-12-16 07:56:45 +0100
committerManuel Bentele2021-12-16 08:01:25 +0100
commit1c989092f7a6c090329c9869ee4274265ec294b1 (patch)
tree1335f85016f9ca3db623d49fb73f5b3031759721 /daemon/src/test/java/org/openslx/taskmanager/AppTest.java
parentUpdate log4j because of the CVE-2021-44228 security flaw (diff)
downloadtaskman-lite-1c989092f7a6c090329c9869ee4274265ec294b1.tar.gz
taskman-lite-1c989092f7a6c090329c9869ee4274265ec294b1.tar.xz
taskman-lite-1c989092f7a6c090329c9869ee4274265ec294b1.zip
[daemon] Remove unused JUnit test
Diffstat (limited to 'daemon/src/test/java/org/openslx/taskmanager/AppTest.java')
-rw-r--r--daemon/src/test/java/org/openslx/taskmanager/AppTest.java38
1 files changed, 0 insertions, 38 deletions
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 );
- }
-}