Author: mes
Date: 2010-08-03 16:09:35 -0700 (Tue, 03 Aug 2010)
New Revision: 21166
Modified:
coreplugins/trunk/filters/src/test/java/cytoscape/filters/FilterTest.java
Log:
got tests working
Modified:
coreplugins/trunk/filters/src/test/java/cytoscape/filters/FilterTest.java
===================================================================
--- coreplugins/trunk/filters/src/test/java/cytoscape/filters/FilterTest.java
2010-08-03 23:02:20 UTC (rev 21165)
+++ coreplugins/trunk/filters/src/test/java/cytoscape/filters/FilterTest.java
2010-08-03 23:09:35 UTC (rev 21166)
@@ -53,6 +53,8 @@
edgeAttributes.setAttribute(edge0.getIdentifier(), PMID,
"12345");
edgeAttributes.setAttribute(edge1.getIdentifier(), PMID,
"12345");
edgeAttributes.setAttribute(edge2.getIdentifier(), PMID,
"12666");
+
+ Cytoscape.setCurrentNetwork(cyNetwork.getIdentifier());
}
protected static final String LOCATION = "location";
--
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.