From: <rb...@us...> - 2018-07-18 06:33:22
|
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() { |