Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMilos Kleint2011-01-24 13:56:56 +0000
committerMilos Kleint2011-01-24 13:56:56 +0000
commit21b40e1fe16a47ffc4b83eba46b78469137f6e14 (patch)
tree345c0833d1ce42e167d6b4fcac18ac23afdc0fd3 /org.eclipse.m2e.integration.tests.common/src
parent089952d5c299f5431fba015347ac9e8469a03075 (diff)
downloadm2e-core-21b40e1fe16a47ffc4b83eba46b78469137f6e14.tar.gz
m2e-core-21b40e1fe16a47ffc4b83eba46b78469137f6e14.tar.xz
m2e-core-21b40e1fe16a47ffc4b83eba46b78469137f6e14.zip
doesn't feel like real work
Diffstat (limited to 'org.eclipse.m2e.integration.tests.common/src')
-rw-r--r--org.eclipse.m2e.integration.tests.common/src/org/eclipse/m2e/integration/tests/common/UIIntegrationTestCase.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/org.eclipse.m2e.integration.tests.common/src/org/eclipse/m2e/integration/tests/common/UIIntegrationTestCase.java b/org.eclipse.m2e.integration.tests.common/src/org/eclipse/m2e/integration/tests/common/UIIntegrationTestCase.java
index ab1f042c..2a67969c 100644
--- a/org.eclipse.m2e.integration.tests.common/src/org/eclipse/m2e/integration/tests/common/UIIntegrationTestCase.java
+++ b/org.eclipse.m2e.integration.tests.common/src/org/eclipse/m2e/integration/tests/common/UIIntegrationTestCase.java
@@ -1259,7 +1259,7 @@ public abstract class UIIntegrationTestCase {
SWTBotTree tree = selectProject(projectName);
findItem(tree.expandNode(projectName).expandNode("Maven Dependencies"), StringStartsWith.startsWith(jarName))
.select();
- ContextMenuHelper.clickContextMenu(tree, "Maven", "Exclude Maven artifact...");
+ ContextMenuHelper.clickContextMenu(tree, "Maven", "Exclude Maven Artifact...");
SWTBotShell shell = bot.shell("Exclude Maven Artifact");
try {
shell.activate();

Back to the top