Fixed Android tests resources and settings

This commit is contained in:
Andrey Kamaev
2011-06-30 14:16:14 +00:00
parent 13bbc9ff71
commit 150c2215bb
8 changed files with 11 additions and 6 deletions
@@ -1,12 +1,12 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="org.opencv_test"
package="org.opencv.test"
android:versionCode="1"
android:versionName="1.0">
<uses-sdk android:minSdkVersion="8" />
<instrumentation android:targetPackage="org.opencv_test" android:name="android.test.InstrumentationTestRunner" />
<instrumentation android:targetPackage="org.opencv.test" android:name="android.test.InstrumentationTestRunner" />
<application android:icon="@drawable/icon" android:label="@string/app_name">
<uses-library android:name="android.test.runner" />
<uses-library android:name="android.test.runner" />
</application>
</manifest>