Does the android built-in test runner have better luck running our tests?

pull/14/head
Tim Su 12 years ago
parent c63fd7bdab
commit 689c59ba79

@ -19,7 +19,7 @@
the package of the parent app. To run the tests use the command:
"adb shell am instrument -w com.xxx.xxx.tests/android.test.InstrumentationTestRunner"
-->
<instrumentation android:name="com.zutubi.android.junitreport.JUnitReportTestRunner"
<instrumentation android:name="android.test.InstrumentationTestRunner"
android:targetPackage="com.timsu.astrid"
android:label="Tests for Astrid"/>
</manifest>

Loading…
Cancel
Save