Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Added null check when getting manifest attributes for case of jar without ↵ | Jiri Vanek | 2013-11-27 | 1 | -2/+14 |
| | | | | | | | | manifest * netx/net/sourceforge/jnlp/runtime/JNLPClassLoader.java: (getManifestAttribute) added check fo null manifest to prevent npe. * /tests/netx/unit/net/sourceforge/jnlp/runtime/JNLPClassLoaderTest.java: added test for npe from getManifestAttribute * tests/test-extensions/net/sourceforge/jnlp/util/FileTestUtils.java: (createJarWithContents) enhanced to be able to create jar without manifest. | ||||
* | Add NativeLibraryStorageTEst | Adam Domurad | 2013-06-03 | 1 | -0/+129 |