diff options
author | Adam Domurad <[email protected]> | 2013-06-03 10:51:47 -0400 |
---|---|---|
committer | Adam Domurad <[email protected]> | 2013-06-03 10:51:47 -0400 |
commit | 0fa3a1ac219c218d2c489b10c8ce70a108c50b10 (patch) | |
tree | 1a0f76ff7f7413e12328a2f6be1ab7df44bfe413 /ChangeLog | |
parent | 58464afe42ef3f0558da034bece3a7800f9104ff (diff) |
Add NativeLibraryStorageTEst
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -1,5 +1,17 @@ 2013-06-03 Adam Domurad <[email protected]> + * netx/net/sourceforge/jnlp/util/StreamUtils.java + (copyStream): New, copies input stream to output stream + * tests/netx/unit/net/sourceforge/jnlp/cache/NativeLibraryStorageTest.java: + New, tests lookup of native libraries from folders and jars. + * tests/test-extensions/net/sourceforge/jnlp/util/FileTestUtils.java: + New, contains utilities for testing open file descriptors, creating temporary + directories, and creating jars. + * tests/netx/unit/net/sourceforge/jnlp/runtime/JNLPClassLoaderTest.java: + Replace jar creation methods with ones from FileTestUtils. + +2013-06-03 Adam Domurad <[email protected]> + * netx/net/sourceforge/jnlp/cache/NativeLibraryStorage.java: New, stores and searches for native library files that are loaded from jars. * netx/net/sourceforge/jnlp/runtime/JNLPClassLoader.java: Move code |