Title: [waffle-scm] [274] trunk/core/src/test/java/org/codehaus/waffle/action/DefaultActionResponseHandlerTest.java: correct method name
Revision
274
Author
paul
Date
2007-07-22 23:43:02 -0500 (Sun, 22 Jul 2007)

Log Message

correct method name

Modified Paths


Diff

Modified: trunk/core/src/test/java/org/codehaus/waffle/action/DefaultActionResponseHandlerTest.java (273 => 274)

--- trunk/core/src/test/java/org/codehaus/waffle/action/DefaultActionResponseHandlerTest.java	2007-07-18 13:39:27 UTC (rev 273)
+++ trunk/core/src/test/java/org/codehaus/waffle/action/DefaultActionResponseHandlerTest.java	2007-07-23 04:43:02 UTC (rev 274)
@@ -148,7 +148,7 @@
         // Mock ActionMonitor
         Mock mockActionMonitor = mock(ActionMonitor.class);
         // must fire the exception to the monitor
-        mockActionMonitor.expects(once()).method("actionMethodReturnedException").with(same(exception));
+        mockActionMonitor.expects(once()).method("actionMethodExecutionFailed").with(same(exception));
         ActionMonitor actionMonitor = (ActionMonitor) mockActionMonitor.proxy();
 
         ActionMethodResponseHandler handler = new DefaultActionMethodResponseHandler(viewDispatcher, actionMonitor);


To unsubscribe from this list please visit:

http://xircles.codehaus.org/manage_email

Reply via email to