Fix SWTBot test: Use ceiling directory
commit1c73580631c11fb76b8b73ec4e037b303e2a5a67
authorStefan Lay <stefan.lay@sap.com>
Fri, 28 May 2010 07:17:19 +0000 (28 09:17 +0200)
committerMatthias Sohn <matthias.sohn@sap.com>
Fri, 28 May 2010 07:17:19 +0000 (28 09:17 +0200)
treeaaee49e8a4df3c5b9da72e34d77a117b44f7676b
parentcae637132264628a5fea9eee0da9ee9f637d63be
Fix SWTBot test: Use ceiling directory

The SharingWizardTest did not work in the maven build.
The test assumes that no git repository is found above
the test project. When the junit-workspace was located
inside a git repository this condition was not fulfilled.

This is fixed using a MockSystemReader and a
ceiling directory.

Change-Id: I25913a2709512e25c211a31d431514561259bf80
Signed-off-by: Stefan Lay <stefan.lay@sap.com>
Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
org.eclipse.egit.ui.test/META-INF/MANIFEST.MF
org.eclipse.egit.ui.test/src/org/eclipse/egit/ui/wizards/share/SharingWizardTest.java