remove test runner that was needed by Jenkins and Eclipse

Even the project's README says it is no longer needed:
https://github.com/jsankey/android-junit-report
This commit is contained in:
Hans-Christoph Steiner 2018-08-09 14:22:15 +02:00
parent 81b32120e9
commit e75a1a7005

View File

@ -12,12 +12,4 @@
</application>
<uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE"/>
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE"/>
<!--
This declares that this application uses the instrumentation test runner targeting
the package of org.fdroid.fdroid. To run the tests use the command:
"adb shell am instrument -w org.fdroid.fdroid.tests/android.test.InstrumentationTestRunner"
-->
<instrumentation android:name="com.zutubi.android.junitreport.JUnitReportTestRunner"
android:targetPackage="org.fdroid.fdroid"
android:label="Tests for org.fdroid.fdroid" />
</manifest>