diff -r fc6250370fd5 -r b8ff900a542d launcher/fx/src/test/java/org/apidesign/bck2brwsr/launcher/fximpl/JsClassLoaderTest.java --- a/launcher/fx/src/test/java/org/apidesign/bck2brwsr/launcher/fximpl/JsClassLoaderTest.java Wed Oct 30 17:25:35 2013 +0100 +++ b/launcher/fx/src/test/java/org/apidesign/bck2brwsr/launcher/fximpl/JsClassLoaderTest.java Mon Jan 06 13:31:04 2014 +0100 @@ -31,8 +31,8 @@ import javax.script.ScriptEngineManager; import javax.script.ScriptException; import org.apidesign.html.boot.spi.Fn; -import org.apidesign.html.boot.impl.FindResources; -import org.apidesign.html.boot.impl.FnUtils; +import org.netbeans.html.boot.impl.FindResources; +import org.netbeans.html.boot.impl.FnUtils; import static org.testng.Assert.*; import org.testng.annotations.BeforeClass; import org.testng.annotations.BeforeMethod; @@ -118,7 +118,7 @@ } @BeforeMethod public void registerPresenter() { - FnUtils.currentPresenter(presenter); + Fn.activate(presenter); } @Test public void noParamMethod() throws Throwable {