test/jdk/tools/jpackage/windows/exe/RuntimeTest.java
branchJDK-8200758-branch
changeset 57688 7ea8c623393c
parent 57446 5a5b85f00a63
child 57909 c7de06ed4b54
--- a/test/jdk/tools/jpackage/windows/exe/RuntimeTest.java	Thu Aug 08 17:21:32 2019 -0400
+++ b/test/jdk/tools/jpackage/windows/exe/RuntimeTest.java	Thu Aug 08 17:23:13 2019 -0400
@@ -24,6 +24,16 @@
 import java.lang.invoke.MethodHandles;
 
 /*
+ * Test --runtime-image parameter.
+ * Output of the test should be RuntimeTest-1.0.exe installer.
+ * The installer should install Java Runtime without an application.
+ * Installation directory should not have "app" subfolder and should not have 
+ * an application launcher.
+ * No shortcuts should be created in Windows Menu.
+ * Java runtime should be installed in %ProgramFiles%\RuntimeTest directory.
+ */
+
+/*
  * @test
  * @summary jpackage create installer test
  * @library ../../helpers