< prev index next >

tests/system/src/test/java/test/robot/helloworld/CustomSecurityManagerTest.java

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

@@ -21,11 +21,11 @@
  * 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 helloworld;
+package test.robot.helloworld;
 
 import com.sun.glass.ui.Application;
 import com.sun.glass.ui.Robot;
 import com.sun.javafx.PlatformUtil;
 import java.security.AllPermission;

@@ -38,14 +38,14 @@
 import javafx.stage.Screen;
 import javafx.stage.Stage;
 import javafx.stage.StageStyle;
 import org.junit.After;
 import org.junit.Test;
-import testharness.VisualTestBase;
 
 import static org.junit.Assert.*;
 import static org.junit.Assume.*;
+import test.robot.testharness.VisualTestBase;
 
 /**
  * Basic visual tests using glass Robot to sample pixels.
  */
 public class CustomSecurityManagerTest extends VisualTestBase {
< prev index next >