Adding delegate to one more TCK test

This commit is contained in:
Jaroslav Tulach 2017-10-11 06:39:10 +02:00 committed by Alexey Andreev
parent ba5342f860
commit 9528e33462

View File

@ -224,7 +224,11 @@ public class KnockoutTCKTest {
public void fromJsonWithUTF8() throws Throwable {
jsonTest.fromJsonWithUTF8();
}
@Test
public void fromJsonEmptyValues() throws Throwable {
jsonTest.fromJsonEmptyValues();
}
@Test
public void toJSONInABrowser() throws Throwable {
jsonTest.toJSONInABrowser();