summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorJack Yu <jackyu@google.com>2016-10-11 15:31:07 -0700
committerJack Yu <jackyu@google.com>2016-10-11 15:31:07 -0700
commit091f8cbd8f4b451c58513918927d0d90bd6c8583 (patch)
tree89017ca84931d0a6c33452732ca8f1af0d0b70a0 /tests
parent16cb3c7bdd773c237bb42e841c8766f16a7a4972 (diff)
downloadandroid_packages_apps_CellBroadcastReceiver-091f8cbd8f4b451c58513918927d0d90bd6c8583.tar.gz
android_packages_apps_CellBroadcastReceiver-091f8cbd8f4b451c58513918927d0d90bd6c8583.tar.bz2
android_packages_apps_CellBroadcastReceiver-091f8cbd8f4b451c58513918927d0d90bd6c8583.zip
Fixed the unit test package name.
bug: 30367782 Change-Id: I69f5a07831ed0c703bcf28f7f1001be99885a4e4
Diffstat (limited to 'tests')
-rw-r--r--tests/unit/AndroidManifest.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/unit/AndroidManifest.xml b/tests/unit/AndroidManifest.xml
index 0fe47f79..48b9665f 100644
--- a/tests/unit/AndroidManifest.xml
+++ b/tests/unit/AndroidManifest.xml
@@ -15,7 +15,7 @@
-->
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
- package="com.android.settings.tests.unit">
+ package="com.android.cellbroadcastreceiver.tests.unit">
<application>
<uses-library android:name="android.test.runner" />