fixed failing api test CRM-13122
authorkurund <kurund@civicrm.org>
Wed, 7 Aug 2013 07:43:33 +0000 (13:13 +0530)
committerkurund <kurund@civicrm.org>
Wed, 7 Aug 2013 07:43:33 +0000 (13:13 +0530)
----------------------------------------
* CRM-13122: API contact.get no longer returning prefix_id, suffix_id by default
  http://issues.civicrm.org/jira/browse/CRM-13122

tests/phpunit/api/v3/ACLPermissionTest.php

index f1a84e6305a94a725996a9750497eadb85d9237d..2a80a6677254f8f7cd9da9b3f0f9ff451ace14a1 100644 (file)
@@ -158,11 +158,8 @@ class api_v3_ACLPermissionTest extends CiviUnitTestCase {
     //prefix & suffix are inconsistent due to  CRM-7929
     // unsure about others but return doesn't work on them
     $elementsReturnDoesntSupport = array(
-      'prefix_id',
       'prefix',
-      'suffix_id',
       'suffix',
-      'gender_id',
       'gender',
       'current_employer',
       'phone_id',