aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid T.H. Kao <dthkao@gmail.com>2018-07-21 15:21:59 -0700
committerGitHub <noreply@github.com>2018-07-21 15:21:59 -0700
commite2f6e34405293c638db69de357735d5749c04276 (patch)
tree85db3f41bd5cdf1685da23ed8fc8812cf2e21358
parent97eedb039139d828e2066b42dc66437f17429b30 (diff)
downloadmobly-snippet-lib-e2f6e34405293c638db69de357735d5749c04276.tar.gz
adds a missing manifest for the instrumentation test in example2 (#97)
* adds a missing manifest for the instrumentation test in example2 * fix spelling and add another missing tidbit
-rw-r--r--examples/ex2_espresso/src/androidTest/AndroidManifest.xml11
-rw-r--r--examples/ex2_espresso/src/snippet/AndroidManifest.xml3
2 files changed, 13 insertions, 1 deletions
diff --git a/examples/ex2_espresso/src/androidTest/AndroidManifest.xml b/examples/ex2_espresso/src/androidTest/AndroidManifest.xml
new file mode 100644
index 0000000..eaedb4d
--- /dev/null
+++ b/examples/ex2_espresso/src/androidTest/AndroidManifest.xml
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="utf-8"?>
+<manifest xmlns:android="http://schemas.android.com/apk/res/android"
+ package="com.google.android.mobly.snippet.example2.test">
+ <application>
+ <uses-library android:name="android.test.runner" />
+ </application>
+
+ <instrumentation
+ android:name="android.support.test.runner.AndroidJUnitRunner"
+ android:targetPackage="com.google.android.mobly.snippet.example2" />
+</manifest>
diff --git a/examples/ex2_espresso/src/snippet/AndroidManifest.xml b/examples/ex2_espresso/src/snippet/AndroidManifest.xml
index 85797ce..95ee221 100644
--- a/examples/ex2_espresso/src/snippet/AndroidManifest.xml
+++ b/examples/ex2_espresso/src/snippet/AndroidManifest.xml
@@ -1,5 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
-<manifest xmlns:android="http://schemas.android.com/apk/res/android">
+<manifest xmlns:android="http://schemas.android.com/apk/res/android"
+ package="com.google.android.mobly.snippet.example2.snippet">
<application>
<meta-data