Browse Source

Re-enable failing test, passes now

pull/2107/head
David Humphrey 8 years ago
parent
commit
0fe95f1e1a
1 changed files with 0 additions and 2 deletions
  1. +0
    -2
      javascript/i18n/phonenumbers/phonenumbermatcher_test.js

+ 0
- 2
javascript/i18n/phonenumbers/phonenumbermatcher_test.js View File

@ -99,7 +99,6 @@ function testMatchesFoundWithMultipleSpaces() {
assertMatchProperties(match, text, number2, RegionCode.US);
}
/*
function testFourMatchesInARow() {
var number1 = "415-666-7777";
var number2 = "800-443-1223";
@ -120,7 +119,6 @@ function testFourMatchesInARow() {
match = iterator.hasNext() ? iterator.next() : null;
assertMatchProperties(match, text, number4, RegionCode.US);
}
*/
function testMatchWithSurroundingZipcodes() {
var number = "415-666-7777";


Loading…
Cancel
Save