diff -r 8d0fc428ff72 -r d058edd87424 launcher/http/src/test/java/org/apidesign/bck2brwsr/launcher/CompileCPTest.java --- a/launcher/http/src/test/java/org/apidesign/bck2brwsr/launcher/CompileCPTest.java Sat Apr 26 19:13:56 2014 +0200 +++ b/launcher/http/src/test/java/org/apidesign/bck2brwsr/launcher/CompileCPTest.java Tue Apr 29 14:28:52 2014 +0200 @@ -35,7 +35,7 @@ assertNotNull(u, "URL found"); assertEquals(u.getProtocol(), "file", "It comes from a disk"); - String resources = CompileCP.compileFromClassPath(u); + String resources = CompileCP.compileFromClassPath(u, null); assertNotNull(resources, "something compiled"); } }