Fix bug in html4j test mock. Upgrade to html4j version 1.2.3

This commit is contained in:
Alexey Andreev 2015-10-20 18:37:23 +03:00
parent 64e39be307
commit a311f291aa
2 changed files with 2 additions and 2 deletions

View File

@ -220,7 +220,7 @@ public final class KnockoutFXTest extends KnockoutTCK implements Transfer {
defineFunction(name, data -> {
removeFunction(name);
HTMLDocument.current().getElementById("jsonp-" + name).delete();
call.notifySuccess(call);
call.notifySuccess(data);
});
}

View File

@ -66,7 +66,7 @@
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<sonatypeOssDistMgmtSnapshotsUrl>https://oss.sonatype.org/content/repositories/snapshots/</sonatypeOssDistMgmtSnapshotsUrl>
<html4j.version>1.2</html4j.version>
<html4j.version>1.2.3</html4j.version>
<jetty.version>9.2.1.v20140609</jetty.version>
<slf4j.version>1.7.7</slf4j.version>
<selenium.version>2.47.2</selenium.version>