diff options
author | Jiri Vanek <[email protected]> | 2012-05-16 17:01:46 +0200 |
---|---|---|
committer | Jiri Vanek <[email protected]> | 2012-05-16 17:01:46 +0200 |
commit | 0c598ca6848b417c79245a971f26570d05144132 (patch) | |
tree | 1e87eda9a45eb9705553db7d2615f33a49221a7f /ChangeLog | |
parent | 2abe2d3aac5295e26a7fd58253923d4677bd1562 (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-- | ChangeLog | 10 |
1 files changed, 8 insertions, 2 deletions
@@ -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]> |