Enable more DefaultServletTest methods

This commit is contained in:
Joakim Erdfelt 2022-07-14 16:19:24 -05:00
parent 0dc65e5588
commit 4ae4d01549
No known key found for this signature in database
GPG Key ID: 2D0E1FB8FE4B68B4
1 changed files with 1 additions and 2 deletions

View File

@ -1579,7 +1579,6 @@ public class DefaultServletTest
@ParameterizedTest
@MethodSource("welcomeServletScenarios")
@Disabled
public void testWelcomeExactServlet(Scenario scenario) throws Exception
{
FS.ensureDirExists(docRoot);
@ -1613,7 +1612,7 @@ public class DefaultServletTest
scenario.extraAsserts.accept(response);
}
@Disabled
@Disabled("Disabled until fix for HttpContent merged")
@Test
public void testDirectFromResourceHttpContent() throws Exception
{