CRM-20858: Fix Failing Test on Custom Field Merge
authorCamilo Rodriguez <camilo@compucorp.co.uk>
Wed, 9 Aug 2017 17:28:54 +0000 (17:28 +0000)
committerCamilo Rodriguez <camilo@compucorp.co.uk>
Wed, 9 Aug 2017 17:28:54 +0000 (17:28 +0000)
commit4b047375cf185613b1ccd8a768eaf1fa646a82de
treefed02f149c4e0eb88e5ead5120075c94115908f4
parentee3b1d861b95ce915562ff689a37628c80f6b115
CRM-20858: Fix Failing Test on Custom Field Merge

Test for merging custom fields with is_view flag on was failing. This was
happening because the same field was being used on prior tests, setting the
is_view flag at the start of the failing test. Fixed by creating a new custom
field with the is_view flag set as 1, and using that field on the test.
tests/phpunit/api/v3/JobTestCustomDataTest.php [changed mode: 0644->0755]