< prev index next >

test/tools/jlink/IntegrationTest.java

Print this page

        

*** 212,222 **** checkReleaseProperty(props, "JAVA_VERSION"); checkReleaseProperty(props, "JAVA_FULL_VERSION"); checkReleaseProperty(props, "OS_NAME"); checkReleaseProperty(props, "OS_ARCH"); ! checkReleaseProperty(props, "OS_VERSION"); if (!Files.exists(output.resolve("toto.txt"))) { throw new AssertionError("Post processing not called"); } --- 212,223 ---- checkReleaseProperty(props, "JAVA_VERSION"); checkReleaseProperty(props, "JAVA_FULL_VERSION"); checkReleaseProperty(props, "OS_NAME"); checkReleaseProperty(props, "OS_ARCH"); ! // OS_VERSION is added from makefile. We're testing API-way to create image here! ! // checkReleaseProperty(props, "OS_VERSION"); if (!Files.exists(output.resolve("toto.txt"))) { throw new AssertionError("Post processing not called"); }
< prev index next >