From be831ab3e4cb891a66275af43f847881ad141509 Mon Sep 17 00:00:00 2001 From: Robin Rosenberg Date: Sun, 30 May 2010 00:40:07 +0200 Subject: [PATCH] Fix failing SharingWizardTest.shareProjectWithNewlyCreatedRepo This test failed when run from maven because the page where the team provider selection would occur was short circuited by Eclipse, since only one provider exists. We could skip that part and the test would run in maven, but not using the default options from Eclipse, or as this patch does, add another team provider, e.g. CVS to the running test. Bug: 314571 Change-Id: Ia88953e6d4d4160aede97b5f0c76c9cccc08a839 Signed-off-by: Robin Rosenberg --- org.eclipse.egit.ui.test/pom.xml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/org.eclipse.egit.ui.test/pom.xml b/org.eclipse.egit.ui.test/pom.xml index 38f80353..dd6f8f59 100644 --- a/org.eclipse.egit.ui.test/pom.xml +++ b/org.eclipse.egit.ui.test/pom.xml @@ -62,6 +62,11 @@ p2-installable-unit + org.eclipse.cvs.feature.group + [1.1.2,2.0.0) + + + p2-installable-unit org.eclipse.jgit.feature.group [0.8.0,0.9.0) -- 2.11.4.GIT