summaryrefslogtreecommitdiff
path: root/android-test-framework
diff options
context:
space:
mode:
authorAhmet Kerim Senol <akerim@google.com>2022-07-01 07:18:36 +0000
committerTreeHugger Robot <treehugger-gerrit@google.com>2022-07-01 11:49:39 +0000
commit8a6e23eead9a67062b9a9237963a620eeb3e13d1 (patch)
tree9f0aeca226c04ff22ae0c4094458c5076d47ac2d /android-test-framework
parent0d9e8348c6216396701defb833ff6f883336284b (diff)
downloadidea-8a6e23eead9a67062b9a9237963a620eeb3e13d1.tar.gz
Add a test project with a single manifest merging error.
This is used in ManifestPanelContentTest to assert the current behaviour of the manifest panel to prepare it for more substantial changes. Here is a screenshot for the current output for the erroneous project: https://screenshot.googleplex.com/6uU6ai7GkrxbfAK Bug: 230452643 Test: Added testProject_withErrors_simpleApplicationMissingExport to ManifestPanelContentTest Change-Id: Ie88770c9aa324d84c81bb393b8f9ba84aed31efc Change-Id: Ie7accab023c3cf7706823223b84978cb5a04ff90
Diffstat (limited to 'android-test-framework')
-rw-r--r--android-test-framework/testSrc/com/android/tools/idea/testing/TestProjectPaths.java2
1 files changed, 2 insertions, 0 deletions
diff --git a/android-test-framework/testSrc/com/android/tools/idea/testing/TestProjectPaths.java b/android-test-framework/testSrc/com/android/tools/idea/testing/TestProjectPaths.java
index 6d2940a5918..ab86e816bbe 100644
--- a/android-test-framework/testSrc/com/android/tools/idea/testing/TestProjectPaths.java
+++ b/android-test-framework/testSrc/com/android/tools/idea/testing/TestProjectPaths.java
@@ -118,4 +118,6 @@ public final class TestProjectPaths {
public static final String UNUSED_RESOURCES_GROOVY = "projects/unusedResources";
public static final String UNUSED_RESOURCES_KTS = "projects/unusedResourcesKotlin";
public static final String UNUSED_RESOURCES_MULTI_MODULE = "projects/unusedResourcesMultiModule";
+
+ public static final String WITH_ERRORS_SIMPLE_APPLICATION_MISSING_EXPORT = "projects/withErrors/simpleApplicationMissingExport";
}