summaryrefslogtreecommitdiffstats
path: root/chrome/browser/autofill/billing_address_unittest.cc
diff options
context:
space:
mode:
authordhollowa@chromium.org <dhollowa@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-03-26 01:33:21 +0000
committerdhollowa@chromium.org <dhollowa@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-03-26 01:33:21 +0000
commit660dadc88d2a7d903ef4132e39d2374dc7b31bb7 (patch)
treeefc279ba75f587edcf4f4d984eaad4d4c63caa5e /chrome/browser/autofill/billing_address_unittest.cc
parentb12dc68c78202281c2f2d1c9e8940a9cbbe224af (diff)
downloadchromium_src-660dadc88d2a7d903ef4132e39d2374dc7b31bb7.zip
chromium_src-660dadc88d2a7d903ef4132e39d2374dc7b31bb7.tar.gz
chromium_src-660dadc88d2a7d903ef4132e39d2374dc7b31bb7.tar.bz2
Removing AutoFill Death Tests.
The gunit ASSERT_DEBUG_DEATH check is causing long timeouts on Mac. Removing. BUG=NONE TEST=AutoFill unit tests. Review URL: http://codereview.chromium.org/1400001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@42715 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/autofill/billing_address_unittest.cc')
-rw-r--r--chrome/browser/autofill/billing_address_unittest.cc7
1 files changed, 0 insertions, 7 deletions
diff --git a/chrome/browser/autofill/billing_address_unittest.cc b/chrome/browser/autofill/billing_address_unittest.cc
index da20211..98d62f0 100644
--- a/chrome/browser/autofill/billing_address_unittest.cc
+++ b/chrome/browser/autofill/billing_address_unittest.cc
@@ -36,9 +36,6 @@ class BillingAddressTest : public testing::Test {
};
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, GetPossibleFieldTypes) {
}
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.