launcher/fx/src/test/java/org/apidesign/bck2brwsr/launcher/fximpl/JsClassLoaderTest.java
branchNbHtml4J
changeset 1418 b8ff900a542d
parent 1393 fc6250370fd5
child 1676 87f66a77adf9
     1.1 --- a/launcher/fx/src/test/java/org/apidesign/bck2brwsr/launcher/fximpl/JsClassLoaderTest.java	Wed Oct 30 17:25:35 2013 +0100
     1.2 +++ b/launcher/fx/src/test/java/org/apidesign/bck2brwsr/launcher/fximpl/JsClassLoaderTest.java	Mon Jan 06 13:31:04 2014 +0100
     1.3 @@ -31,8 +31,8 @@
     1.4  import javax.script.ScriptEngineManager;
     1.5  import javax.script.ScriptException;
     1.6  import org.apidesign.html.boot.spi.Fn;
     1.7 -import org.apidesign.html.boot.impl.FindResources;
     1.8 -import org.apidesign.html.boot.impl.FnUtils;
     1.9 +import org.netbeans.html.boot.impl.FindResources;
    1.10 +import org.netbeans.html.boot.impl.FnUtils;
    1.11  import static org.testng.Assert.*;
    1.12  import org.testng.annotations.BeforeClass;
    1.13  import org.testng.annotations.BeforeMethod;
    1.14 @@ -118,7 +118,7 @@
    1.15      }
    1.16      
    1.17      @BeforeMethod public void registerPresenter() {
    1.18 -        FnUtils.currentPresenter(presenter);
    1.19 +        Fn.activate(presenter);
    1.20      }
    1.21      
    1.22      @Test public void noParamMethod() throws Throwable {