diff options
| author | Bananeweizen <bananeweizen@gmx.de> | 2014-09-07 09:05:28 +0200 |
|---|---|---|
| committer | Bananeweizen <bananeweizen@gmx.de> | 2014-09-07 09:05:28 +0200 |
| commit | 1897bd0ca45ff190e050541e18a598193e014915 (patch) | |
| tree | a9daff029496523205f6cff31cd47afbd5410b3d /tests/ant.properties | |
| parent | 398ff099252745bcd7031ec1c14b416edfea6599 (diff) | |
| download | cgeo-1897bd0ca45ff190e050541e18a598193e014915.zip cgeo-1897bd0ca45ff190e050541e18a598193e014915.tar.gz cgeo-1897bd0ca45ff190e050541e18a598193e014915.tar.bz2 | |
use new instrumentation test runner
For Espresso UI tests it is required to use a newer Google
instrumentation test runner, but that one doesn't support junit reports.
Therefore let's have our own derived test runner, which supports junit
reports.
This change will break existing Eclipse launch configurations for unit
tests. You have to select the new junit runner in the launch config
afterwards.
Diffstat (limited to 'tests/ant.properties')
| -rw-r--r-- | tests/ant.properties | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ant.properties b/tests/ant.properties index 84cba61..11b92ba 100644 --- a/tests/ant.properties +++ b/tests/ant.properties @@ -18,4 +18,4 @@ tested.project.dir=../main # Use a test runner which can create JUnit compliant XML reports -test.runner=com.zutubi.android.junitreport.JUnitReportTestRunner +test.runner=cgeo.junit.CgeoTestRunner |
