Skip to content
Snippets Groups Projects
Commit e480ea92 authored by colemanw's avatar colemanw
Browse files

CRM-13344 Update search test

----------------------------------------
* CRM-13344: Resolve test / schema issues around prefix_id, suffix_id, gender
  http://issues.civicrm.org/jira/browse/CRM-13344
parent dcb91473
Branches
Tags
No related merge requests found
......@@ -105,12 +105,12 @@ class CRM_Contact_BAO_QueryTestDataProvider implements Iterator {
),
// prefix_id 2 = 'Ms.'
array(
'fv' => array('individual_prefix' => 2),
'fv' => array('prefix_id' => 2),
'id' => array('10', '13'),
),
// suffix_id 6 = 'V'
array(
'fv' => array('individual_suffix' => 6),
'fv' => array('suffix_id' => 6),
'id' => array('16', '19', '20', '21'),
),
);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment