diff options
author | Jiri Vanek <[email protected]> | 2013-02-13 14:21:47 +0100 |
---|---|---|
committer | Jiri Vanek <[email protected]> | 2013-02-13 14:21:47 +0100 |
commit | b73ede6f96f5a668454e31c2956eec83cfbeb873 (patch) | |
tree | f4b4b92f6363ff1c4a202aebf7e99e218dfd8f46 /ChangeLog | |
parent | 96063b6e64785761d3c588d8b83612dae2ab214c (diff) |
Added test for hanging firefox by LaunchException and Improved AddShutdownHookTest
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 16 |
1 files changed, 16 insertions, 0 deletions
@@ -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: |