summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-05-19 20:12:38 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-05-19 20:12:38 +0000
commitca462a538a6d4be25a40b97d1c5893d348807624 (patch)
treea3d8b5dd2c5ec420f699a6b906fdaf44350ca98a
parent47fa0b782542727fb9bb924edb968a18f58e1f8d (diff)
parent7ea722a82b6c008fa90a33ea62a261748e0dba84 (diff)
downloaddata-binding-ca462a538a6d4be25a40b97d1c5893d348807624.tar.gz
Snap for 10168658 from 7ea722a82b6c008fa90a33ea62a261748e0dba84 to studio-hedgehog-release
Change-Id: Ib7737cceddb4d2be77b30bd570d386027026e960
-rw-r--r--compilationTests/src/test/java/META-INF/plugin.xml23
-rw-r--r--compilationTests/src/test/java/androidx/databinding/compilationTest/bazel/DataBindingCompilationTestSuite.kt1
2 files changed, 0 insertions, 24 deletions
diff --git a/compilationTests/src/test/java/META-INF/plugin.xml b/compilationTests/src/test/java/META-INF/plugin.xml
deleted file mode 100644
index d52083a8..00000000
--- a/compilationTests/src/test/java/META-INF/plugin.xml
+++ /dev/null
@@ -1,23 +0,0 @@
-<!--
- ~ Copyright (C) 2021 The Android Open Source Project
- ~
- ~ Licensed under the Apache License, Version 2.0 (the "License");
- ~ you may not use this file except in compliance with the License.
- ~ You may obtain a copy of the License at
- ~
- ~ http://www.apache.org/licenses/LICENSE-2.0
- ~
- ~ Unless required by applicable law or agreed to in writing, software
- ~ distributed under the License is distributed on an "AS IS" BASIS,
- ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- ~ See the License for the specific language governing permissions and
- ~ limitations under the License.
- -->
-<idea-plugin xmlns:xi="http://www.w3.org/2001/XInclude">
- <name>Data Binding Compilation Test</name>
- <id>androidx.databinding.compilationTest</id>
- <xi:include href="/META-INF/android-plugin.xml" xpointer="xpointer(/idea-plugin/*)"/>
- <xi:include href="/META-INF/project-system-plugin.xml" xpointer="xpointer(/idea-plugin/*)"/>
- <xi:include href="/META-INF/project-system-gradle-plugin.xml" xpointer="xpointer(/idea-plugin/*)"/>
- <xi:include href="/META-INF/project-system-gradle-upgrade.xml" xpointer="xpointer(/idea-plugin/*)"/>
-</idea-plugin>
diff --git a/compilationTests/src/test/java/androidx/databinding/compilationTest/bazel/DataBindingCompilationTestSuite.kt b/compilationTests/src/test/java/androidx/databinding/compilationTest/bazel/DataBindingCompilationTestSuite.kt
index 31c89350..161f9931 100644
--- a/compilationTests/src/test/java/androidx/databinding/compilationTest/bazel/DataBindingCompilationTestSuite.kt
+++ b/compilationTests/src/test/java/androidx/databinding/compilationTest/bazel/DataBindingCompilationTestSuite.kt
@@ -20,7 +20,6 @@ import com.android.tools.tests.IdeaTestSuiteBase
import org.junit.runner.RunWith
@RunWith(JarTestSuiteRunner::class)
-@JarTestSuiteRunner.ExcludeClasses(DataBindingCompilationTestSuite::class)
class DataBindingCompilationTestSuite: IdeaTestSuiteBase() {
companion object {
init {