summaryrefslogtreecommitdiffstats
path: root/tests/AndroidManifest.xml
diff options
context:
space:
mode:
authorolly <olly@google.com>2010-12-23 16:27:05 +0000
committerolly <olly@google.com>2011-01-04 11:59:46 +0000
commit6eeee34a2cf4fb477cb789c7a232d09fc6565023 (patch)
treefe4277c5571b9207a4ba8008624cfd60014b739d /tests/AndroidManifest.xml
parentf2053e4ed8a19c4bf331320028ac8bdb997e1e89 (diff)
downloadandroid_packages_providers_DownloadProvider-6eeee34a2cf4fb477cb789c7a232d09fc6565023.tar.gz
android_packages_providers_DownloadProvider-6eeee34a2cf4fb477cb789c7a232d09fc6565023.tar.bz2
android_packages_providers_DownloadProvider-6eeee34a2cf4fb477cb789c7a232d09fc6565023.zip
Adding HelpersTest.java for testing the download provider's helpers class. Note - only a small fraction of input cases are currently tested.
Change-Id: I830fff43cc283367a3534b7a3ffcc2a6d296e7c3
Diffstat (limited to 'tests/AndroidManifest.xml')
-rw-r--r--tests/AndroidManifest.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/AndroidManifest.xml b/tests/AndroidManifest.xml
index 4d971db1..d520123f 100644
--- a/tests/AndroidManifest.xml
+++ b/tests/AndroidManifest.xml
@@ -25,7 +25,7 @@
<!--
The test declared in this instrumentation can be run via this command
- "adb shell am instrument -w com.android.providers.downloads/android.test.InstrumentationTestRunner"
+ "adb shell am instrument -w com.android.providers.downloads.tests/android.test.InstrumentationTestRunner"
-->
<instrumentation android:name="android.test.InstrumentationTestRunner"
android:targetPackage="com.android.providers.downloads"