aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorJiri Vanek <[email protected]>2012-04-18 12:28:08 +0200
committerJiri Vanek <[email protected]>2012-04-18 12:28:08 +0200
commitdc0cc9b22c56c02b7c027f554e821ca9c3771b48 (patch)
tree035aff2ead9eef1398e609d25e25dc812007d8c2 /ChangeLog
parentdd491ad6117643b969be9c637262a56ed63d4a44 (diff)
Added possibility to run signed applets during reproducers runs.
Added example reproducer.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog27
1 files changed, 27 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 0c530cd..06d37fd 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,30 @@
+2012-04-18 Jiri Vanek <[email protected]>
+
+ Allowed signed applets in automatic reproducers tests
+ * tests/jnlp_tests/signed/AppletTestSigned/resources/AppletTestSigned.html:
+ html file for launching signed applet. Its style is different from the one for
+ calling unsigned applets - red.
+ * tests/jnlp_tests/signed/AppletTestSigned/resources/AppletTestSigned.jnlp:
+ jnlp file for launched signed applet
+ * tests/jnlp_tests/signed/AppletTestSigned/srcs/AppletTestSigned.java
+ body of signed applet
+ * tests/jnlp_tests/signed/AppletTestSigned/testcases/AppletTestSignedTests.java:
+ (AppletTestSignedTest): testing method to launch signed applet in javaws
+ (AppletTestSignedFirefoxTest): testing method to launch signed applet in
+ browser
+ * Makefile.am: PUBLIC_KEYSTORE_PASS, EXPORTED_TEST_CERT, TEST_CERT_ALIAS,
+ PUBLIC_KEYSTORE PUBLIC_KEYSTORE_PASS: new global variables holding
+ keystores' credentials
+ (clean-local): clean-bootstrap-directory moved to be last one, as keytool
+ is necessary for removing certificate
+ (EXPORTED_TEST_CERT): new target exporting certificate from testing keystore
+ (stamps/netx-dist-tests-import-cert-to-public): new target to import
+ certificate to PUBLIC_KEYSTORE
+ (netx-dist-tests-remove-cert-from-public): new target removing testing
+ certificate from PUBLIC_KEYSTORE
+ (clean-netx-dist-tests): now depends on netx-dist-tests-remove-cert-from-public
+ and is removing EXPORTED_TEST_CERT file
+
2012-04-17 Jiri Vanek <[email protected]>
Rewritten DeadLockTestTest to stop failing in more then 1/2 of cases