aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorJiri Vanek <[email protected]>2013-11-25 10:16:42 +0100
committerJiri Vanek <[email protected]>2013-11-25 10:16:42 +0100
commit18e9c2de7a762336e0b558f3007340d5eb2e9e44 (patch)
treecc477333b9508fa01100d1bab0469a0d6b5d7af3 /ChangeLog
parentb8bf378b9b7887e273c4aa86aad85ecfd2f28b1f (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--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 823f8fc..aecbe5b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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)