Commit 64355e88 authored by Andrey Pavlenko's avatar Andrey Pavlenko

fixing a typo

parent 0ac70e68
...@@ -18,7 +18,7 @@ ...@@ -18,7 +18,7 @@
"adb shell am instrument -w org.opencv.test/android.test.InstrumentationTestRunner" "adb shell am instrument -w org.opencv.test/android.test.InstrumentationTestRunner"
--> -->
<instrumentation android:name="android.test.InstrumentationTestRunner" <instrumentation android:name="android.test.InstrumentationTestRunner"
android:targetPackage="org.opencv" android:targetPackage="org.opencv.test"
android:label="Tests for org.opencv"/> android:label="Tests for org.opencv"/>
<uses-permission android:name="android.permission.CAMERA"/> <uses-permission android:name="android.permission.CAMERA"/>
......
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 to comment