commit | fd7b4f1d12779a0363e98a37e7f5a7ccacba5ee8 | [log] [tgz] |
---|---|---|
author | Wei Huang <weih@google.com> | Thu Oct 22 18:03:48 2009 -0700 |
committer | Wei Huang <weih@google.com> | Fri Oct 23 01:17:17 2009 -0700 |
tree | d77fb4109eea7683ddf0429285bab657e25995e6 | |
parent | 7fad4ee736b8a64c1acac7a9b40384f68562b664 [diff] |
bug #2180646: make comparing "404-04" and "40404" return true in PhoneNumberUtils.compare(). - when comparing two numbers whose dialable char length is less than the MIN_MATCH (7), treat them as equal if the dialable portion of the numbers match. - update unit test.