Author: pwang
Date: 2010-10-21 13:07:36 -0700 (Thu, 21 Oct 2010)
New Revision: 22332
Added:
core3/io-api/trunk/src/test/java/org/
core3/io-api/trunk/src/test/java/org/cytoscape/
core3/io-api/trunk/src/test/java/org/cytoscape/io/
core3/io-api/trunk/src/test/java/org/cytoscape/io/DummyTest.java
Log:
Original creation
Added: core3/io-api/trunk/src/test/java/org/cytoscape/io/DummyTest.java
===================================================================
--- core3/io-api/trunk/src/test/java/org/cytoscape/io/DummyTest.java
(rev 0)
+++ core3/io-api/trunk/src/test/java/org/cytoscape/io/DummyTest.java
2010-10-21 20:07:36 UTC (rev 22332)
@@ -0,0 +1,9 @@
+package org.cytoscape.io;
+
+import junit.framework.TestCase;
+
+public class DummyTest extends TestCase {
+
+ public void testDummy() {
+ }
+}
--
You received this message because you are subscribed to the Google Groups
"cytoscape-cvs" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/cytoscape-cvs?hl=en.