Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1017)

Unified Diff: chrome/browser/autofill/autofill_manager_unittest.cc

Issue 6480083: Changed parsing code for the phonenumbers fields to incorporate different com... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 9 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | chrome/browser/autofill/autofill_resources.grd » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/autofill/autofill_manager_unittest.cc
===================================================================
--- chrome/browser/autofill/autofill_manager_unittest.cc (revision 74701)
+++ chrome/browser/autofill/autofill_manager_unittest.cc (working copy)
@@ -1655,6 +1655,7 @@
char test_data[] = "1234567890123456";
for (int i = arraysize(test_data) - 1; i >= 0; --i) {
test_data[i] = 0;
+ SCOPED_TRACE(StringPrintf("Testing phone: %s", test_data));
work_profile->SetInfo(phone_type, ASCIIToUTF16(test_data));
// The page ID sent to the AutoFillManager from the RenderView, used to send
// an IPC message back to the renderer.
« no previous file with comments | « no previous file | chrome/browser/autofill/autofill_resources.grd » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698