From 8a6e23eead9a67062b9a9237963a620eeb3e13d1 Mon Sep 17 00:00:00 2001 From: Ahmet Kerim Senol Date: Fri, 1 Jul 2022 07:18:36 +0000 Subject: 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 --- .../testSrc/com/android/tools/idea/testing/TestProjectPaths.java | 2 ++ 1 file changed, 2 insertions(+) (limited to 'android-test-framework') 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"; } -- cgit v1.2.3