+ fix method name


git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@3278 50f2f4bb-b051-0410-bef5-90022cba6387
This commit is contained in:
Costin Leau 2010-04-20 13:33:16 +00:00
parent 897a1c6470
commit 96b0e2578c
1 changed files with 1 additions and 1 deletions

View File

@ -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();
}