From 7f6d3dd37cbd503e53256c9ff34cd5d59c0c8b4c Mon Sep 17 00:00:00 2001 From: eileen Date: Thu, 6 Jun 2013 22:10:58 +1200 Subject: [PATCH] fix test regression related to name clash not tested action --- api/v3/examples/Contact/GetFieldsOptions.php | 2 +- tests/phpunit/api/v3/CustomFieldTest.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/api/v3/examples/Contact/GetFieldsOptions.php b/api/v3/examples/Contact/GetFieldsOptions.php index 3211552d33..425ebed3ab 100644 --- a/api/v3/examples/Contact/GetFieldsOptions.php +++ b/api/v3/examples/Contact/GetFieldsOptions.php @@ -554,7 +554,7 @@ function contact_getfields_expectedresult(){ 'uniqueName' => 'contact_is_deleted', ), 'custom_1' => array( - 'label' => 'Country', + 'label' => 'Our special field', 'groupTitle' => 'select_test_g', 'data_type' => 'String', 'html_type' => 'Select', diff --git a/tests/phpunit/api/v3/CustomFieldTest.php b/tests/phpunit/api/v3/CustomFieldTest.php index 8c2a0dee6d..d1931a7dd1 100644 --- a/tests/phpunit/api/v3/CustomFieldTest.php +++ b/tests/phpunit/api/v3/CustomFieldTest.php @@ -321,7 +321,7 @@ class api_v3_CustomFieldTest extends CiviUnitTestCase { $params = array( 'custom_group_id' => $customGroup['id'], - 'label' => 'Country', + 'label' => 'Our special field', 'html_type' => 'Select', 'data_type' => 'String', 'weight' => 4, -- 2.25.1