|
From: <ja...@us...> - 2006-10-30 16:30:57
|
Revision: 91
http://svn.sourceforge.net/surveyforge/?rev=91&view=rev
Author: javism
Date: 2006-10-30 08:30:39 -0800 (Mon, 30 Oct 2006)
Log Message:
-----------
Removed the test created automatically by Eclipse
Removed Paths:
-------------
trunk/surveyforge-examples/src/test/java/org/surveyforge/AppTest.java
Deleted: trunk/surveyforge-examples/src/test/java/org/surveyforge/AppTest.java
===================================================================
--- trunk/surveyforge-examples/src/test/java/org/surveyforge/AppTest.java 2006-10-30 16:28:11 UTC (rev 90)
+++ trunk/surveyforge-examples/src/test/java/org/surveyforge/AppTest.java 2006-10-30 16:30:39 UTC (rev 91)
@@ -1,38 +0,0 @@
-package org.surveyforge;
-
-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 );
- }
-}
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|