summaryrefslogtreecommitdiffstats
path: root/tests/AndroidManifest.xml
diff options
context:
space:
mode:
authorBijan Amirzada <bijana@codeaurora.org>2014-02-26 17:15:46 -0800
committerBijan Amirzada <bijana@codeaurora.org>2014-03-04 14:30:51 -0800
commit9b1e988e881319bc0c4a7642653685781269d866 (patch)
treef4c8761db3fd80b7e37516d1fe006519dbeeb8bf /tests/AndroidManifest.xml
parent69b30beb16df7916c7679ed69d70e3ebcdeb2085 (diff)
downloadandroid_packages_apps_Gello-9b1e988e881319bc0c4a7642653685781269d866.tar.gz
android_packages_apps_Gello-9b1e988e881319bc0c4a7642653685781269d866.tar.bz2
android_packages_apps_Gello-9b1e988e881319bc0c4a7642653685781269d866.zip
Added modified files to consume SWE
Change-Id: I959781dad2a983de6be6ab07f418006a5708c976
Diffstat (limited to 'tests/AndroidManifest.xml')
-rw-r--r--tests/AndroidManifest.xml10
1 files changed, 5 insertions, 5 deletions
diff --git a/tests/AndroidManifest.xml b/tests/AndroidManifest.xml
index cb1ffc77..68144e24 100644
--- a/tests/AndroidManifest.xml
+++ b/tests/AndroidManifest.xml
@@ -16,7 +16,7 @@
<!-- package name must be unique so suffix with "tests" so package loader doesn't ignore us -->
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
- package="com.android.browser.tests">
+ package="com.android.swe.browser.tests">
<!-- We add an application tag here just so that we can indicate that
this package needs to link against the android.test library,
@@ -28,14 +28,14 @@
<!--
This declares that this app uses the instrumentation test runner targeting
the package of com.android.email. To run the tests use the command:
- "adb shell am instrument -w com.android.browser.tests/android.test.InstrumentationTestRunner"
+ "adb shell am instrument -w com.android.swe.browser.tests/android.test.InstrumentationTestRunner"
-->
<instrumentation android:name="android.test.InstrumentationTestRunner"
- android:targetPackage="com.android.browser"
+ android:targetPackage="com.android.swe.browser"
android:label="Tests for Browser."/>
- <instrumentation android:name="com.android.browser.BrowserLaunchPerformance"
- android:targetPackage="com.android.browser"
+ <instrumentation android:name="com.android.swe.browser.BrowserLaunchPerformance"
+ android:targetPackage="com.android.swe.browser"
android:label="Browser Launch Performance">
</instrumentation>