CRM-15792 QA Fix
authoratif-shaikh <shaikh388@gmail.com>
Mon, 23 Feb 2015 14:17:42 +0000 (19:47 +0530)
committeratif-shaikh <shaikh388@gmail.com>
Mon, 23 Feb 2015 14:17:42 +0000 (19:47 +0530)
----------------------------------------
* CRM-15792: Loss of data when creating / updating custom datetime fields through the API
  https://issues.civicrm.org/jira/browse/CRM-15792

tests/phpunit/api/v3/ContactTest.php

index d0f4addb44a704d88a85fb78addd8e64e62c0b5a..2b2a8cfcb0b1d37e30340e4daa79ead4383ff25e 100644 (file)
@@ -383,7 +383,6 @@ class api_v3_ContactTest extends CiviUnitTestCase {
       ),
     );
 
-
     $result = $this->callAPIAndDocument('Contact', 'create', $params, __FUNCTION__, __FILE__);
     $customFldId = $result['values'][$result['id']]['api.CustomField.create']['id'];
     $this->assertNotNull($result['id'], 'in line ' . __LINE__);