Author: kono
Date: 2012-06-05 09:58:10 -0700 (Tue, 05 Jun 2012)
New Revision: 29457

Modified:
   
core3/impl/trunk/webservice-psicquic-client-impl/src/test/java/org/cytoscape/webservice/psicquic/PSICQUICClientTest.java
Log:
Disabled test which tries to connect to the remote registry.

Modified: 
core3/impl/trunk/webservice-psicquic-client-impl/src/test/java/org/cytoscape/webservice/psicquic/PSICQUICClientTest.java
===================================================================
--- 
core3/impl/trunk/webservice-psicquic-client-impl/src/test/java/org/cytoscape/webservice/psicquic/PSICQUICClientTest.java
    2012-06-05 16:53:30 UTC (rev 29456)
+++ 
core3/impl/trunk/webservice-psicquic-client-impl/src/test/java/org/cytoscape/webservice/psicquic/PSICQUICClientTest.java
    2012-06-05 16:58:10 UTC (rev 29457)
@@ -13,7 +13,7 @@
 import org.mockito.Mock;
 import org.mockito.MockitoAnnotations;
 
-public class PSICQUICClientTest extends AbstractWebServiceClientTest {
+public class PSICQUICClientTest {
 
        @Mock
        private OpenBrowser openBrowser;
@@ -30,11 +30,11 @@
        public void setUp() throws Exception {
                MockitoAnnotations.initMocks(this);
 
-               final String uriString = 
"http://www.ebi.ac.uk/Tools/webservices/psicquic/registry/registry";;
-               this.locationUri = new URI(uriString);
-               this.description = "PSICUIC Web Service Client";
-               this.displayName = "PSICQUIC";
-               this.queryObject = "brca1 AND brca2";
+//             final String uriString = 
"http://www.ebi.ac.uk/Tools/webservices/psicquic/registry/registry";;
+//             this.locationUri = new URI(uriString);
+//             this.description = "PSICUIC Web Service Client";
+//             this.displayName = "PSICQUIC";
+//             this.queryObject = "brca1 AND brca2";
                
                // Enable this test only when you need to actual connection to 
the registry.
 //             client = new PSICQUICWebServiceClient(uriString, displayName, 
description, cyNetworkFactoryServiceRef,

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