From 93b7e8b8c55ea4ec5f1cde9f5c7fab96a5f850da Mon Sep 17 00:00:00 2001 From: Michael Hoennig Date: Fri, 14 Apr 2017 14:35:00 +0200 Subject: [PATCH] removed PacIT test dummy --- .../test/java/de/hsadmin/test/pac/PacIT.java | 34 ------------------- 1 file changed, 34 deletions(-) delete mode 100644 cust-services/src/test/java/de/hsadmin/test/pac/PacIT.java diff --git a/cust-services/src/test/java/de/hsadmin/test/pac/PacIT.java b/cust-services/src/test/java/de/hsadmin/test/pac/PacIT.java deleted file mode 100644 index b187b98..0000000 --- a/cust-services/src/test/java/de/hsadmin/test/pac/PacIT.java +++ /dev/null @@ -1,34 +0,0 @@ -package de.hsadmin.test.pac; - -import static org.junit.Assert.fail; - -import org.junit.After; -import org.junit.AfterClass; -import org.junit.Before; -import org.junit.BeforeClass; -import org.junit.Test; - -public class PacIT { - - @BeforeClass - public static void setUpBeforeClass() throws Exception { - } - - @AfterClass - public static void tearDownAfterClass() throws Exception { - } - - @Before - public void setUp() throws Exception { - } - - @After - public void tearDown() throws Exception { - } - - @Test - public void test() { - fail("Not yet implemented"); - } - -}