aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorJiri Vanek <[email protected]>2013-02-13 14:21:47 +0100
committerJiri Vanek <[email protected]>2013-02-13 14:21:47 +0100
commitb73ede6f96f5a668454e31c2956eec83cfbeb873 (patch)
treef4b4b92f6363ff1c4a202aebf7e99e218dfd8f46 /ChangeLog
parent96063b6e64785761d3c588d8b83612dae2ab214c (diff)
Added test for hanging firefox by LaunchException and Improved AddShutdownHookTest
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog16
1 files changed, 16 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 1d7d15f..4603e99 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,19 @@
+2013-02-13 Jiri Vanek <[email protected]>
+
+ Added test for hanging firefox by LaunchException and Improved AddShutdownHookTest
+ * tests/reproducers/simple/AddShutdownHook/resources/AddShutdownHook.html:
+ new file to launch applet with RuntimeException as result.
+ * tests/reproducers/simple/AddShutdownHook/resources/AddShutdownHook_wrong.html:
+ new file to launch applet with LaunchException as result.
+ * tests/reproducers/simple/AddShutdownHook/srcs/AddShutdownHook.java: is
+ now also applet.
+ * tests/reproducers/simple/AddShutdownHook/testcases/AddShutdownHookTest.java:
+ Added test (AddShutdownHookApplet)for applet, removed duplicate code by rules.
+ * tests/reproducers/simple/AddShutdownHook/testcases/HangFirefoxTests.java:
+ New test set which is launching exception throwing applet, and after exception
+ is thrown then it tries jsut stdou-ing applet. Second applet have to be
+ launched.
+
2013-02-12 Jana Fabrikova <[email protected]>
* /tests/reproducers/simple/JSToJFuncParam/testcases/JSToJFuncParamTest.java: