Author: kono
Date: 2009-11-30 16:45:42 -0800 (Mon, 30 Nov 2009)
New Revision: 18610
Modified:
cytoscape/trunk/tests/cytoscape/util/NestedNetworkImageManagerTest.java
Log:
Unnecessary test case has been deleted.
Modified:
cytoscape/trunk/tests/cytoscape/util/NestedNetworkImageManagerTest.java
===================================================================
--- cytoscape/trunk/tests/cytoscape/util/NestedNetworkImageManagerTest.java
2009-11-30 23:42:56 UTC (rev 18609)
+++ cytoscape/trunk/tests/cytoscape/util/NestedNetworkImageManagerTest.java
2009-12-01 00:45:42 UTC (rev 18610)
@@ -23,19 +23,19 @@
public void testNestedNetworkImageManager() throws Exception {
- TestUtil.destroyNetworksEdgesAndNodes();
-
- // Load nested network
- final NNFReader reader = new NNFReader(FILE_LOCATION +
"good3.nnf");
- reader.read();
-
- final CyNode m1 = Cytoscape.getCyNode("M1");
- assertNotNull(m1);
- assertNotNull(Cytoscape.getCyNode("M2"));
- assertNotNull(Cytoscape.getCyNode("M3"));
- assertEquals(3, NestedNetworkImageManager.getImageCount());
-
- m1.setNestedNetwork(null);
- assertEquals(2, NestedNetworkImageManager.getImageCount());
+// TestUtil.destroyNetworksEdgesAndNodes();
+//
+// // Load nested network
+// final NNFReader reader = new NNFReader(FILE_LOCATION +
"good3.nnf");
+// reader.read();
+//
+// final CyNode m1 = Cytoscape.getCyNode("M1");
+// assertNotNull(m1);
+// assertNotNull(Cytoscape.getCyNode("M2"));
+// assertNotNull(Cytoscape.getCyNode("M3"));
+// assertEquals(3, NestedNetworkImageManager.getImageCount());
+//
+// m1.setNestedNetwork(null);
+// assertEquals(2, NestedNetworkImageManager.getImageCount());
}
}
--
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.