< prev index next >

tests/system/src/test/java/test/renderlock/RenderLockCommon.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 renderlock;
+package test.renderlock;
 
 import com.sun.javafx.PlatformUtil;
 import java.util.concurrent.CountDownLatch;
 import java.util.concurrent.TimeUnit;
 import java.util.concurrent.atomic.AtomicReference;

@@ -44,15 +44,15 @@
 import javafx.stage.Stage;
 import javafx.util.Duration;
 import junit.framework.AssertionFailedError;
 import org.junit.AfterClass;
 import org.junit.BeforeClass;
-import util.Util;
+import test.util.Util;
 
 import static org.junit.Assert.*;
 import static org.junit.Assume.*;
-import static util.Util.TIMEOUT;
+import static test.util.Util.TIMEOUT;
 
 /**
  * Common base class for testing snapshot.
  */
 public class RenderLockCommon {
< prev index next >