< prev index next >

test/jdk/tools/jpackage/share/JavaOptionsEqualsTest.java

Print this page

        

*** 45,54 **** --- 45,55 ---- private static final String WARNING_2 = "WARNING: Unknown module: other.mod.bar"; private static final String[] CMD = { + "--package-type", "app-image", "--input", "input", "--description", "the two options below should cause two app execution " + "Warnings with two lines output saying: " + "WARNING: Unknown module: <module-name>", "--output", OUTPUT,
< prev index next >