From 848df98d1a196cf093763ededbf547d9b2f2571d Mon Sep 17 00:00:00 2001 From: kurund Date: Thu, 22 Aug 2013 00:36:08 +0530 Subject: [PATCH] text fixes --- tests/phpunit/CRM/Contact/BAO/QueryTestDataProvider.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/phpunit/CRM/Contact/BAO/QueryTestDataProvider.php b/tests/phpunit/CRM/Contact/BAO/QueryTestDataProvider.php index 1a8e0c772e..c48840fef0 100644 --- a/tests/phpunit/CRM/Contact/BAO/QueryTestDataProvider.php +++ b/tests/phpunit/CRM/Contact/BAO/QueryTestDataProvider.php @@ -105,12 +105,12 @@ class CRM_Contact_BAO_QueryTestDataProvider implements Iterator { ), // prefix_id 2 = 'Ms.' array( - 'fv' => array('prefix_id' => 2), + 'fv' => array('individual_prefix' => 2), 'id' => array('10', '13'), ), // suffix_id 6 = 'V' array( - 'fv' => array('suffix_id' => 6), + 'fv' => array('individual_suffix' => 6), 'id' => array('16', '19', '20', '21'), ), ); -- 2.25.1