Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorShawn O. Pearce2010-02-10 03:34:04 +0000
committerShawn O. Pearce2010-02-10 03:51:36 +0000
commit3dd067042f60cabe970b0f5bc05d13988c93ddb3 (patch)
tree5cb607575601bdf7ba1b088ad7cdd651d1b7c659 /org.eclipse.jgit.http.test/org.eclipse.jgit.http--All-Tests.launch
parent1ca22467f521853f4c4d93ebba2b744798aaa327 (diff)
downloadjgit-3dd067042f60cabe970b0f5bc05d13988c93ddb3.tar.gz
jgit-3dd067042f60cabe970b0f5bc05d13988c93ddb3.tar.xz
jgit-3dd067042f60cabe970b0f5bc05d13988c93ddb3.zip
http.test: Use JUnit 3 test runner
JGit relies on JUnit 3, not JUnit 4. Change-Id: Ic5a0ae1564d7744c203321857fc603e7008dbf13 Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
Diffstat (limited to 'org.eclipse.jgit.http.test/org.eclipse.jgit.http--All-Tests.launch')
-rw-r--r--org.eclipse.jgit.http.test/org.eclipse.jgit.http--All-Tests.launch2
1 files changed, 1 insertions, 1 deletions
diff --git a/org.eclipse.jgit.http.test/org.eclipse.jgit.http--All-Tests.launch b/org.eclipse.jgit.http.test/org.eclipse.jgit.http--All-Tests.launch
index f22dc4bbe9..819e9827bc 100644
--- a/org.eclipse.jgit.http.test/org.eclipse.jgit.http--All-Tests.launch
+++ b/org.eclipse.jgit.http.test/org.eclipse.jgit.http--All-Tests.launch
@@ -9,7 +9,7 @@
<stringAttribute key="org.eclipse.jdt.junit.CONTAINER" value="=org.eclipse.jgit.http.test"/>
<booleanAttribute key="org.eclipse.jdt.junit.KEEPRUNNING_ATTR" value="false"/>
<stringAttribute key="org.eclipse.jdt.junit.TESTNAME" value=""/>
-<stringAttribute key="org.eclipse.jdt.junit.TEST_KIND" value="org.eclipse.jdt.junit.loader.junit4"/>
+<stringAttribute key="org.eclipse.jdt.junit.TEST_KIND" value="org.eclipse.jdt.junit.loader.junit3"/>
<stringAttribute key="org.eclipse.jdt.launching.MAIN_TYPE" value=""/>
<stringAttribute key="org.eclipse.jdt.launching.PROJECT_ATTR" value="org.eclipse.jgit.http.test"/>
</launchConfiguration>

Back to the top