[HtmlUnit] SVN: [15426] trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit

rbri--- via HtmlUnit-develop <[email protected]>
Newsgroups gmane.comp.java.htmlunit.devel
Message-ID <[email protected]>
Revision: 15426
          http://sourceforge.net/p/htmlunit/code/15426
Author:   rbri
Date:     2018-07-05 06:08:05 +0000 (Thu, 05 Jul 2018)
Log Message:
-----------
fix for new ie driver version

Modified Paths:
--------------
    trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/ErrorOutputChecker.java
    trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/ExternalTest.java

Modified: trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/ErrorOutputChecker.java
===================================================================
--- trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/ErrorOutputChecker.java	2018-07-03 17:41:06 UTC (rev 15425)
+++ trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/ErrorOutputChecker.java	2018-07-05 06:08:05 UTC (rev 15426)
@@ -46,7 +46,7 @@
                                 + ExternalTest.GECKO_DRIVER_.replace(".", "\\.") + ".*", Pattern.DOTALL),
             // ie
             Pattern.compile("Started InternetExplorerDriver server \\(\\d\\d\\-bit\\)\r?\n"
-                    + "3\\.8\\.0\\.0\r?\n"
+                    + ExternalTest.IE_DRIVER_.replace(".", "\\.") + "\r?\n"
                     + "Listening on port \\d*\r?\n"
                     + "Only local connections are allowed\r?\n"),
             // edge

Modified: trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/ExternalTest.java
===================================================================
--- trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/ExternalTest.java	2018-07-03 17:41:06 UTC (rev 15425)
+++ trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/ExternalTest.java	2018-07-05 06:08:05 UTC (rev 15426)
@@ -53,6 +53,8 @@
     static String CHROME_DRIVER_ = "2.40";
     /** Gecko driver. */
     static String GECKO_DRIVER_ = "0.21.0";
+    /** IE driver. */
+    static String IE_DRIVER_ = "3.13.0.0";
 
     /**
      * Tests that POM dependencies are the latest.


------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.