From f5eb0d93660786213b98dadde7d93c5605454495 Mon Sep 17 00:00:00 2001 From: "Shawn O. Pearce" Date: Tue, 12 Jan 2010 12:30:42 -0800 Subject: Add JUnit tests for HTTP transport No Eclipse support for this project is provided, because the Jetty project does not publish a complete P2 repository. Change-Id: Ic5fe2e79bb216e36920fd4a70ec15dd6ccfd1468 Signed-off-by: Shawn O. Pearce --- org.eclipse.jgit.http.test/pom.xml | 108 +++++++++++++++++++++++++++++++++++++ 1 file changed, 108 insertions(+) create mode 100644 org.eclipse.jgit.http.test/pom.xml (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 new file mode 100644 index 0000000000..fe9363a3ed --- /dev/null +++ b/org.eclipse.jgit.http.test/pom.xml @@ -0,0 +1,108 @@ + + + + + 4.0.0 + + + org.eclipse.jgit + org.eclipse.jgit-parent + 0.6.0-SNAPSHOT + + + org.eclipse.jgit.http.test + JGit - HTTP Tests + + + Tests for the HTTP transport. + + + + + junit + junit + test + + + + org.eclipse.jgit + org.eclipse.jgit + ${project.version} + test + + + + org.eclipse.jgit + org.eclipse.jgit.junit + ${project.version} + test + + + + org.eclipse.jgit + org.eclipse.jgit.http.server + ${project.version} + test + + + + org.eclipse.jetty + jetty-servlet + test + + + + + tst/ + + + + tst-rsrc/ + + + + -- cgit v1.2.3