summaryrefslogtreecommitdiff
path: root/integration-tests/TestApp/app
diff options
context:
space:
mode:
authorYigit Boyar <yboyar@google.com>2015-05-21 15:49:58 -0700
committerYigit Boyar <yboyar@google.com>2015-05-22 11:11:42 -0700
commitb1356339eaa6c8e967e4fc1dc283b82909a1208d (patch)
tree0644d70a89f74d261294ce91fd2d83d9aa02d2fa /integration-tests/TestApp/app
parent79ae2e5b4612d3af10bcadb235c86b564b5f97c1 (diff)
downloaddata-binding-b1356339eaa6c8e967e4fc1dc283b82909a1208d.tar.gz
Merge projects for an easier release
This CL merges annotation processor, xml grammer and grammer builder into compiler project. It also adds logic to pass gradle's --debug parameter to the annotation processor so that we can grab logs when necessary. Bug: 21327802 Change-Id: I1d07002519a6b95de3cdc0891bd00f461f73e8ea
Diffstat (limited to 'integration-tests/TestApp/app')
-rw-r--r--integration-tests/TestApp/app/src/androidTest/java/android/databinding/testapp/InnerCannotReadDependencyTest.java2
1 files changed, 0 insertions, 2 deletions
diff --git a/integration-tests/TestApp/app/src/androidTest/java/android/databinding/testapp/InnerCannotReadDependencyTest.java b/integration-tests/TestApp/app/src/androidTest/java/android/databinding/testapp/InnerCannotReadDependencyTest.java
index 1188b8eb..099bf727 100644
--- a/integration-tests/TestApp/app/src/androidTest/java/android/databinding/testapp/InnerCannotReadDependencyTest.java
+++ b/integration-tests/TestApp/app/src/androidTest/java/android/databinding/testapp/InnerCannotReadDependencyTest.java
@@ -20,8 +20,6 @@ import android.databinding.testapp.vo.BasicObject;
import android.os.Debug;
import android.test.UiThreadTest;
-import org.junit.Test;
-
public class InnerCannotReadDependencyTest extends
BaseDataBinderTest<InnerCannotReadDependencyBinding> {