modules/controls/src/test/java/javafx/scene/control/skin/MenuBarSkinTest.java

Print this page
rev 9250 : 8134762: Refactor Javafx graphics module tests for clear separation of tests
Reviewed-by:

*** 26,36 **** package javafx.scene.control.skin; import static org.junit.Assert.assertEquals; import com.sun.javafx.menu.MenuBase; ! import com.sun.javafx.pgstub.StubToolkit; import com.sun.javafx.tk.Toolkit; import javafx.beans.value.ObservableValue; import javafx.geometry.Insets; import javafx.scene.Group; import javafx.scene.Scene; --- 26,36 ---- package javafx.scene.control.skin; import static org.junit.Assert.assertEquals; import com.sun.javafx.menu.MenuBase; ! import test.com.sun.javafx.pgstub.StubToolkit; import com.sun.javafx.tk.Toolkit; import javafx.beans.value.ObservableValue; import javafx.geometry.Insets; import javafx.scene.Group; import javafx.scene.Scene;