Commit 39babb77 by Oliver Woodman

Magic tests fix...

parent f8824ac3
Showing with 2 additions and 2 deletions
...@@ -16,7 +16,7 @@ ...@@ -16,7 +16,7 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android" <manifest xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools" xmlns:tools="http://schemas.android.com/tools"
package="com.google.android.exoplayer.tests"> package="com.google.android.exoplayer.test">
<uses-sdk android:minSdkVersion="9" android:targetSdkVersion="22"/> <uses-sdk android:minSdkVersion="9" android:targetSdkVersion="22"/>
...@@ -27,7 +27,7 @@ ...@@ -27,7 +27,7 @@
</application> </application>
<instrumentation <instrumentation
android:targetPackage="com.google.android.exoplayer.tests" android:targetPackage="com.google.android.exoplayer.test"
android:name="android.test.InstrumentationTestRunner" android:name="android.test.InstrumentationTestRunner"
tools:replace="android:targetPackage"/> tools:replace="android:targetPackage"/>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment