diff options
author | Adam Domurad <adomurad@redhat.com> | 2013-05-02 11:08:55 -0400 |
---|---|---|
committer | Adam Domurad <adomurad@redhat.com> | 2013-05-02 11:08:55 -0400 |
commit | ea4bccde74e0340ecb6e18ef48c61e3c893e5a19 (patch) | |
tree | 357ccd67bfb48be70f30740f76a20b07f83a1c1c /ChangeLog | |
parent | 41703448b3c6a3ea9ecfc1e622040e977616a2e3 (diff) |
Introduce PluginPipeMock utility methods.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -1,5 +1,14 @@ 2013-05-02 Adam Domurad <adomurad@redhat.com> + Introduce PluginPipeMock utility methods. + * tests/test-extensions/sun/applet/PluginPipeMockUtil.java: New, + enapsulates PluginPipeMock initialization, cleanup. As well, contains + utility methods. + * tests/netx/unit/sun/applet/PluginAppletViewerTest.java: Use + newly introduced utility methods. + +2013-05-02 Adam Domurad <adomurad@redhat.com> + * plugin/icedteanp/java/sun/applet/MethodOverloadResolver.java (getBestOverloadMatch): Return null if a valid method was not found. * tests/netx/unit/sun/applet/MethodOverloadResolverTest.java |