[HtmlUnit] SVN: [15474] trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/ WebClient7Test.java
rbri--- via HtmlUnit-develop <[email protected]> Tue, 17 Jul 2018 19:37:14 +0000
| Newsgroups | gmane.comp.java.htmlunit.devel |
|---|---|
| Message-ID | <[email protected]> |
Revision: 15474
http://sourceforge.net/p/htmlunit/code/15474
Author: rbri
Date: 2018-07-17 19:37:11 +0000 (Tue, 17 Jul 2018)
Log Message:
-----------
desperate try to fix problem only visible at the server
Modified Paths:
--------------
trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/WebClient7Test.java
Modified: trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/WebClient7Test.java
===================================================================
--- trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/WebClient7Test.java 2018-07-17 19:33:14 UTC (rev 15473)
+++ trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/WebClient7Test.java 2018-07-17 19:37:11 UTC (rev 15474)
@@ -241,7 +241,7 @@
final String secondResponse = "HTTP/1.1 200 OK\r\n"
+ "Content-Length: " + html2.length() + "\r\n"
- + "Content-Type: text/html\r\n"
+ + "Content-Type: text/html; charset=" + charset + "\r\n"
+ "\r\n"
+ html2;
@@ -433,4 +433,13 @@
assertEquals(getExpectedAlerts()[0], reqUrl);
}
+
+// BaseFrameElement.java (2 matches)
+// HtmlApplet.java
+// HtmlArea.java
+// HtmlEmbed.java
+// HtmlForm.java
+// HtmlImage.java
+// HtmlImageInput.java
+// HtmlObject.java
}
------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot