On Fri, 21 Oct 2022 22:10:45 GMT, Brent Christian <bchri...@openjdk.org> wrote:
>> Justin Lu has updated the pull request incrementally with one additional >> commit since the last revision: >> >> white space > > test/jdk/javax/sql/resourceBundleTests/ValidateGetBundle.java line 49: > >> 47: // The resource bundle will not be found when the path is >> specified >> 48: testResourceBundleAccess(PATH_TO_BUNDLE, false); >> 49: } > > It seems to me this could be reworked into a `DataProvider` for > `testResourceBundleAccess()`. Agreed, will make the change ------------- PR: https://git.openjdk.org/jdk/pull/10612