On Wed, 26 Mar 2025 19:49:46 GMT, Daniel Gredler <dgred...@openjdk.org> wrote:
>> Win32ShellFolderManager2 contains a check as to whether the current Windows >> version is Windows 2000 or later. The current minimum supported version is >> Windows 10, so this is no longer needed. >> >> No test seems to currently exercise this code, and it's not easy to reliably >> test, but I've added a basic test that should surface any fundamental >> issues. The change is very simple, though. > > Daniel Gredler has updated the pull request incrementally with one additional > commit since the last revision: > > Add 'Test' suffix to test class name, remove unused import So testing for this PR looks good. ------------- Marked as reviewed by prr (Reviewer). PR Review: https://git.openjdk.org/jdk/pull/24256#pullrequestreview-2724226901