Polish and revive disabled tests
This commit revives some previously disabled tests and converts some usage of @Disabled to @EnabledForTestGroups(...).
This commit is contained in:
@@ -300,8 +300,9 @@ public class UrlPathHelperTests {
|
||||
assertThat(helper.getLookupPathForRequest(request)).isEqualTo("/");
|
||||
}
|
||||
|
||||
@Disabled
|
||||
// test the root mapping for /foo/* w/o a trailing slash - <host>/<context>/foo
|
||||
@Test @Disabled
|
||||
@Test
|
||||
public void tomcatCasualServletRootWithMissingSlash() throws Exception {
|
||||
request.setContextPath("/test");
|
||||
request.setPathInfo(null);
|
||||
@@ -348,8 +349,8 @@ public class UrlPathHelperTests {
|
||||
tomcatCasualServletRoot();
|
||||
}
|
||||
|
||||
// test the root mapping for /foo/* w/o a trailing slash - <host>/<context>/foo
|
||||
@Disabled
|
||||
// test the root mapping for /foo/* w/o a trailing slash - <host>/<context>/foo
|
||||
@Test
|
||||
public void wasCasualServletRootWithMissingSlash() throws Exception {
|
||||
request.setContextPath("/test");
|
||||
|
||||
Reference in New Issue
Block a user