webtest fix for Address Import
authorjitendrapurohit <jitendra.purohit@webaccessglobal.com>
Tue, 30 Jun 2015 13:23:48 +0000 (18:53 +0530)
committerjitendrapurohit <jitendra.purohit@webaccessglobal.com>
Tue, 30 Jun 2015 13:23:48 +0000 (18:53 +0530)
tests/phpunit/WebTest/Import/AddressImportTest.php

index 66d75a24202a1a0aeb5f1c2f20b597509ba1bddb..ebad16f4f6453eeb95e86416fff31b040a7573e9 100644 (file)
@@ -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',
       ),
     );
   }