summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorYves Fischer <yvesf-git@xapek.org>2014-08-17 00:32:47 +0200
committerYves Fischer <yvesf-git@xapek.org>2014-08-17 00:32:47 +0200
commitfc07e620e834dfa3495323e29ae10e21c3621804 (patch)
treeaeed1e644019edcec88ebb65ddf69323abc12860 /tests
parent5d8801d4687035ae45143f0f3bc3eeaf75dc17ec (diff)
downloadandiodine-fc07e620e834dfa3495323e29ae10e21c3621804.tar.gz
andiodine-fc07e620e834dfa3495323e29ae10e21c3621804.zip
Detect issue #4 and display specific error message
Diffstat (limited to 'tests')
-rw-r--r--tests/AndroidManifest.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/AndroidManifest.xml b/tests/AndroidManifest.xml
index e9e5343..75082fb 100644
--- a/tests/AndroidManifest.xml
+++ b/tests/AndroidManifest.xml
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- 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.example.HelloJni.tests"
+ package="org.xapek.andiodine.tests"
android:versionCode="1"
android:versionName="1.0" >
@@ -24,7 +24,7 @@
-->
<instrumentation
android:name="android.test.InstrumentationTestRunner"
- android:label="Tests for HelloJni"
- android:targetPackage="com.example.HelloJni" />
+ android:label="Tests for Andiodine"
+ android:targetPackage="org.xapek.andiodine" />
</manifest> \ No newline at end of file