projects
/
civicrm-core.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2930d67
)
CRM-15792 QA Fix
author
atif-shaikh
<shaikh388@gmail.com>
Mon, 23 Feb 2015 14:17:42 +0000
(19:47 +0530)
committer
atif-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
patch
|
blob
|
blame
|
history
diff --git
a/tests/phpunit/api/v3/ContactTest.php
b/tests/phpunit/api/v3/ContactTest.php
index d0f4addb44a704d88a85fb78addd8e64e62c0b5a..2b2a8cfcb0b1d37e30340e4daa79ead4383ff25e 100644
(file)
--- 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__);