Author: apico
Date: 2011-06-08 13:11:19 -0700 (Wed, 08 Jun 2011)
New Revision: 25675

Modified:
   
cytoscape/trunk/coreplugins/cPath/src/test/java/org/cytoscape/coreplugin/cpath/test/AllTests.java
Log:
commented out webservice test

Modified: 
cytoscape/trunk/coreplugins/cPath/src/test/java/org/cytoscape/coreplugin/cpath/test/AllTests.java
===================================================================
--- 
cytoscape/trunk/coreplugins/cPath/src/test/java/org/cytoscape/coreplugin/cpath/test/AllTests.java
   2011-06-08 20:05:22 UTC (rev 25674)
+++ 
cytoscape/trunk/coreplugins/cPath/src/test/java/org/cytoscape/coreplugin/cpath/test/AllTests.java
   2011-06-08 20:11:19 UTC (rev 25675)
@@ -38,7 +38,6 @@
 import junit.framework.TestCase;
 import junit.framework.TestSuite;
 
-import org.cytoscape.coreplugin.cpath.test.protocol.ProtocolSuite;
 import org.cytoscape.coreplugin.cpath.test.task.TaskSuite;
 
 
@@ -57,7 +56,11 @@
                //  Organize all suites into one master suite.
                TestSuite suite = new TestSuite();
                suite.addTest(TaskSuite.suite());
-               suite.addTest(ProtocolSuite.suite());
+               /* 
+                * Commenting out test of webservice since it's not testing 
+                * code, but rather an external service
+                */
+//             suite.addTest(ProtocolSuite.suite());
                suite.setName("Cytoscape cPath Plugin Tests");
 
                return suite;

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