--- old/modules/graphics/src/test/java/javafx/scene/shape/SVGPathTest.java 2014-01-23 16:00:42.000000000 +0200 +++ new/modules/graphics/src/test/java/javafx/scene/shape/SVGPathTest.java 2014-01-23 16:00:42.000000000 +0200 @@ -25,6 +25,7 @@ package javafx.scene.shape; +import com.sun.javafx.FXUnit; import com.sun.javafx.geom.Path2D; import com.sun.javafx.pgstub.SVGPathImpl; import com.sun.javafx.sg.prism.NGNode; @@ -32,11 +33,15 @@ import javafx.beans.property.SimpleStringProperty; import javafx.beans.property.StringProperty; import javafx.scene.NodeTest; +import org.junit.Rule; import org.junit.Test; import static org.junit.Assert.*; public class SVGPathTest { + + @Rule + public FXUnit fx = new FXUnit(); @Test public void testBoundPropertySync_Content() throws Exception { StubSVGPath svgPath = new StubSVGPath();