diff options
author | Jana Fabrikova <[email protected]> | 2013-04-10 16:15:16 +0200 |
---|---|---|
committer | Jana Fabrikova <[email protected]> | 2013-04-10 16:15:16 +0200 |
commit | 10d6ef89fcd4c6f31856df24a3b9e2cd1d637023 (patch) | |
tree | 2db84724aecd305e6ca881c1091c7debe6dcfc9b /ChangeLog | |
parent | 57d16b5a35eba22d390b859d7a5c11e5dc29005e (diff) |
adding Liveconnect reproducer for JS->J funtion resolution tests
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 17 |
1 files changed, 17 insertions, 0 deletions
@@ -1,5 +1,22 @@ 2013-04-10 Jana Fabrikova <[email protected]> + * /tests/reproducers/simple/JSToJFuncResol/testcases/JSToJFuncResolTest.java: + adding 11 testcases based on the interactive Liveconnect JS->Java + overloaded function resolution tests, tests with JSObject were already + included + * /tests/reproducers/simple/JSToJFuncResol/srcs/JSToJFuncResol.java: + the applet whose methods are invoked from JS during the tests + * /tests/reproducers/simple/JSToJFuncResol/resources/JSToJava_FuncResol.js: + the JavaScript code for calling the applet methods from JS + * /tests/reproducers/simple/JSToJFuncResol/resources/jstoj-funcresol.jnlp: + java network launch protocol file for displaying applet in the html + page + * /tests/reproducers/simple/JSToJFuncResol/resources/JSToJFuncResol.html: + the html page with java applet embedded, displayed in browser during + the tests + +2013-04-10 Jana Fabrikova <[email protected]> + * /tests/reproducers/simple/JToJSFuncReturn/testcases/JToJSFuncReturnTest.java: adding 5 testcases based on the interactive Liveconnect JS->Java function return type tests |