From 38dae0454d4bb2b378f1a11a5369b7d5c957c88c Mon Sep 17 00:00:00 2001 From: ?? ? <ulysseskao@ximple.com.tw> Date: Thu, 13 Mar 2008 15:12:50 +0800 Subject: [PATCH] EOFM-14 --- /dev/null | 38 -------------------------------------- .gitattributes | 1 - 2 files changed, 0 insertions(+), 39 deletions(-) diff --git a/.gitattributes b/.gitattributes index 6ef086c..848ed91 100644 --- a/.gitattributes +++ b/.gitattributes @@ -39,4 +39,3 @@ ximple-jobcarrier/src/test/java/com/ximple/eofms/AppTest.java svneol=native#text/plain ximple-spatialjob/pom.xml svneol=native#text/xml ximple-spatialjob/src/main/java/com/ximple/eofms/jobs/ConvertDgn2ShpJob.java svneol=native#text/plain -ximple-spatialjob/src/test/java/com/ximple/eofms/jobs/AppTest.java svneol=native#text/plain diff --git a/ximple-spatialjob/src/test/java/com/ximple/eofms/jobs/AppTest.java b/ximple-spatialjob/src/test/java/com/ximple/eofms/jobs/AppTest.java deleted file mode 100644 index 7f66df3..0000000 --- a/ximple-spatialjob/src/test/java/com/ximple/eofms/jobs/AppTest.java +++ /dev/null @@ -1,38 +0,0 @@ -package com.ximple.eofms.jobs; - -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 ); - } -} -- Gitblit v0.0.0-SNAPSHOT