All tests in the HtmlAnnotationsTest class need to do the initial assert check
authorJaroslav Tulach <jaroslav.tulach@apidesign.org>
Fri, 29 Apr 2016 07:35:06 +0200
changeset 196060cd3d14f1ae
parent 1959 fbd86e4b4742
child 1961 e9e1b1e863ba
child 1962 9d46ae9d4a2e
All tests in the HtmlAnnotationsTest class need to do the initial assert check
rt/emul/compacttest/src/test/java/org/apidesign/bck2brwsr/vmtest/impl/HtmlAnnotationsTest.java
     1.1 --- a/rt/emul/compacttest/src/test/java/org/apidesign/bck2brwsr/vmtest/impl/HtmlAnnotationsTest.java	Fri Apr 29 07:17:38 2016 +0200
     1.2 +++ b/rt/emul/compacttest/src/test/java/org/apidesign/bck2brwsr/vmtest/impl/HtmlAnnotationsTest.java	Fri Apr 29 07:35:06 2016 +0200
     1.3 @@ -109,6 +109,7 @@
     1.4  
     1.5      @BrwsrTest
     1.6      public void compareArrayOfDoubles() throws Exception {
     1.7 +        assertMulNotDefinedForTheFirstTime();
     1.8          Double val = 2.2;
     1.9          boolean res = HtmlAnnotations.compareArr(new Object[] { val }, val);
    1.10          assertEquals(res, true, "Should be in the array");