Convert tests to JUnit 4 style
commit8ed301ca1834de6f8a2e5bcfabfc7793a26b49ee
authorMatthias Sohn <matthias.sohn@sap.com>
Wed, 17 Feb 2010 00:31:50 +0000 (17 01:31 +0100)
committerMatthias Sohn <matthias.sohn@sap.com>
Fri, 19 Feb 2010 14:12:18 +0000 (19 15:12 +0100)
tree030d4f30be84a6344308540d64147fba65d9d5ba
parent8e5dd91534d9ff876d380c1c77e74aa543f30e93
Convert tests to JUnit 4 style

The maven-osgi-test-plugin doesn't find JUnit4 with package dependency to
org.junit;version="[4.3.1,5.0.0)". Hence require bundle org.junit4.
Filed https://issues.sonatype.org/browse/TYCHO-360 for this problem.

Rename T0002_history so that it is detected as test class by
maven-osgi-test-plugin default logic (see [1]).

[1] http://github.com/sonatype/sonatype-tycho/blob/master/tycho-surefire/
    maven-osgi-test-plugin/src/main/java/org/codehaus/tycho/osgitest/TestMojo.java

Change-Id: I5466e7e3b8d018c2484bf700334cc03778c9728a
Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
org.eclipse.egit.core.test/META-INF/MANIFEST.MF
org.eclipse.egit.core.test/src/org/eclipse/egit/core/test/GitTestCase.java
org.eclipse.egit.core.test/src/org/eclipse/egit/core/test/T0003_AdaptableFileTreeIteratorTest.java
org.eclipse.egit.core.test/src/org/eclipse/egit/core/test/internal/mapping/T0002_HistoryTest.java [moved from org.eclipse.egit.core.test/src/org/eclipse/egit/core/test/internal/mapping/T0002_history.java with 96% similarity]
org.eclipse.egit.core.test/src/org/eclipse/egit/core/test/op/T0001_ConnectProviderOperationTest.java