]> source.dussan.org Git - jgit.git/commit
Ensure all http tests are run and fix broken tests 09/63409/1
authorMatthias Sohn <matthias.sohn@sap.com>
Sat, 2 Jan 2016 01:09:16 +0000 (02:09 +0100)
committerMatthias Sohn <matthias.sohn@sap.com>
Sat, 2 Jan 2016 01:16:13 +0000 (02:16 +0100)
commit80bf52dfe4de77b3e4960e52628c8075b91e2bb1
treea0d7051ac5a3ac10edb0dda30279ff798705ce14
parentf1b79c3c89ca2ddf080c1af35039ca7e604e5b61
Ensure all http tests are run and fix broken tests

HttpClientTests were broken. This wasn't discovered since
maven-surefire-plugin's by default only executes test classes
matching **/*Test.java. Fix this by also including **/*.Tests.java
and fix the failing tests.

Change-Id: I487a30fb333de993a9f8d8fff491d3b0e7fb02cc
Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
org.eclipse.jgit.http.test/pom.xml
org.eclipse.jgit.http.test/tst/org/eclipse/jgit/http/test/HttpClientTests.java