Removed mvn archetype test.



git-svn-id: https://svn.apache.org/repos/asf/logging/log4j/companions/zeroconf/trunk@546010 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/src/test/java/log4j/AppTest.java b/src/test/java/log4j/AppTest.java
deleted file mode 100644
index c86335b..0000000
--- a/src/test/java/log4j/AppTest.java
+++ /dev/null
@@ -1,38 +0,0 @@
-package log4j;
-
-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 );
-    }
-}