+ fix method name
master
Costin Leau 15 years ago
parent ea9eb853fa
commit 5af6d917e9
  1. 2
      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();
}

Loading…
Cancel
Save