Author: kono
Date: 2010-10-28 12:28:52 -0700 (Thu, 28 Oct 2010)
New Revision: 22554

Modified:
   
core3/vizmap-api/trunk/src/test/java/org/cytoscape/view/vizmap/VizmapEventsTest.java
Log:
Changed method name for consistency.

Modified: 
core3/vizmap-api/trunk/src/test/java/org/cytoscape/view/vizmap/VizmapEventsTest.java
===================================================================
--- 
core3/vizmap-api/trunk/src/test/java/org/cytoscape/view/vizmap/VizmapEventsTest.java
        2010-10-28 19:25:23 UTC (rev 22553)
+++ 
core3/vizmap-api/trunk/src/test/java/org/cytoscape/view/vizmap/VizmapEventsTest.java
        2010-10-28 19:28:52 UTC (rev 22554)
@@ -39,7 +39,7 @@
        public void testVisualStyleDestroyedEvent() {
                final VisualStyleRemovedEvent event = new 
VisualStyleRemovedEvent(manager, style);
                assertNotNull(event);
-               assertEquals(style, event.getDestroyedVisualStyle());
+               assertEquals(style, event.getRemovedVisualStyle());
        }
 
 }

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