< prev index next >

functional/appBundlerTestsJDK9/appBundlerTestsJDK9/test/com/oracle/appbundlers/tests/functionality/jdk9test/NamedModuleBundledWithMinimumModulesAnd3rdPartyModulesTest.java

Print this page

        

*** 38,48 **** } public AdditionalParams getAdditionalParams() { return () -> { Map<String, Object> hashMap = new HashMap<String, Object>(); ! hashMap.put(ADD_MODS, this.currentParameter.getApp().getAllModuleNamesSeparatedByPathSeparator()); return hashMap; }; } protected AppWrapper getApp() throws IOException { --- 38,48 ---- } public AdditionalParams getAdditionalParams() { return () -> { Map<String, Object> hashMap = new HashMap<String, Object>(); ! hashMap.put(ADD_MODS, this.currentParameter.getApp().addAllModules()); return hashMap; }; } protected AppWrapper getApp() throws IOException {
< prev index next >