From 80bf52dfe4de77b3e4960e52628c8075b91e2bb1 Mon Sep 17 00:00:00 2001 From: Matthias Sohn Date: Sat, 2 Jan 2016 02:09:16 +0100 Subject: 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 --- org.eclipse.jgit.http.test/pom.xml | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'org.eclipse.jgit.http.test/pom.xml') diff --git a/org.eclipse.jgit.http.test/pom.xml b/org.eclipse.jgit.http.test/pom.xml index dd52a89e6c..0af30f659d 100644 --- a/org.eclipse.jgit.http.test/pom.xml +++ b/org.eclipse.jgit.http.test/pom.xml @@ -134,6 +134,10 @@ maven-surefire-plugin -Djava.io.tmpdir=${project.build.directory} -Xmx300m + + **/*Test.java + **/*Tests.java + -- cgit v1.2.3