aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 35ff53e..deaec03 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,14 @@
2013-05-02 Adam Domurad <[email protected]>
+ 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 <[email protected]>
+
* plugin/icedteanp/java/sun/applet/MethodOverloadResolver.java
(getBestOverloadMatch): Return null if a valid method was not found.
* tests/netx/unit/sun/applet/MethodOverloadResolverTest.java