From: atif-shaikh Date: Mon, 23 Feb 2015 14:17:42 +0000 (+0530) Subject: CRM-15792 QA Fix X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=fb7747b8ecd2689c49f4c31718eee0ddbbc1990b;p=civicrm-core.git CRM-15792 QA Fix ---------------------------------------- * CRM-15792: Loss of data when creating / updating custom datetime fields through the API https://issues.civicrm.org/jira/browse/CRM-15792 --- diff --git a/tests/phpunit/api/v3/ContactTest.php b/tests/phpunit/api/v3/ContactTest.php index d0f4addb44..2b2a8cfcb0 100644 --- a/tests/phpunit/api/v3/ContactTest.php +++ b/tests/phpunit/api/v3/ContactTest.php @@ -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__);