diff options
author | Jiri Vanek <[email protected]> | 2012-06-19 12:15:07 +0200 |
---|---|---|
committer | Jiri Vanek <[email protected]> | 2012-06-19 12:15:07 +0200 |
commit | 7a1099690059f820a37419c1c6e7308689655f35 (patch) | |
tree | 47fffb14fb08fc23ee70b3d000d517dedb0e4007 /ChangeLog | |
parent | 790ddd6eba1035bd35dd2cc2d1a390a223f20e2f (diff) |
rewritten deadlock test
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -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 |