Author: kono
Date: 2012-06-05 09:53:30 -0700 (Tue, 05 Jun 2012)
New Revision: 29456

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:28:33 UTC (rev 29455)
+++ 
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)
@@ -36,7 +36,8 @@
                this.displayName = "PSICQUIC";
                this.queryObject = "brca1 AND brca2";
                
-               client = new PSICQUICWebServiceClient(uriString, displayName, 
description, cyNetworkFactoryServiceRef,
-                               cyNetworkManagerServiceRef, tm, 
createViewTaskFactoryServiceRef, openBrowser);
+               // Enable this test only when you need to actual connection to 
the registry.
+//             client = new PSICQUICWebServiceClient(uriString, displayName, 
description, cyNetworkFactoryServiceRef,
+//                             cyNetworkManagerServiceRef, tm, 
createViewTaskFactoryServiceRef, openBrowser);
        }
 }

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