Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMathias Kinzler2010-06-25 10:28:53 +0000
committerMatthias Sohn2010-06-25 13:28:15 +0000
commit6e3cfbda3ef7a9cc372d1d2cd57dbac2dfad8071 (patch)
tree7e5baea755b00374e53a62e4e2892135e2bb642a /org.eclipse.egit.ui.test/pom.xml
parentda44fda978c374ac2b16da56181d70320c435c5f (diff)
downloadegit-6e3cfbda3ef7a9cc372d1d2cd57dbac2dfad8071.tar.gz
egit-6e3cfbda3ef7a9cc372d1d2cd57dbac2dfad8071.tar.xz
egit-6e3cfbda3ef7a9cc372d1d2cd57dbac2dfad8071.zip
Git Repositories View: UI tests
This increases the overall test coverage for the EGit UI plug-in from around 20 to around 41 percent. Also explicitly specify the test suite for maven build so that it picks up the right test suite. While writing these tests I found a number of bugs. 11 of 28 tests had to be set to ignore so that the tests are green. Fixes will be submitted separately and tests will be re-activated accordingly. Change-Id: I8c0f5016f07c110a718536b10dd577219711c7e9 Signed-off-by: Mathias Kinzler <mathias.kinzler@sap.com> Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
Diffstat (limited to 'org.eclipse.egit.ui.test/pom.xml')
-rw-r--r--org.eclipse.egit.ui.test/pom.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/org.eclipse.egit.ui.test/pom.xml b/org.eclipse.egit.ui.test/pom.xml
index 5d698cdd2d..b70f2b12c1 100644
--- a/org.eclipse.egit.ui.test/pom.xml
+++ b/org.eclipse.egit.ui.test/pom.xml
@@ -44,6 +44,8 @@
<artifactId>maven-osgi-test-plugin</artifactId>
<version>${tycho-version}</version>
<configuration>
+ <testSuite>org.eclipse.egit.ui.test</testSuite>
+ <testClass>org.eclipse.egit.ui.test.AllTests</testClass>
<useUIHarness>true</useUIHarness>
<useUIThread>false</useUIThread>
<product>org.eclipse.sdk.ide</product>

Back to the top