X-Git-Url: http://git.argeo.org/?a=blobdiff_plain;f=sandbox%2Fargeo.slc.jemmytest%2Fsrc%2Ftest%2Fjava%2Forg%2Fargeo%2Fslc%2Fjemmytest%2FJemmyRemoteTest.java;h=9f63d6c701ae1c5ae66ccf657591a0e053c631ee;hb=48dfb4c0ca4ff4ef14513091211278632432f5f9;hp=b7de73f8b77ef659116fb46f044eb3b2f2ea72e1;hpb=e64b3c7fec3b91f865a0802f60516c59c9938481;p=gpl%2Fargeo-slc.git diff --git a/sandbox/argeo.slc.jemmytest/src/test/java/org/argeo/slc/jemmytest/JemmyRemoteTest.java b/sandbox/argeo.slc.jemmytest/src/test/java/org/argeo/slc/jemmytest/JemmyRemoteTest.java index b7de73f8b..9f63d6c70 100644 --- a/sandbox/argeo.slc.jemmytest/src/test/java/org/argeo/slc/jemmytest/JemmyRemoteTest.java +++ b/sandbox/argeo.slc.jemmytest/src/test/java/org/argeo/slc/jemmytest/JemmyRemoteTest.java @@ -4,17 +4,17 @@ import java.io.Serializable; import java.rmi.registry.LocateRegistry; import java.rmi.registry.Registry; +import junit.framework.TestCase; + import org.argeo.slc.autoui.swingtest.rmi.AutoUiContext; import org.argeo.slc.autoui.swingtest.rmi.AutoUiServer; import org.argeo.slc.autoui.swingtest.rmi.AutoUiTask; -import org.argeo.slc.jemmytest.ui.SwingTestUi; +import org.argeo.slc.testui.SwingTestUi; import org.netbeans.jemmy.ClassReference; import org.netbeans.jemmy.operators.JButtonOperator; import org.netbeans.jemmy.operators.JFrameOperator; import org.netbeans.jemmy.operators.JLabelOperator; -import junit.framework.TestCase; - public class JemmyRemoteTest extends TestCase implements Serializable { static final long serialVersionUID = 1l;