diff options
author | Daisuke Miyakawa <dmiyakawa@google.com> | 2009-07-20 23:34:06 -0700 |
---|---|---|
committer | Android Git Automerger <android-git-automerger@android.com> | 2009-07-20 23:34:06 -0700 |
commit | dd38bd546e62d6207c1a867c6295da7161727df0 (patch) | |
tree | b1c0765d5145250a46523190f7375b3f3ed6effc /android/PhoneNumberUtilsTest.cpp | |
parent | 2ec6f6ab7dfb1eadbcab68f0b1394e3eb3ab89fb (diff) | |
parent | b020ccd8772182ddfccba30b5adbc500982b59c1 (diff) |
am b020ccd8: One more test, which is succesful (and should be successful), but unexpectedly...
Merge commit 'b020ccd8772182ddfccba30b5adbc500982b59c1'
* commit 'b020ccd8772182ddfccba30b5adbc500982b59c1':
One more test, which is succesful (and should be successful), but unexpectedly...
Diffstat (limited to 'android/PhoneNumberUtilsTest.cpp')
-rw-r--r-- | android/PhoneNumberUtilsTest.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/android/PhoneNumberUtilsTest.cpp b/android/PhoneNumberUtilsTest.cpp index 4dab98b..b033f9d 100644 --- a/android/PhoneNumberUtilsTest.cpp +++ b/android/PhoneNumberUtilsTest.cpp @@ -124,6 +124,7 @@ int main() { // Confirm that the bug found before does not re-appear. EXPECT_NE("080-1234-5678", "+819012345678"); EXPECT_EQ("650-000-3456", "16500003456"); + EXPECT_EQ("16610001234", "6610001234"); // Currently we cannot get this test through (Japanese trunk prefix is 0, // but there is no sensible way to know it now (as of 2009-6-12)... |