Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--org.eclipse.egit.ui.test/src/org/eclipse/egit/ui/test/team/actions/StageUnstageActionTest.java1
1 files changed, 1 insertions, 0 deletions
diff --git a/org.eclipse.egit.ui.test/src/org/eclipse/egit/ui/test/team/actions/StageUnstageActionTest.java b/org.eclipse.egit.ui.test/src/org/eclipse/egit/ui/test/team/actions/StageUnstageActionTest.java
index a56f4493cb..a0551d62d8 100644
--- a/org.eclipse.egit.ui.test/src/org/eclipse/egit/ui/test/team/actions/StageUnstageActionTest.java
+++ b/org.eclipse.egit.ui.test/src/org/eclipse/egit/ui/test/team/actions/StageUnstageActionTest.java
@@ -96,6 +96,7 @@ public class StageUnstageActionTest extends LocalRepositoryTestCase {
"Team", removeFromIndexLabel));
// And again, with only the two shared projects
unshared.delete(true, null);
+ projectExplorerTree = TestUtil.getExplorerTree();
projectExplorerTree.select(projectExplorerTree.getAllItems());
assertFalse("Add To Index should not be present",
ContextMenuHelper.contextMenuItemExists(projectExplorerTree,

Back to the top