Skip to content
Snippets Groups Projects
Commit 85c614d1 authored by Kurund Jalmi's avatar Kurund Jalmi
Browse files

Merge pull request #1483 from kurund/text-fixes

CRM test fixes
parents 7fcc412a 848df98d
No related branches found
No related tags found
No related merge requests found
......@@ -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'),
),
);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment