fixed test

This commit is contained in:
Greg Wilkins 2016-02-17 15:44:43 +01:00
parent 1edd2e3535
commit 2bf848dbd4
1 changed files with 1 additions and 1 deletions

View File

@ -529,9 +529,9 @@ public abstract class RFC2616BaseTest
req4.append("\n"); // no virtual host
HttpTester.Response response = http.request(req4);
System.err.println(response);
assertEquals("5.2 No Host",HttpStatus.BAD_REQUEST_400,response.getStatus());
assertEquals("5.2 No Host","", response.getContent());
}
/**