Author: mes
Date: 2012-04-23 16:54:33 -0700 (Mon, 23 Apr 2012)
New Revision: 28958
Modified:
core3/impl/trunk/io-impl/impl/src/test/java/org/cytoscape/io/internal/write/xgmml/XGMMLWriterTest.java
Log:
fixed compiler error
Modified:
core3/impl/trunk/io-impl/impl/src/test/java/org/cytoscape/io/internal/write/xgmml/XGMMLWriterTest.java
===================================================================
---
core3/impl/trunk/io-impl/impl/src/test/java/org/cytoscape/io/internal/write/xgmml/XGMMLWriterTest.java
2012-04-23 23:42:44 UTC (rev 28957)
+++
core3/impl/trunk/io-impl/impl/src/test/java/org/cytoscape/io/internal/write/xgmml/XGMMLWriterTest.java
2012-04-23 23:54:33 UTC (rev 28958)
@@ -68,7 +68,7 @@
@Before
public void init(){
this.netViewTestSupport = new NetworkViewTestSupport();
- this.netMgr = netViewTestSupport.getNetworkManager();
+ this.netMgr = mock(CyNetworkManager.class);
this.netFactory = netViewTestSupport.getNetworkFactory();
this.rootNetMgr = netViewTestSupport.getRootNetworkFactory();
--
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.