From 2b60238be6a44055c2119297f156222c54bb2ca8 Mon Sep 17 00:00:00 2001 From: Ben Hale Date: Mon, 1 Jan 2007 18:09:39 +0000 Subject: [PATCH] Added another s to a test class name --- ...chMethodInvokerTest.java => DispatchMethodInvokerTests.java} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename spring-webflow/src/test/java/org/springframework/webflow/util/{DispatchMethodInvokerTest.java => DispatchMethodInvokerTests.java} (97%) diff --git a/spring-webflow/src/test/java/org/springframework/webflow/util/DispatchMethodInvokerTest.java b/spring-webflow/src/test/java/org/springframework/webflow/util/DispatchMethodInvokerTests.java similarity index 97% rename from spring-webflow/src/test/java/org/springframework/webflow/util/DispatchMethodInvokerTest.java rename to spring-webflow/src/test/java/org/springframework/webflow/util/DispatchMethodInvokerTests.java index 0209ccd8..cd75f6c6 100644 --- a/spring-webflow/src/test/java/org/springframework/webflow/util/DispatchMethodInvokerTest.java +++ b/spring-webflow/src/test/java/org/springframework/webflow/util/DispatchMethodInvokerTests.java @@ -22,7 +22,7 @@ import junit.framework.TestCase; * * @author Ben Hale */ -public class DispatchMethodInvokerTest extends TestCase { +public class DispatchMethodInvokerTests extends TestCase { private class MockClass { private boolean methodCalled = false;