Author: mes
Date: 2011-08-09 14:40:08 -0700 (Tue, 09 Aug 2011)
New Revision: 26507
Modified:
core3/impl/trunk/sbml-impl/pom.xml
core3/impl/trunk/sbml-impl/src/test/java/org/cytoscape/sbml/internal/SBMLNetworkViewReaderTest.java
Log:
updated to remove test-support
Modified: core3/impl/trunk/sbml-impl/pom.xml
===================================================================
--- core3/impl/trunk/sbml-impl/pom.xml 2011-08-09 21:38:31 UTC (rev 26506)
+++ core3/impl/trunk/sbml-impl/pom.xml 2011-08-09 21:40:08 UTC (rev 26507)
@@ -65,15 +65,52 @@
<scope>test</scope>
</dependency>
<dependency>
- <groupId>org.cytoscape</groupId>
- <artifactId>test-support</artifactId>
- <scope>test</scope>
- </dependency>
- <dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-all</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>viewmodel-impl</artifactId>
+ <version>${project.version}</version>
+ <scope>test</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.cytoscape</groupId>
+ <artifactId>viewmodel-impl</artifactId>
+ <version>${project.version}</version>
+ <type>test-jar</type>
+ <scope>test</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.cytoscape</groupId>
+ <artifactId>service-api</artifactId>
+ <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/sbml-impl/src/test/java/org/cytoscape/sbml/internal/SBMLNetworkViewReaderTest.java
===================================================================
---
core3/impl/trunk/sbml-impl/src/test/java/org/cytoscape/sbml/internal/SBMLNetworkViewReaderTest.java
2011-08-09 21:38:31 UTC (rev 26506)
+++
core3/impl/trunk/sbml-impl/src/test/java/org/cytoscape/sbml/internal/SBMLNetworkViewReaderTest.java
2011-08-09 21:40:08 UTC (rev 26507)
@@ -12,8 +12,8 @@
import org.cytoscape.model.CyNetworkFactory;
import org.cytoscape.model.CyNode;
import org.cytoscape.model.CyRow;
-import org.cytoscape.test.support.NetworkTestSupport;
-import org.cytoscape.test.support.NetworkViewTestSupport;
+import org.cytoscape.model.NetworkTestSupport;
+import org.cytoscape.view.model.NetworkViewTestSupport;
import org.cytoscape.view.model.CyNetworkViewFactory;
import org.cytoscape.work.TaskIterator;
import org.cytoscape.work.TaskMonitor;
--
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.