--- old/modules/fxml/src/test/java/javafx/fxml/RT_18218Test.java 2015-09-03 15:05:50.039015700 -0700 +++ new/modules/fxml/src/test/java/javafx/fxml/RT_18218Test.java 2015-09-03 15:05:49.488984200 -0700 @@ -25,7 +25,6 @@ package javafx.fxml; -import com.sun.javafx.fxml.LoadListener; import java.io.IOException; import java.util.Map; import org.junit.Test; @@ -38,7 +37,7 @@ public void testStaticScriptLoad() throws IOException { FXMLLoader fxmlLoader = new FXMLLoader(getClass().getResource("rt_18218.fxml")); fxmlLoader.impl_setStaticLoad(true); - fxmlLoader.impl_setLoadListener(new LoadListener() { + fxmlLoader.setLoadListener(new LoadListener() { private String unknownStaticPropertyElementName = null; @Override