diff options
author | Bojan Suzic <bojan.suzic@iaik.tugraz.at> | 2014-03-17 18:23:52 +0100 |
---|---|---|
committer | Bojan Suzic <bojan.suzic@iaik.tugraz.at> | 2014-03-17 18:23:52 +0100 |
commit | 0b3249e37b26e029c576127654dca31bff4a5a63 (patch) | |
tree | fb4b0ce3d24928ccb4052f44ced7135ddc480028 /id/server/mw-messages-api/src/test/java | |
parent | 60ac2a89fce86eb1e8344eb22535cfdd0b9aa147 (diff) | |
download | moa-id-spss-0b3249e37b26e029c576127654dca31bff4a5a63.tar.gz moa-id-spss-0b3249e37b26e029c576127654dca31bff4a5a63.tar.bz2 moa-id-spss-0b3249e37b26e029c576127654dca31bff4a5a63.zip |
removing old samlengine and storkcommons
Diffstat (limited to 'id/server/mw-messages-api/src/test/java')
-rw-r--r-- | id/server/mw-messages-api/src/test/java/eu/stork/mw/core/mwmessagesapi/AppTest.java | 38 |
1 files changed, 0 insertions, 38 deletions
diff --git a/id/server/mw-messages-api/src/test/java/eu/stork/mw/core/mwmessagesapi/AppTest.java b/id/server/mw-messages-api/src/test/java/eu/stork/mw/core/mwmessagesapi/AppTest.java deleted file mode 100644 index 8845aa855..000000000 --- a/id/server/mw-messages-api/src/test/java/eu/stork/mw/core/mwmessagesapi/AppTest.java +++ /dev/null @@ -1,38 +0,0 @@ -package eu.stork.mw.core.mwmessagesapi; - -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 ); - } -} |