Commit c9607b07 authored by georgey@chromium.org's avatar georgey@chromium.org

Fix incorrect number in pyauto tests that caused them to fail with stricter...

Fix incorrect number in pyauto tests that caused them to fail with stricter versions of the phonenumber library.
BUG=none
TEST=pyauto

Review URL: http://codereview.chromium.org/8774026

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@112629 0039d316-1c4b-4281-b951-d872f2087c98
parent c927178b
......@@ -9,7 +9,7 @@
'ADDRESS_HOME_STATE': 'CA',
'ADDRESS_HOME_ZIP': '94043',
'ADDRESS_HOME_COUNTRY': 'United States',
'PHONE_HOME_WHOLE_NUMBER': '+001 (408) 871-4567'},
'PHONE_HOME_WHOLE_NUMBER': '+1 (408) 871-4567'},
{'NAME_FIRST': 'Jane',
'NAME_LAST': 'Doe',
'ADDRESS_HOME_LINE1': '1523 Garcia St',
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment