[HtmlUnit] SVN: [15477] trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/ PrimitiveWebServer.java
rbri--- via HtmlUnit-develop <[email protected]> Wed, 18 Jul 2018 06:33:20 +0000
| Newsgroups | gmane.comp.java.htmlunit.devel |
|---|---|
| Message-ID | <[email protected]> |
Revision: 15477
http://sourceforge.net/p/htmlunit/code/15477
Author: rbri
Date: 2018-07-18 06:33:19 +0000 (Wed, 18 Jul 2018)
Log Message:
-----------
debug at the server
Modified Paths:
--------------
trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/PrimitiveWebServer.java
Modified: trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/PrimitiveWebServer.java
===================================================================
--- trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/PrimitiveWebServer.java 2018-07-18 06:21:32 UTC (rev 15476)
+++ trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/PrimitiveWebServer.java 2018-07-18 06:33:19 UTC (rev 15477)
@@ -31,6 +31,7 @@
* This covers some cases which are not possible with Jetty.
*
* @author Ahmed Ashour
+ * @author Ronald Brill
*/
public class PrimitiveWebServer {
@@ -69,6 +70,7 @@
* @throws IOException if an error occurs
*/
public void start() throws IOException {
+System.out.println("start ");
server_ = new ServerSocket(port_);
new Thread(new Runnable() {
------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot