< prev index next >

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

Print this page

        

@@ -37,11 +37,11 @@
     }
 
     public AdditionalParams getAdditionalParams() {
         return () -> {
             Map<String, Object> hashMap = new HashMap<String, Object>();
-            hashMap.put(ADD_MODS, getApp().getAllModuleNamesSeparatedByPathSeparator());
+            hashMap.put(ADD_MODS, getApp().addAllModules());
             return hashMap;
         };
     }
 
     protected AppWrapper getApp() throws IOException {
< prev index next >