aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorJana Fabrikova <jfabriko@redhat.com>2013-02-06 16:39:43 +0100
committerJana Fabrikova <jfabriko@redhat.com>2013-02-06 16:39:43 +0100
commitab80a9d3760309ffd0c84870a3ea9ee8548d847f (patch)
treeec1d670f9354edbc471f517f650803cafa2fdadc /ChangeLog
parentb4f62853fb8c9f4e671be61b9779d81e43cc8572 (diff)
modification of JSToJSet reproducer, added JSObject case and bug annotations
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog14
1 files changed, 14 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index b864e7d..6a3ea0d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,19 @@
2013-02-06 Jana Fabrikova <jfabriko@redhat.com>
+ * /tests/reproducers/simple/JSToJSet/testcases/JSToJSetTest.java:
+ adding 1 testcase setting applets variable of type JSObject from JS,
+ adding KnownToFail anotation and @Bug annotation with id=PR1298 to
+ (AppletJSToJSet_intArrayElement_Test) and
+ (AppletJSToJSet_DoubleArrayElement_Test) methods
+ * /tests/reproducers/simple/JSToJSet/resources/JSToJava_Set.js:
+ adding the JSObject case to (doSetTests) function
+ * /tests/reproducers/simple/JSToJSet/srcs/JSToJSet.java:
+ adding the JSObject variable to the applet and modifying
+ (printNewValueAndFinish) method in order to output new values
+ of JSObject variable
+
+2013-02-06 Jana Fabrikova <jfabriko@redhat.com>
+
* /tests/reproducers/simple/JSToJGet/resources/JSToJGet.html:
adding 1 testcase reading applets variable of type JSObject from JS
* /tests/reproducers/simple/JSToJGet/testcases/JSToJGetTest.java: