From aa576e70be718413573486e1704f7e19aff9acdf Mon Sep 17 00:00:00 2001 From: Juergen Hoeller Date: Sun, 10 Feb 2013 21:10:51 +0100 Subject: [PATCH] Fixed test class name --- ...ressionEvalutatorTest.java => ExpressionEvaluatorTests.java} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename spring-context/src/test/java/org/springframework/cache/interceptor/{ExpressionEvalutatorTest.java => ExpressionEvaluatorTests.java} (99%) diff --git a/spring-context/src/test/java/org/springframework/cache/interceptor/ExpressionEvalutatorTest.java b/spring-context/src/test/java/org/springframework/cache/interceptor/ExpressionEvaluatorTests.java similarity index 99% rename from spring-context/src/test/java/org/springframework/cache/interceptor/ExpressionEvalutatorTest.java rename to spring-context/src/test/java/org/springframework/cache/interceptor/ExpressionEvaluatorTests.java index 0a664afac0e..44762719bcf 100644 --- a/spring-context/src/test/java/org/springframework/cache/interceptor/ExpressionEvalutatorTest.java +++ b/spring-context/src/test/java/org/springframework/cache/interceptor/ExpressionEvaluatorTests.java @@ -44,7 +44,7 @@ import edu.emory.mathcs.backport.java.util.Collections; * @author Costin Leau * @author Phillip Webb */ -public class ExpressionEvalutatorTest { +public class ExpressionEvaluatorTests { @Rule public ExpectedException thrown = ExpectedException.none();