summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorYigit Boyar <yboyar@google.com>2018-04-04 11:35:14 -0700
committerYigit Boyar <yboyar@google.com>2018-04-09 16:52:03 -0700
commite7dfd58c4fe3618902a696c9a96fb1abd911c752 (patch)
treeb1a8930b55163ee1459588a54e1f228ec6ab4aff /.gitignore
parent672535ae748f69c5fffec46f304ffbff54b1937a (diff)
downloaddata-binding-e7dfd58c4fe3618902a696c9a96fb1abd911c752.tar.gz
Integration tests w/ AndroidX
This CL adds integration tests w/ AndroidX and fixes some androidX issues that i've discovered during the move. Old tests are copied to integration-tests-support so that we still run them. I tried to keep the tests as similar as possible but sometimes needed to move classes (e.g. for cases where we have package private access). I've changed the applicationId of TestApp to use a different package so that it wo't conflict w/ the other one while testing on the same device. For other simpler tests, we were not using android.databinding so i just changed their package names not to conflict w/ their twins. I've also removed App With Spaces test which does not work w/ gradle5 anymore and we were not running it anyways. Bug: 77166878 Test: new andoridX tests Change-Id: I86f68fd6bee2ca849c6472c0411234bb3a08b132
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore3
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index e1b8ffd2..eeac46dd 100644
--- a/.gitignore
+++ b/.gitignore
@@ -18,6 +18,9 @@ build/kotlin-build/caches/version.txt
integration-tests/*/build
integration-tests/*/gradlew
integration-tests/*/gradle
+integration-tests-support/*/gradle
+integration-tests-support/*/build
+integration-tests-support/*/gradlew
extensions/gradle
extensions/gradlew
extensions-support/gradle