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:
parent
81b32120e9
commit
e75a1a7005
@ -12,12 +12,4 @@
|
|||||||
</application>
|
</application>
|
||||||
<uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE"/>
|
<uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE"/>
|
||||||
<uses-permission android:name="android.permission.WRITE_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>
|
</manifest>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user