Author: mes
Date: 2011-08-09 14:44:32 -0700 (Tue, 09 Aug 2011)
New Revision: 26510

Modified:
   
core3/impl/trunk/vizmap-impl/impl/src/test/java/org/cytoscape/view/vizmap/VisualStyleTest.java
   core3/impl/trunk/vizmap-impl/pom.xml
Log:
updated to remove test-support

Modified: 
core3/impl/trunk/vizmap-impl/impl/src/test/java/org/cytoscape/view/vizmap/VisualStyleTest.java
===================================================================
--- 
core3/impl/trunk/vizmap-impl/impl/src/test/java/org/cytoscape/view/vizmap/VisualStyleTest.java
      2011-08-09 21:43:07 UTC (rev 26509)
+++ 
core3/impl/trunk/vizmap-impl/impl/src/test/java/org/cytoscape/view/vizmap/VisualStyleTest.java
      2011-08-09 21:44:32 UTC (rev 26510)
@@ -11,7 +11,7 @@
 import org.cytoscape.view.presentation.property.NullVisualProperty;
 import org.cytoscape.view.vizmap.internal.VisualLexiconManager;
 import org.cytoscape.view.vizmap.internal.VisualStyleFactoryImpl;
-import org.cytoscape.test.support.NetworkViewTestSupport;
+import org.cytoscape.view.model.NetworkViewTestSupport;
 import org.cytoscape.model.CyEdge;
 import org.cytoscape.model.CyNetwork;
 import org.cytoscape.model.CyNode;

Modified: core3/impl/trunk/vizmap-impl/pom.xml
===================================================================
--- core3/impl/trunk/vizmap-impl/pom.xml        2011-08-09 21:43:07 UTC (rev 
26509)
+++ core3/impl/trunk/vizmap-impl/pom.xml        2011-08-09 21:44:32 UTC (rev 
26510)
@@ -83,17 +83,18 @@
                        <artifactId>model-api</artifactId>
                        <scope>provided</scope>
                </dependency>
-               
                <dependency>
+                       <groupId>org.cytoscape</groupId>
+                       <artifactId>presentation-api</artifactId>
+                       <scope>provided</scope>
+               </dependency>
+       
+               <!-- for testing -->    
+               <dependency>
                        <groupId>junit</groupId>
                        <artifactId>junit</artifactId>
                        <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>
@@ -105,15 +106,52 @@
                        <type>test-jar</type>
                        <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>
                <dependency>
                        <groupId>org.cytoscape</groupId>
                        <artifactId>property-api</artifactId>
                        <scope>test</scope>
                </dependency>
-               <dependency>
-                       <groupId>org.cytoscape</groupId>
-                       <artifactId>presentation-api</artifactId>
-                       <scope>provided</scope>
-               </dependency>
        </dependencies>
 </project>

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