aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorJiri Vanek <[email protected]>2012-06-19 12:15:07 +0200
committerJiri Vanek <[email protected]>2012-06-19 12:15:07 +0200
commit7a1099690059f820a37419c1c6e7308689655f35 (patch)
tree47fffb14fb08fc23ee70b3d000d517dedb0e4007 /ChangeLog
parent790ddd6eba1035bd35dd2cc2d1a390a223f20e2f (diff)
rewritten deadlock test
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 0bfc641..5ca7ba5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,14 @@
+2012-06-15 Jiri Vanek <[email protected]>
+
+ * tests/jnlp_tests/simple/AppletTest/resources/appletAutoTests.html:
+ Added quotes around parameters of html applet tag.
+ * tests/jnlp_tests/simple/deadlocktest/testcases/DeadLockTestTest.java:
+ Output verification is counting with repeated and probably unfinished outputs.
+ * tests/jnlp_tests/simple/deadlocktest/srcs/DeadlockTest.java
+ Is now printing out sentence in intervals to avoid destroy-consume as much as possible
+ * tests/netx/unit/net/sourceforge/jnlp/runtime/CodeBaseClassLoaderTest.java:
+ Added bug annotation with threads on distro-pkg-dev
+
2012-06-15 Adam Domurad <[email protected]>
Fixed two memory leaks