mirror of
https://github.com/Eaglercraft-TeaVM-Fork/eagler-teavm.git
synced 2024-12-22 16:14:10 -08:00
Adding delegate to one more TCK test
This commit is contained in:
parent
ba5342f860
commit
9528e33462
|
@ -224,7 +224,11 @@ public class KnockoutTCKTest {
|
||||||
public void fromJsonWithUTF8() throws Throwable {
|
public void fromJsonWithUTF8() throws Throwable {
|
||||||
jsonTest.fromJsonWithUTF8();
|
jsonTest.fromJsonWithUTF8();
|
||||||
}
|
}
|
||||||
|
@Test
|
||||||
|
public void fromJsonEmptyValues() throws Throwable {
|
||||||
|
jsonTest.fromJsonEmptyValues();
|
||||||
|
}
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
public void toJSONInABrowser() throws Throwable {
|
public void toJSONInABrowser() throws Throwable {
|
||||||
jsonTest.toJSONInABrowser();
|
jsonTest.toJSONInABrowser();
|
||||||
|
|
Loading…
Reference in New Issue
Block a user