We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b2aab97 commit 9d55538Copy full SHA for 9d55538
1 file changed
src/test/java/org/htmlunit/libraries/jquery/JQueryTestBase.java
@@ -101,7 +101,6 @@ protected void runTest(final String testName) throws Exception {
101
new OnlyLocalConnectionWrapper(webClient);
102
}
103
104
-
105
final String url = buildUrl(testNumber);
106
webDriver.get(url);
107
@@ -130,7 +129,7 @@ protected void runTest(final String testName) throws Exception {
130
129
131
System.out.println("--------------------------------------------");
132
133
- Assertions.fail("'" + expected + "' does not contain '" + result);
+ Assertions.fail("'" + expected + "' does not contain teh current result '" + result);
134
135
136
catch (final Exception e) {
0 commit comments