aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorJiri Vanek <[email protected]>2012-05-16 17:01:46 +0200
committerJiri Vanek <[email protected]>2012-05-16 17:01:46 +0200
commit0c598ca6848b417c79245a971f26570d05144132 (patch)
tree1e87eda9a45eb9705553db7d2615f33a49221a7f /ChangeLog
parent2abe2d3aac5295e26a7fd58253923d4677bd1562 (diff)
2012-05-14 Jiri Vanek <[email protected]>
* tests/netx/unit/net/sourceforge/jnlp/runtime/CodeBaseClassLoaderTest.java: * tests/netx/unit/net/sourceforge/jnlp/cache/CacheLRUWrapperTest.java: System.out replaced with System.err + fixed tabs in previous changelog
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 8 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 399b2ce..a2f7b0c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,13 @@
2012-05-14 Jiri Vanek <[email protected]>
- * tests/junit-runner/JunitLikeXmlOutputListener.java: fixed indentation
- and spacing
+ * tests/netx/unit/net/sourceforge/jnlp/runtime/CodeBaseClassLoaderTest.java:
+ * tests/netx/unit/net/sourceforge/jnlp/cache/CacheLRUWrapperTest.java:
+ System.out replaced with System.err
+
+2012-05-14 Jiri Vanek <[email protected]>
+
+ * tests/junit-runner/JunitLikeXmlOutputListener.java: fixed indentation
+ and spacing
2012-05-11 Thomas Meyer <[email protected]>