aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog32
1 files changed, 32 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index b85e8b2..80b4da8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,35 @@
+2012-09-07 Saad Mohammad <[email protected]>
+
+ Added signed jnlp tests for applications with multiple jar resources.
+ * tests/reproducers/signed/MultiJar-NoSignedJnlp/resources/MainJarWithoutSignedJnlp.jnlp:
+ Launching jnlp file that's main jar does not have a signed jnlp file, but
+ other jar resources do.
+ * tests/reproducers/signed/MultiJar-NoSignedJnlp/srcs/SimpleApplication.java:
+ A class that uses reflection to access resources from different jars.
+ * tests/reproducers/signed/MultiJar-SignedJnlpApplication/resources/MainJarWithMatchingSignedJnlpApplication.jnlp:
+ Launching jnlp file that's main jar matches the signed jnlp application
+ file.
+ * tests/reproducers/signed/MultiJar-SignedJnlpApplication/resources/MainJarWithUnmatchingSignedJnlpApplication.jnlp:
+ Launching jnlp file that's main jar does not match the signed jnlp
+ application file.
+ * tests/reproducers/signed/MultiJar-SignedJnlpApplication/srcs/JNLP-INF/APPLICATION.jnlp:
+ Signed JNLP application file for MultiJar-SignedJnlpApplication.
+ * tests/reproducers/signed/MultiJar-SignedJnlpApplication/srcs/SignedJnlpApplication.java:
+ A class that uses reflection to access resources from different jars.
+ * tests/reproducers/signed/MultiJar-SignedJnlpApplication/testcases/MultiJarSignedJnlpTest.java:
+ Testcase that tests the launch and validation of signed jnlp files for
+ application that have multiple jar resources.
+ * tests/reproducers/signed/MultiJar-SignedJnlpTemplate/resources/MainJarWithMatchingSignedJnlpTemplate.jnlp:
+ Launching jnlp file that's main jar matches the signed jnlp application
+ template file.
+ * tests/reproducers/signed/MultiJar-SignedJnlpTemplate/resources/MainJarWithUnmatchingSignedJnlpTemplate.jnlp:
+ Launching jnlp file that's main jar does not match the signed jnlp
+ application template file.
+ * tests/reproducers/signed/MultiJar-SignedJnlpTemplate/srcs/JNLP-INF/APPLICATION_TEMPLATE.jnlp:
+ Signed JNLP application template file for MultiJar-SignedJnlpTemplate.jar
+ * tests/reproducers/signed/MultiJar-SignedJnlpTemplate/srcs/SignedJnlpTemplate.java:
+ A class that uses reflection to access resources from different jars.
+
2012-09-07 Jiri Vanek <[email protected]>
Added strict test