Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Keppler2016-05-04 16:56:09 +0000
committerMichael Keppler2016-05-05 05:19:35 +0000
commitb7944bd73d6fb3f60786d1c25615f9c650af2c1d (patch)
tree9f10f8e8bae040ea81ecaa9ee31283ab1c1667de /org.eclipse.egit.ui.importer.tests
parentb7eb3ebb16528fdde6ad55da23dc0fd63aacf412 (diff)
downloadegit-b7944bd73d6fb3f60786d1c25615f9c650af2c1d.tar.gz
egit-b7944bd73d6fb3f60786d1c25615f9c650af2c1d.tar.xz
egit-b7944bd73d6fb3f60786d1c25615f9c650af2c1d.zip
Fix typo in testcase name
Also rename the test case, to indicate it is testing the SmartImportWizard. There are no functional changes. Change-Id: Ia77a8dff531cf4e7f360de97ecac3518acb6e3fa Signed-off-by: Michael Keppler <michael.keppler@gmx.de>
Diffstat (limited to 'org.eclipse.egit.ui.importer.tests')
-rw-r--r--org.eclipse.egit.ui.importer.tests/src/org/eclipse/egit/ui/importer/tests/SmartImportWizardTest.java (renamed from org.eclipse.egit.ui.importer.tests/src/org/eclipse/egit/ui/importer/tests/EasymportWizardTest.java)2
1 files changed, 1 insertions, 1 deletions
diff --git a/org.eclipse.egit.ui.importer.tests/src/org/eclipse/egit/ui/importer/tests/EasymportWizardTest.java b/org.eclipse.egit.ui.importer.tests/src/org/eclipse/egit/ui/importer/tests/SmartImportWizardTest.java
index 6d69a0615c..f038f51e68 100644
--- a/org.eclipse.egit.ui.importer.tests/src/org/eclipse/egit/ui/importer/tests/EasymportWizardTest.java
+++ b/org.eclipse.egit.ui.importer.tests/src/org/eclipse/egit/ui/importer/tests/SmartImportWizardTest.java
@@ -50,7 +50,7 @@ import org.junit.Test;
import org.junit.runner.RunWith;
@RunWith(SWTBotJunit4ClassRunner.class)
-public class EasymportWizardTest {
+public class SmartImportWizardTest {
protected static final SWTWorkbenchBot bot = new SWTWorkbenchBot();

Back to the top