Author: clopes
Date: 2012-08-08 14:35:31 -0700 (Wed, 08 Aug 2012)
New Revision: 30131

Modified:
   
csplugins/trunk/toronto/jm/cy3-shared-tables/impl/model-impl/impl/src/test/java/org/cytoscape/model/NetworkTestSupport.java
Log:
NetworkTestSupport now also provides the CyNetworkTableManager in this API 
version as well.

Modified: 
csplugins/trunk/toronto/jm/cy3-shared-tables/impl/model-impl/impl/src/test/java/org/cytoscape/model/NetworkTestSupport.java
===================================================================
--- 
csplugins/trunk/toronto/jm/cy3-shared-tables/impl/model-impl/impl/src/test/java/org/cytoscape/model/NetworkTestSupport.java
 2012-08-08 20:43:05 UTC (rev 30130)
+++ 
csplugins/trunk/toronto/jm/cy3-shared-tables/impl/model-impl/impl/src/test/java/org/cytoscape/model/NetworkTestSupport.java
 2012-08-08 21:35:31 UTC (rev 30131)
@@ -56,4 +56,8 @@
        public CyRootNetworkManager getRootNetworkFactory() {
                return rootNetworkManager;
        }
+       
+       public CyNetworkTableManager getNetworkTableManager() {
+               return networkTableMgr;
+       }
 }

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