Add a SWTBot test case for the sharing wizard
commit3efda97cee7e59041be6d1ef72dd0109b77698db
authorStefan Lay <stefan.lay@sap.com>
Tue, 18 May 2010 08:42:39 +0000 (18 10:42 +0200)
committerStefan Lay <stefan.lay@sap.com>
Tue, 18 May 2010 08:42:39 +0000 (18 10:42 +0200)
treee685f6702978a4c43d85541199f047ab4d133131
parent856f4028793ccdacd09b4130ab944eb6741aa93d
Add a SWTBot test case for the sharing wizard

Add a UI test for the simplest scenario: create a
repository and share a project from the wizard.

Change-Id: I7827ed6f5987a8d4a97ff0ca414ee56b92e1c5b4
Signed-off-by: Stefan Lay <stefan.lay@sap.com>
org.eclipse.egit.ui.test/META-INF/MANIFEST.MF
org.eclipse.egit.ui.test/src/org/eclipse/egit/ui/test/AllTests.java
org.eclipse.egit.ui.test/src/org/eclipse/egit/ui/test/ContextMenuHelper.java [new file with mode: 0644]
org.eclipse.egit.ui.test/src/org/eclipse/egit/ui/wizards/share/ExistingOrNewPage.java [new file with mode: 0644]
org.eclipse.egit.ui.test/src/org/eclipse/egit/ui/wizards/share/SharingWizard.java [new file with mode: 0644]
org.eclipse.egit.ui.test/src/org/eclipse/egit/ui/wizards/share/SharingWizardTest.java [new file with mode: 0644]