On Mon, 22 Jun 2026 21:11:43 GMT, Alexander Matveev <[email protected]>
wrote:
>> Alexey Semenyuk has updated the pull request incrementally with one
>> additional commit since the last revision:
>>
>> Add test_createSimple_rtf_file test case
>
> test/jdk/tools/jpackage/junit/windows/jdk.jpackage/jdk/jpackage/internal/RtfConverterTest.java
> line 55:
>
>> 53: "Hello Duke!",
>> 54: })
>> 55: void test_createSimple_text_file(String text, @TempDir Path workDir)
>> throws IOException {
>
> Do we need test case when input is RTF file? This test covers such case, but
> it relies on output of converter, not sure if it is best aproach.
Added such a test case
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/31616#discussion_r3455698484