< prev index next >

tests/system/src/test/java/test/sandbox/SandboxAppTest.java

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

@@ -21,20 +21,20 @@
  * 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 sandbox;
+package test.sandbox;
 
 import com.sun.javafx.PlatformUtil;
 import java.io.File;
 import junit.framework.AssertionFailedError;
 import org.junit.Test;
 
 import static org.junit.Assert.*;
 import static org.junit.Assume.*;
-import static sandbox.Constants.*;
+import static test.sandbox.Constants.*;
 
 /**
  * Unit test for running JavaFX apps in a sandbox with a restrictive
  * security manager.
  */
< prev index next >