History log of /frameworks/data-binding/integration-tests/TestApp/app/src/androidTest/java/android/databinding/DataBindingMapperTest.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
d3dc1b70aa71e8343dbf5e05a2feeb72bb29b6ec 08-Oct-2015 Yigit Boyar <yboyar@google.com> Fix tag check in data binding mapper

This CL fixes a bug in data binding mapper where if the View's tag does
not match one of the expected tags, it would fall through to the ext
case statemet which would result in a meaningless error.

This CL detects the case and throws an exception. This case should not
happen since it is not a supported case but happened here due to another
bug

Bug: 24745000
Change-Id: Ic5c6d4ce2da6ad043fb6fe56cd0847c98ea2472d
/frameworks/data-binding/integration-tests/TestApp/app/src/androidTest/java/android/databinding/DataBindingMapperTest.java