diff options
author | Jiri Vanek <[email protected]> | 2013-06-06 16:57:14 +0200 |
---|---|---|
committer | Jiri Vanek <[email protected]> | 2013-06-06 16:57:14 +0200 |
commit | b88f1e63c7a8eb23ec4ec27726d2fe6a9968f1d6 (patch) | |
tree | 7c60b990a117be4fb5c31723499613cdd686aec2 /ChangeLog | |
parent | 11fd7b8b63735365f41cb34133daf29c295d749a (diff) |
Silenced deployment.properties and zero size applet exceptions with tests
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 16 |
1 files changed, 16 insertions, 0 deletions
@@ -1,4 +1,20 @@ 2013-06-06 Jiri Vanek <[email protected]> + + Silenced deployment.properties and zero size applet exceptions with tests + * netx/net/sourceforge/jnlp/config/DeploymentConfiguration.java: + (findSystemConfigFile) and (loadProperties) now prints already cough exception + only in debug mode + * plugin/icedteanp/java/sun/applet/PluginAppletViewer.java: (paint) + now paints into 1 x 1 applet instead of 0 x 0 in case of 0 x 0 applet + * tests/reproducers/simple/AppletTest/resources/appletZeroH.html: new file + * tests/reproducers/simple/AppletTest/resources/appletZeroW.html: new file + * tests/reproducers/simple/AppletTest/resources/appletZeroWH.html: new file + - testing launchers with zero as width, height or both + * tests/reproducers/simple/AppletTest/testcases/AppletTestTests.java: + added launchers and evaluations for three new htmls - (appletZeroWH) + (appletZeroW) (appletZeroH) + +2013-06-06 Jiri Vanek <[email protected]> Jacob Wisor <[email protected]> Enhanced manifest |