[HtmlUnit] SVN: [15382] trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/ general/HostConstantsTest.java

rbri--- via HtmlUnit-develop <[email protected]>
Newsgroups gmane.comp.java.htmlunit.devel
Message-ID <[email protected]>
Revision: 15382
          http://sourceforge.net/p/htmlunit/code/15382
Author:   rbri
Date:     2018-06-24 13:04:19 +0000 (Sun, 24 Jun 2018)
Log Message:
-----------
ff60 support (wip)

Modified Paths:
--------------
    trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/general/HostConstantsTest.java

Modified: trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/general/HostConstantsTest.java
===================================================================
--- trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/general/HostConstantsTest.java	2018-06-24 12:47:59 UTC (rev 15381)
+++ trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/general/HostConstantsTest.java	2018-06-24 13:04:19 UTC (rev 15382)
@@ -42,6 +42,7 @@
  * Test all {@code constant}s defined in host classes.
  *
  * @author Ahmed Ashour
+ * @author Ronald Brill
  */
 @RunWith(BrowserParameterizedRunner.class)
 @ToRunWithRealBrowsers
@@ -136,7 +137,7 @@
             return "";
         }
         if ("Error".equals(host_) && getBrowserVersion().hasFeature(JS_ERROR_STACK_TRACE_LIMIT)) {
-            return "stackTraceLimit:10 ";
+            return "stackTraceLimit:10";
         }
         final JavaScriptConfiguration javaScriptConfig = JavaScriptConfiguration.getInstance(getBrowserVersion());
         final List<String> constants = new ArrayList<>();
@@ -157,7 +158,6 @@
         }
 
         Collections.sort(constants, new Comparator<String>() {
-
             @Override
             public int compare(final String o1, final String o2) {
                 return o1.substring(0, o1.indexOf(':')).compareTo(o2.substring(0, o2.indexOf(':')));


------------------------------------------------------------------------------
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.