summaryrefslogtreecommitdiffstats
path: root/Dozentenmodul/src/test/java
diff options
context:
space:
mode:
authorJonathan Bauer2014-09-11 15:00:28 +0200
committerJonathan Bauer2014-09-11 15:00:28 +0200
commitafd4abcd1902971384f14515fe97646947b66f94 (patch)
tree4ad51b4af5a7a8384d9a1ce8dcc8fae0f177f563 /Dozentenmodul/src/test/java
parentOS dependent path for config file (diff)
downloadtutor-module-afd4abcd1902971384f14515fe97646947b66f94.tar.gz
tutor-module-afd4abcd1902971384f14515fe97646947b66f94.tar.xz
tutor-module-afd4abcd1902971384f14515fe97646947b66f94.zip
lower case names for folder please
Diffstat (limited to 'Dozentenmodul/src/test/java')
-rw-r--r--Dozentenmodul/src/test/java/bwlehrpool/AppTest.java38
1 files changed, 0 insertions, 38 deletions
diff --git a/Dozentenmodul/src/test/java/bwlehrpool/AppTest.java b/Dozentenmodul/src/test/java/bwlehrpool/AppTest.java
deleted file mode 100644
index ffcdcc2e..00000000
--- a/Dozentenmodul/src/test/java/bwlehrpool/AppTest.java
+++ /dev/null
@@ -1,38 +0,0 @@
-package bwlehrpool;
-
-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 );
- }
-}