/hg/icedtea6: Make the test TestRSA compatible with JDK6 syntax.

ptisnovs at icedtea.classpath.org ptisnovs at icedtea.classpath.org
Wed May 9 08:34:24 PDT 2012


changeset ad292421658b in /hg/icedtea6
details: http://icedtea.classpath.org/hg/icedtea6?cmd=changeset;node=ad292421658b
author: ptisnovs
date: Wed May 09 18:34:17 2012 +0200

	Make the test TestRSA compatible with JDK6 syntax.


diffstat:

 ChangeLog   |  6 ++++++
 Makefile.am |  3 ++-
 2 files changed, 8 insertions(+), 1 deletions(-)

diffs (26 lines):

diff -r 6adf4cd96962 -r ad292421658b ChangeLog
--- a/ChangeLog	Wed May 09 13:38:18 2012 +0100
+++ b/ChangeLog	Wed May 09 18:34:17 2012 +0200
@@ -1,3 +1,9 @@
+2012-05-09  Pavel Tisnovsky  <ptisnovs at redhat.com>
+
+	* patches/remove_multicatch_in_testrsa.patch:
+	Make the test TestRSA compatible with JDK6 syntax.
+	* Makefile.am: Updated.
+
 2012-05-09  Andrew John Hughes  <ahughes at redhat.com>
 
 	* Makefile.am:
diff -r 6adf4cd96962 -r ad292421658b Makefile.am
--- a/Makefile.am	Wed May 09 13:38:18 2012 +0100
+++ b/Makefile.am	Wed May 09 18:34:17 2012 +0200
@@ -428,7 +428,8 @@
 	patches/openjdk/7088989-ucrypto_tests.patch \
 	patches/generalise_crypto_tests.patch \
 	patches/remove-gcm-test.patch \
-	patches/skip_wrap_mode.patch
+	patches/skip_wrap_mode.patch \
+	patches/remove_multicatch_in_testrsa.patch
 
 if WITH_RHINO
 ICEDTEA_PATCHES += \



More information about the distro-pkg-dev mailing list