Skip to content

Commit 0d42408

Browse files
committed
small fixes
1 parent 3004d6a commit 0d42408

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/test/java/org/htmlunit/WebResponseTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@ public void binaryResponseHeaders() throws Exception {
219219
page.getWebResponse().getContentAsString(UTF_8));
220220

221221
assertEquals("gzip", page.getWebResponse().getResponseHeaderValue("Content-Encoding"));
222-
assertEquals("73", page.getWebResponse().getResponseHeaderValue(HttpHeader.CONTENT_LENGTH));
222+
assertEquals("85", page.getWebResponse().getResponseHeaderValue(HttpHeader.CONTENT_LENGTH));
223223
}
224224

225225
/**

src/test/java/org/htmlunit/javascript/host/Window2Test.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3241,7 +3241,7 @@ public void performancePropertyEdit() throws Exception {
32413241
}
32423242

32433243
/**
3244-
* setInterval execution is not stopped if the callback throws an exception.
3244+
* The setInterval execution is not stopped if the callback throws an exception.
32453245
*
32463246
* @throws Exception if the test fails
32473247
*/

0 commit comments

Comments
 (0)