commit | aa32c30b81134fc7ebd9408f4757d1dc4410f338 | [log] [tgz] |
---|---|---|
author | Jeff Brown <jeffbrown@google.com> | Fri Oct 07 13:15:59 2011 -0700 |
committer | Jeff Brown <jeffbrown@google.com> | Fri Oct 07 13:17:18 2011 -0700 |
tree | 4b3df25c2505cc99265fe7d2277876d09be7f438 | |
parent | 3bc6bbc92cd2095f42039b5aadd0a14d0e5d9230 [diff] |
Restore broken CursorWindow.getType behavior. Bug: 5430009 Some CTS tests try to call getType on fields in empty cursor windows or with out of bound column indices (-1). Restoring the previous behavior of returning FIELD_TYPE_NULL instead of throwing. Fix this later. Change-Id: I782bd02012474e7dabc5bb7ea2dc45e8b0c7ef25