Integrated: 8256066: Tests use deprecated TestNG API that is no longer available in new versions

2020-11-10 Thread Mandy Chung
On Tue, 10 Nov 2020 17:41:28 GMT, Mandy Chung wrote: > @ExpectedExceptions is no longer available in TestNG 7.*. Update the tests > to use @Test(expectedExceptions = "...") instead. This pull request has now been integrated. Changeset: 6d8acd26 Author:Mandy Chung URL: https://git.op

Re: Integrated: 8256066: Tests use deprecated TestNG API that is no longer available in new versions

2020-11-10 Thread Jonathan Gibbons
On Tue, 10 Nov 2020 17:41:28 GMT, Mandy Chung wrote: > @ExpectedExceptions is no longer available in TestNG 7.*. Update the tests > to use @Test(expectedExceptions = "...") instead. Marked as reviewed by jjg (Reviewer). - PR: https://git.openjdk.java.net/jdk/pull/1145

Integrated: 8256066: Tests use deprecated TestNG API that is no longer available in new versions

2020-11-10 Thread Mandy Chung
@ExpectedExceptions is no longer available in TestNG 7.*. Update the tests to use @Test(expectedExceptions = "...") instead. - Commit messages: - 8256066: Tests use deprecated TestNG API that is no longer available in new versions Changes: https://git.openjdk.java.net/jdk/pull/114