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

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

Issue 1400001: Removing AutoFill Death Tests (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 10 years, 9 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
Index: chrome/browser/autofill/billing_address_unittest.cc
===================================================================
--- chrome/browser/autofill/billing_address_unittest.cc (revision 42702)
+++ chrome/browser/autofill/billing_address_unittest.cc (working copy)
@@ -36,9 +36,6 @@
};
TEST_F(BillingAddressTest, GetPossibleFieldTypes) {
- // DCHECK on NULL |possible_types|.
- ASSERT_DEBUG_DEATH(address_.GetPossibleFieldTypes(string16(), NULL), "");
-
// Empty string.
FieldTypeSet possible_types;
address_.GetPossibleFieldTypes(string16(), &possible_types);
@@ -359,10 +356,6 @@
}
TEST_F(BillingAddressTest, FindInfoMatches) {
- // DCHECK on NULL |matched_text|.
- ASSERT_DEBUG_DEATH(address_.FindInfoMatches(
- AutoFillType(ADDRESS_BILLING_LINE1), string16(), NULL), "");
-
// ADDRESS_BILLING_LINE1 =====================================================
// Match the beginning of the string.
« no previous file with comments | « chrome/browser/autofill/autofill_infobar_delegate_unittest.cc ('k') | chrome/browser/autofill/phone_field_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698