File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
src/test/java/org/htmlunit Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff 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 /**
Original file line number Diff line number Diff 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 */
You can’t perform that action at this time.
0 commit comments