+ fix method name
This commit is contained in:
Costin Leau 2010-04-20 13:33:16 +00:00
parent ea9eb853fa
commit 5af6d917e9
1 changed files with 1 additions and 1 deletions

View File

@ -164,7 +164,7 @@ public class UrlPathHelperTests {
} }
@Test @Test
public void tomcatDefaultServletFolderWithCompliantSetting() throws Exception { public void wasDefaultServletFolderWithCompliantSetting() throws Exception {
request.setAttribute(WEBSPHERE_URI_ATTRIBUTE, "/test/foo/"); request.setAttribute(WEBSPHERE_URI_ATTRIBUTE, "/test/foo/");
tomcatDefaultServletFolder(); tomcatDefaultServletFolder();
} }