chiark / gitweb /
tests: support running on platforms with old java
authorHans-Christoph Steiner <hans@eds.org>
Wed, 13 Sep 2017 14:00:51 +0000 (16:00 +0200)
committerHans-Christoph Steiner <hans@eds.org>
Fri, 15 Sep 2017 09:37:24 +0000 (11:37 +0200)
commite4ca82d80ca4cd7d73776042028c12af7f38ab24
tree7cbecf34ae1c5a5d3a7240868ee138af6463663e
parentcb10f0df09b53c10e2b571a69004bf62c105638d
tests: support running on platforms with old java

In order to test on travis-ci's OSX setup, its easiest to support the old
version of Java that is installed there by default.  It is pretty old, so
it does not include the April 2017 update that disables MD5:

https://blogs.oracle.com/java-platform-group/oracle-jre-will-no-longer-trust-md5-signed-code-by-default
https://www.bleepingcomputer.com/news/security/oracle-to-block-jar-files-signed-with-md5-starting-with-april-2017
https://support.ca.com/us/knowledge-base-articles.TEC1691042.html

#292 #323
tests/update.TestCase