On Mon, 22 Jun 2026 17:40:37 GMT, Alexey Semenyuk <[email protected]> wrote:
> Fix `RftConverter.createSimple()`. Add unit tests > > > > > --------- > - [x] I confirm that I make this contribution in accordance with the [OpenJDK > Interim AI Policy](https://openjdk.org/legal/ai). 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. ------------- PR Review Comment: https://git.openjdk.org/jdk/pull/31616#discussion_r3455471075
