Fix failing SharingWizardTest.shareProjectWithNewlyCreatedRepo
commitbe831ab3e4cb891a66275af43f847881ad141509
authorRobin Rosenberg <robin.rosenberg@dewire.com>
Sat, 29 May 2010 22:40:07 +0000 (30 00:40 +0200)
committerRobin Rosenberg <robin.rosenberg@dewire.com>
Sat, 29 May 2010 22:40:07 +0000 (30 00:40 +0200)
tree1a2191bb399866ea8370f298c95f956c6dc84544
parent17a39091e77b09d99f8cdfccb6e03dee613db177
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 <robin.rosenberg@dewire.com>
org.eclipse.egit.ui.test/pom.xml