RFR: 6616245: NullPointerException when using JFileChooser with a custom FileView [v7]
Tejesh R
tr at openjdk.org
Tue Oct 11 10:15:15 UTC 2022
On Tue, 11 Oct 2022 08:50:48 GMT, Alexey Ivanov <aivanov at openjdk.org> wrote:
>> test/jdk/javax/swing/JFileChooser/FileViewNPETest.java line 39:
>>
>>> 37: * @test
>>> 38: * @bug 6616245
>>> 39: * @key headful
>>
>> Is it required to have a `key` tag for manual test case?
>
>> Is it required to have a `key` tag for manual test case?
>
> A manual test is declared by its `@run` tag:
>
> * @run main/manual FileViewNPETest
>
>
> If `-a` (automatic tests) is passed to jtreg, this test isn't selected for running.
Removed the tag.
-------------
PR: https://git.openjdk.org/jdk/pull/10485
More information about the client-libs-dev
mailing list