From 96b0e2578c42beef7823c7af4a6de1eadd3cd19a Mon Sep 17 00:00:00 2001 From: Costin Leau Date: Tue, 20 Apr 2010 13:33:16 +0000 Subject: [PATCH] SPR-7064 + fix method name git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@3278 50f2f4bb-b051-0410-bef5-90022cba6387 --- .../java/org/springframework/web/util/UrlPathHelperTests.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/org.springframework.web/src/test/java/org/springframework/web/util/UrlPathHelperTests.java b/org.springframework.web/src/test/java/org/springframework/web/util/UrlPathHelperTests.java index 9de82a6b7b8..8f1c76f5cff 100644 --- a/org.springframework.web/src/test/java/org/springframework/web/util/UrlPathHelperTests.java +++ b/org.springframework.web/src/test/java/org/springframework/web/util/UrlPathHelperTests.java @@ -164,7 +164,7 @@ public class UrlPathHelperTests { } @Test - public void tomcatDefaultServletFolderWithCompliantSetting() throws Exception { + public void wasDefaultServletFolderWithCompliantSetting() throws Exception { request.setAttribute(WEBSPHERE_URI_ATTRIBUTE, "/test/foo/"); tomcatDefaultServletFolder(); }