From a9004647b325059c083edfe85e31d3d23ed88803 Mon Sep 17 00:00:00 2001 From: jitendrapurohit Date: Tue, 30 Jun 2015 18:53:48 +0530 Subject: [PATCH] webtest fix for Address Import --- tests/phpunit/WebTest/Import/AddressImportTest.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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', ), ); } -- 2.25.1