< prev index next >

jdk/test/tools/jlink/CustomPluginTest.java

Print this page

        

*** 152,162 **** .output(helper.createNewImageDir(moduleName)) .addMods(moduleName) .option("--rogue-filter") .option("/foo/") .call() ! .assertFailure("java.lang.module.ResolutionException"); } { // package exported by one module used as concealed package // in another module. But, module-info.class is not updated! --- 152,162 ---- .output(helper.createNewImageDir(moduleName)) .addMods(moduleName) .option("--rogue-filter") .option("/foo/") .call() ! .assertFailure("foo not found"); } { // package exported by one module used as concealed package // in another module. But, module-info.class is not updated!
< prev index next >