On Wed, 9 Feb 2022 12:35:59 GMT, Alexey Semenyuk <[email protected]> wrote:
>> Added ability to override description for additional launchers via
>> "description" property.
>
> test/jdk/tools/jpackage/share/AddLauncherTest.java line 93:
>
>> 91: new AdditionalLauncher("Baz2")
>> 92: .setDefaultArguments()
>> 93: .addRawProperties(Map.entry("description", "Baz2
>> Description"))
>
> How expected description is verified in the test?
I do not think that we have ability to check description on executable files. I
added it for manual verification.
-------------
PR: https://git.openjdk.java.net/jdk/pull/7399