summaryrefslogtreecommitdiff
path: root/android/testData/dom
diff options
context:
space:
mode:
authorEugene Kudelevsky <Eugene.Kudelevsky@jetbrains.com>2013-11-20 18:00:53 +0400
committerEugene Kudelevsky <Eugene.Kudelevsky@jetbrains.com>2013-12-04 15:20:24 +0400
commitcc8493b500fd4e05ad9dd5190d7469110c183de9 (patch)
treebe4ec4cd8a45871475d2e90ad0952dfd85695ed6 /android/testData/dom
parent85777804dcba8e562b9c7c558521ae334c50ddfb (diff)
downloadidea-cc8493b500fd4e05ad9dd5190d7469110c183de9.tar.gz
IDEA-116665 correct renaming of application package from test module and updating "targetPackage" reference [rev=a.lobas]
(cherry picked from commit 81f45e1)
Diffstat (limited to 'android/testData/dom')
-rw-r--r--android/testData/dom/manifest/InstrumentationRunner.xml2
-rw-r--r--android/testData/dom/manifest/InstrumentationRunner1.xml7
-rw-r--r--android/testData/dom/manifest/InstrumentationRunner2.xml7
-rw-r--r--android/testData/dom/manifest/InstrumentationRunner2_after.xml7
4 files changed, 22 insertions, 1 deletions
diff --git a/android/testData/dom/manifest/InstrumentationRunner.xml b/android/testData/dom/manifest/InstrumentationRunner.xml
index eaf0ae0b656..5a2747ed2a0 100644
--- a/android/testData/dom/manifest/InstrumentationRunner.xml
+++ b/android/testData/dom/manifest/InstrumentationRunner.xml
@@ -3,5 +3,5 @@
xmlns:android="http://schemas.android.com/apk/res/android">
<application>
</application>
- <instrumentation android:name="android.test.InstrumentationTestRunner" android:targetPackage="com.example"/>
+ <instrumentation android:name="android.test.InstrumentationTestRunner" android:targetPackage="<error>p1.p2</error>"/>
</manifest> \ No newline at end of file
diff --git a/android/testData/dom/manifest/InstrumentationRunner1.xml b/android/testData/dom/manifest/InstrumentationRunner1.xml
new file mode 100644
index 00000000000..8917446581b
--- /dev/null
+++ b/android/testData/dom/manifest/InstrumentationRunner1.xml
@@ -0,0 +1,7 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<manifest android:versionName="1.0" android:versionCode="1" package="com.example.tests"
+ xmlns:android="http://schemas.android.com/apk/res/android">
+ <application>
+ </application>
+ <instrumentation android:name="android.test.InstrumentationTestRunner" android:targetPackage="p1.p2"/>
+</manifest>
diff --git a/android/testData/dom/manifest/InstrumentationRunner2.xml b/android/testData/dom/manifest/InstrumentationRunner2.xml
new file mode 100644
index 00000000000..64c950b4c19
--- /dev/null
+++ b/android/testData/dom/manifest/InstrumentationRunner2.xml
@@ -0,0 +1,7 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<manifest android:versionName="1.0" android:versionCode="1" package="com.example.tests"
+ xmlns:android="http://schemas.android.com/apk/res/android">
+ <application>
+ </application>
+ <instrumentation android:name="android.test.InstrumentationTestRunner" android:targetPackage="p1.p<caret>"/>
+</manifest>
diff --git a/android/testData/dom/manifest/InstrumentationRunner2_after.xml b/android/testData/dom/manifest/InstrumentationRunner2_after.xml
new file mode 100644
index 00000000000..8917446581b
--- /dev/null
+++ b/android/testData/dom/manifest/InstrumentationRunner2_after.xml
@@ -0,0 +1,7 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<manifest android:versionName="1.0" android:versionCode="1" package="com.example.tests"
+ xmlns:android="http://schemas.android.com/apk/res/android">
+ <application>
+ </application>
+ <instrumentation android:name="android.test.InstrumentationTestRunner" android:targetPackage="p1.p2"/>
+</manifest>