Author: ruschein
Date: 2011-07-27 12:52:38 -0700 (Wed, 27 Jul 2011)
New Revision: 26291

Modified:
   
core3/core-task-impl/trunk/src/test/java/org/cytoscape/task/internal/select/AllFactoryTest.java
Log:
Simplified test setup.

Modified: 
core3/core-task-impl/trunk/src/test/java/org/cytoscape/task/internal/select/AllFactoryTest.java
===================================================================
--- 
core3/core-task-impl/trunk/src/test/java/org/cytoscape/task/internal/select/AllFactoryTest.java
     2011-07-27 18:09:55 UTC (rev 26290)
+++ 
core3/core-task-impl/trunk/src/test/java/org/cytoscape/task/internal/select/AllFactoryTest.java
     2011-07-27 19:52:38 UTC (rev 26291)
@@ -59,8 +59,6 @@
        @Before
        public void setUp() throws Exception {
                net = mock(CyNetwork.class);
-               edgeTable = mock(CyTable.class);
-               when(net.getDefaultEdgeTable()).thenReturn(edgeTable);
                netmgr = mock(CyNetworkManager.class);
                networkViewManager = mock(CyNetworkViewManager.class);
                eventHelper = mock(CyEventHelper.class);

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