commit | ab5596b1e46999eb052c8e02079a6c8e2ad3ced6 | [log] [tgz] |
---|---|---|
author | Nicholas Sauer <nicksauer@google.com> | Mon Nov 10 23:23:15 2014 -0800 |
committer | Unsuk Jung <unsuk@google.com> | Wed Nov 12 20:31:24 2014 +0000 |
tree | 0018f35e44ccf499fd794edc2b43466b3b9fb035 | |
parent | 62563bc49472a41517fe082616bfe14628b9649b [diff] |
Fix Signature test Type .toString returns values that look like: android.widget.TextView.SavedState but current.txt equivalent looks like: android.widget.TextView$SavedState. A simple find/replace makes the .toString compatible with what is found in current.txt. bug:18236689 Change-Id: I8041bb4017cace3968d14fbe21003f73640589dc (cherry picked from commit 279ee6307e43f7ff328e490ae81ecec1704a7ad5)