# HG changeset patch # User Jaroslav Tulach # Date 1460945322 -7200 # Node ID cf3873164b9f0dd2683d74e7c26754cbb2a6da72 # Parent 4185cdeeee7e54691445a57e8789844e00ea3c0c All tests in the HtmlAnnotationsTest class need to do the initial assert check diff -r 4185cdeeee7e -r cf3873164b9f rt/emul/compacttest/src/test/java/org/apidesign/bck2brwsr/vmtest/impl/HtmlAnnotationsTest.java --- a/rt/emul/compacttest/src/test/java/org/apidesign/bck2brwsr/vmtest/impl/HtmlAnnotationsTest.java Sun Apr 17 13:16:31 2016 +0200 +++ b/rt/emul/compacttest/src/test/java/org/apidesign/bck2brwsr/vmtest/impl/HtmlAnnotationsTest.java Mon Apr 18 04:08:42 2016 +0200 @@ -80,11 +80,13 @@ } @BrwsrTest public void date() throws Exception { + assertMulNotDefinedForTheFirstTime(); Object april = HtmlAnnotations.april2016(); assertEquals(HtmlAnnotations.year(april), 2016); } @BrwsrTest public void yes() throws Exception { + assertMulNotDefinedForTheFirstTime(); String yes = HtmlAnnotations.yesNo(new Callable() { @Override public Boolean call() throws Exception { @@ -95,6 +97,7 @@ } @BrwsrTest public void no() throws Exception { + assertMulNotDefinedForTheFirstTime(); String no = HtmlAnnotations.yesNo(new Callable() { @Override public Boolean call() throws Exception {