diff options
author | Jiri Vanek <[email protected]> | 2013-11-25 10:16:42 +0100 |
---|---|---|
committer | Jiri Vanek <[email protected]> | 2013-11-25 10:16:42 +0100 |
commit | 18e9c2de7a762336e0b558f3007340d5eb2e9e44 (patch) | |
tree | cc477333b9508fa01100d1bab0469a0d6b5d7af3 /ChangeLog | |
parent | b8bf378b9b7887e273c4aa86aad85ecfd2f28b1f (diff) |
fix to ManifestedJar1Test cases
* netx/net/sourceforge/jnlp/ResourcesDesc.java: (getMainJAR) throw an RuntimeException when more then one main jar is specified. Preventing app to start.
* tests/reproducers/simple/ManifestedJar1/testcases/ManifestedJar1Test.java:(manifestedJar1main2mainNoAppDesc), (manifestedJar1nothing2nothingAppDesc)fixed and adapted to change.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -1,3 +1,12 @@ +2013-11-25 Jiri Vanek <[email protected]> + + * netx/net/sourceforge/jnlp/ResourcesDesc.java: (getMainJAR) throw an + RuntimeException when more then one main jar is specified. Preventing + app to start. + * tests/reproducers/simple/ManifestedJar1/testcases/ManifestedJar1Test.java: + (manifestedJar1main2mainNoAppDesc), (manifestedJar1nothing2nothingAppDesc) + fixed and adapted to change. + 2013-11-22 Jiri Vanek <[email protected]> * tests/netx/unit/net/sourceforge/jnlp/DefaultLaunchHandlerTest.java: (init) |