On Thu, 19 Nov 2020 13:50:30 GMT, Conor Cleary <ccle...@openjdk.org> wrote:

> In TestNG 7, it is a requirement that TestNG is able to create a Test object 
> using a default constructor. 
> 
> This simple fix addresses two such classes so that this requirement is 
> satisfied by inserting default construtors. Example: `public GetPackages() { 
> ... }`
> 
> test/jdk/java/lang/Package/GetPackages.java
> test/jdk/java/lang/StackWalker/Basic.java

Hi Conor,

Were you able to verify that the two tests passed properly (and non trivially) 
with both the current version of TestNG as well as the new version?

best regards,

-- daniel

-------------

PR: https://git.openjdk.java.net/jdk/pull/1317

Reply via email to