< prev index next >

tests/system/src/test/java/test/robot/com/sun/glass/ui/monocle/input/devices/NTrigDevice.java

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

@@ -21,13 +21,13 @@
  * 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 com.sun.glass.ui.monocle.input.devices;
+package test.robot.com.sun.glass.ui.monocle.input.devices;
 
-import com.sun.glass.ui.monocle.UInput;
+import test.robot.com.sun.glass.ui.monocle.UInput;
 
 import java.util.Random;
 
 public class NTrigDevice extends TestTouchDevice {
     // this device has a tendency to send garbage for ABS_X and ABS_Y
< prev index next >