Minor test data fix up - ensure domain contact's email is primary
authoreileen <emcnaughton@wikimedia.org>
Tue, 22 Sep 2020 20:02:24 +0000 (08:02 +1200)
committereileen <emcnaughton@wikimedia.org>
Tue, 22 Sep 2020 20:02:43 +0000 (08:02 +1200)
tests/phpunit/CRM/Report/Form/Contribute/fixtures/dataset-ascii.sql

index 7e806cafeecdfc582c048ebc953922d0d28f9cf8..7a667dbdd61498fdd8a4059e4840be97555d539b 100644 (file)
@@ -76,7 +76,7 @@ INSERT INTO `civicrm_contribution` (`id`, `contact_id`, `financial_type_id`, `co
 --
 
 INSERT INTO `civicrm_email` (`id`, `contact_id`, `location_type_id`, `email`, `is_primary`, `is_billing`, `on_hold`, `is_bulkmail`, `hold_date`, `reset_date`, `signature_text`, `signature_html`) VALUES
-(1, 1, 1, 'fixme.domainemail@example.org', 0, 0, 0, 0, NULL, NULL, NULL, NULL),
+(1, 1, 1, 'fixme.domainemail@example.org', 1, 0, 0, 0, NULL, NULL, NULL, NULL),
 (7, 71, 1, 'grantm@fishmail.net', 1, 0, 0, 0, NULL, NULL, NULL, NULL),
 (41, 2, 1, 'merrie@testmail.co.nz', 1, 0, 0, 0, NULL, NULL, NULL, NULL),
 (42, 2, 1, 'merriechowski95@notmail.info', 0, 0, 0, 0, NULL, NULL, NULL, NULL),