Author: mcreech
Date: 2011-05-19 09:08:01 -0700 (Thu, 19 May 2011)
New Revision: 25489
Modified:
csplugins/trunk/agilent/creech/HyperEdge/src/cytoscape/hyperedge/unittest/EventTest.java
Log:
v2.63
Modified:
csplugins/trunk/agilent/creech/HyperEdge/src/cytoscape/hyperedge/unittest/EventTest.java
===================================================================
---
csplugins/trunk/agilent/creech/HyperEdge/src/cytoscape/hyperedge/unittest/EventTest.java
2011-05-19 16:06:08 UTC (rev 25488)
+++
csplugins/trunk/agilent/creech/HyperEdge/src/cytoscape/hyperedge/unittest/EventTest.java
2011-05-19 16:08:01 UTC (rev 25489)
@@ -92,9 +92,11 @@
final NewObjTester not = new NewObjTester();
manager.addNewObjectListener(not);
setUp1(true);
+ System.out.println ("testHyperEdgeEvents: expected 2 HyperEdges and
found " + numHes + " HyperEdges");
Assert.assertTrue(numHes == 2);
manager.removeNewObjectListener(not);
manager.reset(true);
+ System.out.println ("testHyperEdgeEvents: expected 0 HyperEdges and
found " + numHes + " HyperEdges");
Assert.assertTrue(numHes == 0);
setUp1(true);
--
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.