aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorJana Fabrikova <[email protected]>2013-04-10 16:15:16 +0200
committerJana Fabrikova <[email protected]>2013-04-10 16:15:16 +0200
commit10d6ef89fcd4c6f31856df24a3b9e2cd1d637023 (patch)
tree2db84724aecd305e6ca881c1091c7debe6dcfc9b /ChangeLog
parent57d16b5a35eba22d390b859d7a5c11e5dc29005e (diff)
adding Liveconnect reproducer for JS->J funtion resolution tests
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog17
1 files changed, 17 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 5937f1b..8eb5550 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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