Browse Source

SPR-7064

+ fix method name
pull/23217/head
Costin Leau 16 years ago
parent
commit
5af6d917e9
  1. 2
      org.springframework.web/src/test/java/org/springframework/web/util/UrlPathHelperTests.java

2
org.springframework.web/src/test/java/org/springframework/web/util/UrlPathHelperTests.java

@ -164,7 +164,7 @@ public class UrlPathHelperTests { @@ -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();
}

Loading…
Cancel
Save