summaryrefslogtreecommitdiff
path: root/libphonenumber/test
diff options
context:
space:
mode:
authorNarayan Kamath <narayan@google.com>2015-04-03 13:56:35 +0100
committerNarayan Kamath <narayan@google.com>2015-04-03 13:56:35 +0100
commit7491c3442ffdba4a604c18a7a853590a3b32fcfc (patch)
tree0e3807a493a1e6d8eca81968bfba60680dd0bf90 /libphonenumber/test
parenta1226563961af54d8c70422c412fc8f5436fae2b (diff)
downloadlibphonenumber-7491c3442ffdba4a604c18a7a853590a3b32fcfc.tar.gz
Update libphonenumber to v7.0.4
bug: 19927709 Change-Id: I57c9c219c85a4e2dc7cb20a5f7f93d26cad885f5
Diffstat (limited to 'libphonenumber/test')
-rw-r--r--libphonenumber/test/com/google/i18n/phonenumbers/AsYouTypeFormatterTest.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/libphonenumber/test/com/google/i18n/phonenumbers/AsYouTypeFormatterTest.java b/libphonenumber/test/com/google/i18n/phonenumbers/AsYouTypeFormatterTest.java
index 3461a826..75977a0d 100644
--- a/libphonenumber/test/com/google/i18n/phonenumbers/AsYouTypeFormatterTest.java
+++ b/libphonenumber/test/com/google/i18n/phonenumbers/AsYouTypeFormatterTest.java
@@ -66,7 +66,7 @@ public class AsYouTypeFormatterTest extends TestMetadataTestCase {
}
public void testTooLongNumberMatchingMultipleLeadingDigits() {
- // See http://code.google.com/p/libphonenumber/issues/detail?id=36
+ // See https://github.com/googlei18n/libphonenumber/issues/36
// The bug occurred last time for countries which have two formatting rules with exactly the
// same leading digits pattern but differ in length.
AsYouTypeFormatter formatter = phoneUtil.getAsYouTypeFormatter(RegionCode.ZZ);
@@ -1164,7 +1164,7 @@ public class AsYouTypeFormatterTest extends TestMetadataTestCase {
// when we try again to extract a country code we should ensure we use the last leading digit
// pattern, rather than the first one such that it *thinks* it's found a valid formatting rule
// again.
- // https://code.google.com/p/libphonenumber/issues/detail?id=437
+ // https://github.com/googlei18n/libphonenumber/issues/437
assertEquals("+8698812", formatter.inputDigit('2'));
assertEquals("+86988123", formatter.inputDigit('3'));
assertEquals("+869881234", formatter.inputDigit('4'));