mirror of
https://github.com/Eaglercraft-TeaVM-Fork/eagler-teavm.git
synced 2025-01-03 05:44:10 -08:00
Fix bug in html4j test mock. Upgrade to html4j version 1.2.3
This commit is contained in:
parent
64e39be307
commit
a311f291aa
|
@ -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);
|
||||
});
|
||||
}
|
||||
|
||||
|
|
2
pom.xml
2
pom.xml
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue
Block a user