Reviewer needed: fixed syntax of TestRSA regression test to be compatible with JDK6

Pavel Tisnovsky ptisnovs at redhat.com
Wed May 9 07:32:26 PDT 2012


Hi,

I'd like to push patch containing fix for TestRSA regression test to IcedTea6.
The test TestRSA has been backported to IcedTea6 from OpenJDK7 and it's original
source contains new JDK7 syntax on many places:

catch (Exception1 | Exception2 | Exception3)

this needs to be fixed to use a set of catch (ExceptionN) blocks.

ChangeLog entry:

2012-05-09  Pavel Tisnovsky  <ptisnovs at redhat.com>

        * patches/TestRSA-jdk6-syntax.patch:
        Make the test TestRSA compatible with JDK6 syntax.

Can anybody please review this (harmless :-) change?

Thank you in advance,
Pavel T.
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: hg.diff
Url: http://mail.openjdk.java.net/pipermail/distro-pkg-dev/attachments/20120509/4d8fdfbd/hg.diff 


More information about the distro-pkg-dev mailing list