CRM-18006 - CRM_Dedupe_MergerTest - Fix regression
authorTim Otten <totten@civicrm.org>
Mon, 26 Sep 2016 23:32:35 +0000 (19:32 -0400)
committerTim Otten <totten@civicrm.org>
Mon, 26 Sep 2016 23:32:35 +0000 (19:32 -0400)
commit72475b30e96d28308436a7cf47da2a9a66808343
treec6b03987f010d68468df6e9eae12359a4bc6b321
parent78423f11a84057d918d628dd569b367570d359f9
CRM-18006 - CRM_Dedupe_MergerTest - Fix regression

InnoDB and MyISAM may have different edge-cases in how the default
orderings.  However, for deduping, the order is arbitrary. This
patch makes the test order-insensitive.
tests/phpunit/CRM/Dedupe/MergerTest.php