From: jitendrapurohit Date: Tue, 30 Jun 2015 13:23:48 +0000 (+0530) Subject: webtest fix for Address Import X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=a9004647b325059c083edfe85e31d3d23ed88803;p=civicrm-core.git webtest fix for Address Import --- diff --git a/tests/phpunit/WebTest/Import/AddressImportTest.php b/tests/phpunit/WebTest/Import/AddressImportTest.php index 66d75a2420..ebad16f4f6 100644 --- a/tests/phpunit/WebTest/Import/AddressImportTest.php +++ b/tests/phpunit/WebTest/Import/AddressImportTest.php @@ -286,7 +286,8 @@ class WebTest_Import_AddressImportTest extends ImportCiviSeleniumTestCase { $customField1 => '1', $customField2 => '12345', $customField9 => '123,456.00', - $customField10 => 'December 31st, 2009', + //CRM-16068 -- changing assertion to match the date format selected during custom field creation. + $customField10 => '2009-12-31', ), ); }