From aaa52dce31672b7867d6b08125e1a461fe4c68fe Mon Sep 17 00:00:00 2001 From: Sam Bosley Date: Tue, 23 Oct 2012 13:15:48 -0700 Subject: [PATCH] Roll back changes to test configuration --- tests/AndroidManifest.xml | 2 +- tests/ant.properties | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/AndroidManifest.xml b/tests/AndroidManifest.xml index ac0917ab1..02c5d171f 100644 --- a/tests/AndroidManifest.xml +++ b/tests/AndroidManifest.xml @@ -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" --> - diff --git a/tests/ant.properties b/tests/ant.properties index 072861e0d..4720df6db 100644 --- a/tests/ant.properties +++ b/tests/ant.properties @@ -15,7 +15,7 @@ # 'key.alias' for the name of the key to use. # The password will be asked during the build when you use the 'release' target. -test.runner=android.test.InstrumentationTestRunner +test.runner=com.zutubi.android.junitreport.JUnitReportTestRunner tested.project.dir=../astrid reports.dir=reports build.sysclasspath=last