< prev index next >

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

Print this page

        

@@ -21,11 +21,11 @@
 
     public AdditionalParams getAdditionalParams() {
         return () -> {
             Map<String, Object> hashMap = new HashMap<String, Object>();
             hashMap.put(ADD_MODS, AddModuleTest.this.getParameters().getApp()
-                    .getAllModuleNamesSeparatedByPathSeparator());
+                    .addAllModules());
             return hashMap;
         };
     }
 
     public VerifiedOptions getVerifiedOptions() {
< prev index next >