Author: mes
Date: 2011-08-18 10:44:42 -0700 (Thu, 18 Aug 2011)
New Revision: 26599

Modified:
   
cytoscape/trunk/coreplugins/cPath/src/test/java/org/cytoscape/coreplugin/cpath/test/protocol/TestCPathProtocol.java
Log:
commented out a test that relied on a network connection

Modified: 
cytoscape/trunk/coreplugins/cPath/src/test/java/org/cytoscape/coreplugin/cpath/test/protocol/TestCPathProtocol.java
===================================================================
--- 
cytoscape/trunk/coreplugins/cPath/src/test/java/org/cytoscape/coreplugin/cpath/test/protocol/TestCPathProtocol.java
 2011-08-18 17:29:59 UTC (rev 26598)
+++ 
cytoscape/trunk/coreplugins/cPath/src/test/java/org/cytoscape/coreplugin/cpath/test/protocol/TestCPathProtocol.java
 2011-08-18 17:44:42 UTC (rev 26599)
@@ -48,11 +48,13 @@
  */
 public class TestCPathProtocol extends TestCase {
 
+    public void testDummy () {
+       }
+
     /**
      * Tests the Get Counter Query.
      *
      * @throws Exception All Errors.
-     */
     public void testGetCounter () throws Exception {
         CPathProtocol cpath = new CPathProtocol();
 
@@ -98,4 +100,5 @@
                 + "(data format not recognized))", msg);
         }
     }
+     */
 }

-- 
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.

Reply via email to