Author: mes
Date: 2011-08-09 14:43:07 -0700 (Tue, 09 Aug 2011)
New Revision: 26509
Modified:
core3/impl/trunk/webservice-ncbi-client-impl/pom.xml
core3/impl/trunk/webservice-ncbi-client-impl/src/test/java/org/cytoscape/webservice/ncbi/EntrezRestClientTest.java
Log:
updated to remove test-support
Modified: core3/impl/trunk/webservice-ncbi-client-impl/pom.xml
===================================================================
--- core3/impl/trunk/webservice-ncbi-client-impl/pom.xml 2011-08-09
21:42:03 UTC (rev 26508)
+++ core3/impl/trunk/webservice-ncbi-client-impl/pom.xml 2011-08-09
21:43:07 UTC (rev 26509)
@@ -122,11 +122,30 @@
<artifactId>mockito-all</artifactId>
<scope>test</scope>
</dependency>
- <dependency>
- <groupId>org.cytoscape</groupId>
- <artifactId>test-support</artifactId>
- <scope>test</scope>
- </dependency>
+ <dependency>
+ <groupId>org.cytoscape</groupId>
+ <artifactId>model-impl</artifactId>
+ <version>${project.version}</version>
+ <scope>test</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.cytoscape</groupId>
+ <artifactId>model-impl</artifactId>
+ <version>${project.version}</version>
+ <type>test-jar</type>
+ <scope>test</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.cytoscape</groupId>
+ <artifactId>event-api</artifactId>
+ <type>test-jar</type>
+ <scope>test</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.cytoscape</groupId>
+ <artifactId>equations-api</artifactId>
+ <scope>test</scope>
+ </dependency>
</dependencies>
Modified:
core3/impl/trunk/webservice-ncbi-client-impl/src/test/java/org/cytoscape/webservice/ncbi/EntrezRestClientTest.java
===================================================================
---
core3/impl/trunk/webservice-ncbi-client-impl/src/test/java/org/cytoscape/webservice/ncbi/EntrezRestClientTest.java
2011-08-09 21:42:03 UTC (rev 26508)
+++
core3/impl/trunk/webservice-ncbi-client-impl/src/test/java/org/cytoscape/webservice/ncbi/EntrezRestClientTest.java
2011-08-09 21:43:07 UTC (rev 26509)
@@ -7,7 +7,7 @@
import java.util.Set;
import org.cytoscape.model.CyNetwork;
-import org.cytoscape.test.support.NetworkTestSupport;
+import org.cytoscape.model.NetworkTestSupport;
import org.cytoscape.webservice.ncbi.rest.EntrezRestClient;
import org.junit.Before;
import org.junit.Test;
--
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.