revert minor data change in test suite
authorEileen McNaughton <eileen@fuzion.co.nz>
Thu, 10 Jul 2014 01:14:58 +0000 (13:14 +1200)
committerEileen McNaughton <eileen@fuzion.co.nz>
Thu, 10 Jul 2014 01:14:58 +0000 (13:14 +1200)
tests/phpunit/CiviTest/CiviUnitTestCase.php

index 1052625b9d7bea5994daa49cb169d6f31d71487f..55c7ca743840441b20310fb4039d374fe084d1ca 100644 (file)
@@ -919,7 +919,7 @@ class CiviUnitTestCase extends PHPUnit_Extensions_Database_TestCase {
     if ($contact_type == 'Individual' ) {
         $employer = $this->sampleContact('Organization', $seq);
         $params['email'] = strtolower(
-          $params['first_name'] . '.' . $params['last_name'] . '@civicrm.org'
+          $params['first_name'] . '_' . $params['last_name'] . '@civicrm.org'
         );
         $params['prefix_id'] = 3;
         $params['suffix_id'] = 3;