Revision: 16
http://svn.sourceforge.net/edevsagetools/?rev=16&view=rev
Author: avdyk
Date: 2007-02-19 07:34:56 -0800 (Mon, 19 Feb 2007)
Log Message:
-----------
Added Paths:
-----------
trunk/synchro-client/src/test/java/be/edev/sagetools/
trunk/synchro-client/src/test/java/be/edev/sagetools/synchro/
trunk/synchro-client/src/test/java/be/edev/sagetools/synchro/client/
trunk/synchro-client/src/test/java/be/edev/sagetools/synchro/client/AppTest.java
Removed Paths:
-------------
trunk/synchro-client/src/test/java/be/edev/edevsagetools/
Added: trunk/synchro-client/src/test/java/be/edev/sagetools/synchro/client/AppTest.java
===================================================================
--- trunk/synchro-client/src/test/java/be/edev/sagetools/synchro/client/AppTest.java (rev 0)
+++ trunk/synchro-client/src/test/java/be/edev/sagetools/synchro/client/AppTest.java 2007-02-19 15:34:56 UTC (rev 16)
@@ -0,0 +1,38 @@
+package be.edev.sagetools.synchro.client;
+
+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.
|