boot/src/test/java/org/apidesign/html/boot/impl/FnTest.java
changeset 309 7025177bd67e
parent 289 5fe8b52d74f9
child 323 86aabecda7a3
     1.1 --- a/boot/src/test/java/org/apidesign/html/boot/impl/FnTest.java	Thu Sep 12 11:31:04 2013 +0200
     1.2 +++ b/boot/src/test/java/org/apidesign/html/boot/impl/FnTest.java	Thu Oct 10 14:02:18 2013 +0200
     1.3 @@ -119,6 +119,6 @@
     1.4      }
     1.5  
     1.6      @BeforeMethod public void initPresenter() {
     1.7 -        FnUtils.currentPresenter(presenter);
     1.8 +        FnContext.currentPresenter(presenter);
     1.9      }
    1.10  }