From 0754e713feae259ba98c69afd53afbca2c2f666f Mon Sep 17 00:00:00 2001 From: Tim Su Date: Mon, 15 Oct 2012 16:49:04 -0700 Subject: [PATCH] Specify test runner in ant --- tests/ant.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/ant.properties b/tests/ant.properties index 4720df6db..072861e0d 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=com.zutubi.android.junitreport.JUnitReportTestRunner +test.runner=android.test.InstrumentationTestRunner tested.project.dir=../astrid reports.dir=reports build.sysclasspath=last