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

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

Issue 685493002: Autofill - Add Kohls test case (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: remove debug line Created 6 years, 2 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/test/data/autofill/heuristics/input/22_checkout_m_kohls.com.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/autofill/form_structure_browsertest.cc
diff --git a/chrome/browser/autofill/form_structure_browsertest.cc b/chrome/browser/autofill/form_structure_browsertest.cc
index 7b88ca9387fac0e38f7663ab807e627e4d1e8a3e..6cfe560ef56c4aea1bb032f87b54b611b463c1d0 100644
--- a/chrome/browser/autofill/form_structure_browsertest.cc
+++ b/chrome/browser/autofill/form_structure_browsertest.cc
@@ -281,4 +281,13 @@ IN_PROC_BROWSER_TEST_F(FormStructureBrowserTest,
kFileNamePattern);
}
+IN_PROC_BROWSER_TEST_F(FormStructureBrowserTest,
+ MAYBE_DataDrivenHeuristics(22)) {
+ const base::FilePath::CharType kFileNamePattern[] =
+ FILE_PATH_LITERAL("22_*.html");
+ RunDataDrivenTest(GetInputDirectory(kTestName),
+ GetOutputDirectory(kTestName),
+ kFileNamePattern);
+}
+
} // namespace autofill
« no previous file with comments | « no previous file | chrome/test/data/autofill/heuristics/input/22_checkout_m_kohls.com.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698