< prev index next >

tests/system/src/test/java/test/robot/scenegraph/JDK8130122Test.java

Print this page
rev 9491 : 8145203: Refactor systemTests for clear separation of tests
Reviewed-by: kcr

*** 21,31 **** * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA * or visit www.oracle.com if you need additional information or have any * questions. */ ! package scenegraph; import javafx.collections.FXCollections; import javafx.collections.ObservableList; import javafx.geometry.Orientation; import javafx.scene.Group; --- 21,31 ---- * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA * or visit www.oracle.com if you need additional information or have any * questions. */ ! package test.robot.scenegraph; import javafx.collections.FXCollections; import javafx.collections.ObservableList; import javafx.geometry.Orientation; import javafx.scene.Group;
*** 36,46 **** import javafx.scene.layout.Priority; import javafx.scene.paint.Color; import javafx.scene.shape.Rectangle; import javafx.stage.Stage; import org.junit.Test; ! import testharness.VisualTestBase; /** * Test bounds update of invisible node in the scene graph. */ public class JDK8130122Test extends VisualTestBase { --- 36,46 ---- import javafx.scene.layout.Priority; import javafx.scene.paint.Color; import javafx.scene.shape.Rectangle; import javafx.stage.Stage; import org.junit.Test; ! import test.robot.testharness.VisualTestBase; /** * Test bounds update of invisible node in the scene graph. */ public class JDK8130122Test extends VisualTestBase {
< prev index next >