Skip to content

Commit 9d55538

Browse files
committed
minor improvements for the error message
1 parent b2aab97 commit 9d55538

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

src/test/java/org/htmlunit/libraries/jquery/JQueryTestBase.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,6 @@ protected void runTest(final String testName) throws Exception {
101101
new OnlyLocalConnectionWrapper(webClient);
102102
}
103103

104-
105104
final String url = buildUrl(testNumber);
106105
webDriver.get(url);
107106

@@ -130,7 +129,7 @@ protected void runTest(final String testName) throws Exception {
130129
}
131130
System.out.println("--------------------------------------------");
132131

133-
Assertions.fail("'" + expected + "' does not contain '" + result);
132+
Assertions.fail("'" + expected + "' does not contain teh current result '" + result);
134133
}
135134
}
136135
catch (final Exception e) {

0 commit comments

Comments
 (0)