RFR: 8265019 : Update tests for additional TestNG test permissions [v2]
Alan Bateman
alanb at openjdk.java.net
Wed Apr 14 06:13:57 UTC 2021
On Tue, 13 Apr 2021 18:56:22 GMT, Lance Andersen <lancea at openjdk.org> wrote:
>> Hi all,
>>
>> Please review the following patch which adds additional permissions needed for when JTREG upgrades to a newer version of TestNG.
>>
>> Best,
>> Lance
>
> Lance Andersen has updated the pull request incrementally with one additional commit since the last revision:
>
> TestNG updates Permission re-organization
Marked as reviewed by alanb (Reviewer).
test/jdk/java/sql/testng/util/TestPolicy.java line 27:
> 25: import java.io.FilePermission;
> 26: import java.lang.reflect.ReflectPermission;
> 27: import java.security.*;
My guess is that you didn't mean the change the import.
-------------
PR: https://git.openjdk.java.net/jdk/pull/3471
More information about the core-libs-dev
mailing list