diff options
author | Markus Tiede | 2013-02-20 15:05:24 +0000 |
---|---|---|
committer | Markus Tiede | 2013-02-20 15:05:24 +0000 |
commit | 75bc3b479762551c2a5f2c1fa2c27047e0649a92 (patch) | |
tree | d74a80f688d521c0dc77ddec3b9f80a94e6a3fbf /org.eclipse.jubula.rc.rcp.e3/src | |
parent | 8e78193b72271fd4990e8bf559bbd91ae1eedcd2 (diff) | |
download | org.eclipse.jubula.core-75bc3b479762551c2a5f2c1fa2c27047e0649a92.tar.gz org.eclipse.jubula.core-75bc3b479762551c2a5f2c1fa2c27047e0649a92.tar.xz org.eclipse.jubula.core-75bc3b479762551c2a5f2c1fa2c27047e0649a92.zip |
Non-sprint task - moved rc utility classes to utility package; renamed base interface for all tester classes - fixed GEF rc implementation code.
Diffstat (limited to 'org.eclipse.jubula.rc.rcp.e3/src')
-rw-r--r-- | org.eclipse.jubula.rc.rcp.e3/src/org/eclipse/jubula/rc/rcp/e3/gef/implclasses/FigureCanvasImplClass.java | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/org.eclipse.jubula.rc.rcp.e3/src/org/eclipse/jubula/rc/rcp/e3/gef/implclasses/FigureCanvasImplClass.java b/org.eclipse.jubula.rc.rcp.e3/src/org/eclipse/jubula/rc/rcp/e3/gef/implclasses/FigureCanvasImplClass.java index 49ac0983f..65e72408f 100644 --- a/org.eclipse.jubula.rc.rcp.e3/src/org/eclipse/jubula/rc/rcp/e3/gef/implclasses/FigureCanvasImplClass.java +++ b/org.eclipse.jubula.rc.rcp.e3/src/org/eclipse/jubula/rc/rcp/e3/gef/implclasses/FigureCanvasImplClass.java @@ -34,8 +34,8 @@ import org.eclipse.jubula.rc.common.driver.ClickOptions; import org.eclipse.jubula.rc.common.driver.IRobot; import org.eclipse.jubula.rc.common.driver.IRunnable; import org.eclipse.jubula.rc.common.exception.StepExecutionException; -import org.eclipse.jubula.rc.common.implclasses.MatchUtil; -import org.eclipse.jubula.rc.common.implclasses.Verifier; +import org.eclipse.jubula.rc.common.util.MatchUtil; +import org.eclipse.jubula.rc.common.util.Verifier; import org.eclipse.jubula.rc.rcp.e3.gef.factory.DefaultEditPartAdapterFactory; import org.eclipse.jubula.rc.rcp.e3.gef.identifier.IEditPartIdentifier; import org.eclipse.jubula.rc.rcp.e3.gef.listener.GefPartListener; |