< prev index next >

modules/fxpackager/src/test/java/com/oracle/tools/packager/mac/MacDaemonBundlerTest.java

Print this page
rev 9619 : imported patch 9-jake-fxpackager.patch

*** 46,56 **** import org.junit.Assume; import org.junit.Before; import org.junit.BeforeClass; import org.junit.Test; - import static com.oracle.tools.packager.mac.MacAppBundler.MAC_RUNTIME; import static org.junit.Assert.assertNotNull; import static org.junit.Assert.assertTrue; public class MacDaemonBundlerTest { --- 46,55 ----
*** 136,146 **** bundleParams.put(IDENTIFIER.getID(), "smoke.app"); bundleParams.put(VERBOSE.getID(), true); bundleParams.put(SYSTEM_WIDE.getID(), true); if (runtimeJdk != null) { ! bundleParams.put(MAC_RUNTIME.getID(), runtimeJdk); } boolean valid = bundler.validate(bundleParams); assertTrue(valid); --- 135,145 ---- bundleParams.put(IDENTIFIER.getID(), "smoke.app"); bundleParams.put(VERBOSE.getID(), true); bundleParams.put(SYSTEM_WIDE.getID(), true); if (runtimeJdk != null) { ! //FIXME bundleParams.put(MAC_RUNTIME.getID(), runtimeJdk); } boolean valid = bundler.validate(bundleParams); assertTrue(valid);
< prev index next >