Updating the expected output to recent changes in the B2BNI ide
authorJaroslav Tulach <jaroslav.tulach@apidesign.org>
Wed, 13 Feb 2013 16:52:33 +0100
branchide
changeset 72270b229246864
parent 721 1ee4ec90710e
child 723 5d1c3bc8d297
Updating the expected output to recent changes in the B2BNI
ide/editor/src/test/java/org/apidesign/bck2brwsr/ide/editor/JSNI2JavaScriptBodyTest.java
     1.1 --- a/ide/editor/src/test/java/org/apidesign/bck2brwsr/ide/editor/JSNI2JavaScriptBodyTest.java	Wed Feb 13 16:14:07 2013 +0100
     1.2 +++ b/ide/editor/src/test/java/org/apidesign/bck2brwsr/ide/editor/JSNI2JavaScriptBodyTest.java	Wed Feb 13 16:52:33 2013 +0100
     1.3 @@ -39,7 +39,7 @@
     1.4                  .assertOutput("package test;\n" +
     1.5                                "import org.apidesign.bck2brwsr.core.JavaScriptBody;\n" +
     1.6                                "public class Test {\n" +
     1.7 -                              "    @JavaScriptBody(body = \" this.a = a; \", args = {\"this\", \"a\"})\n" +
     1.8 +                              "    @JavaScriptBody(args = {\"a\"}, body = \" this.a = a; \")\n" +
     1.9                                "    public native void run(int a);\n" +
    1.10                                "}\n");
    1.11      }