From 150dcb278b469fa2edd79500afe2422cb1ab4671 Mon Sep 17 00:00:00 2001 From: Eileen McNaughton Date: Thu, 10 Jul 2014 13:14:58 +1200 Subject: [PATCH] revert minor data change in test suite --- tests/phpunit/CiviTest/CiviUnitTestCase.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/phpunit/CiviTest/CiviUnitTestCase.php b/tests/phpunit/CiviTest/CiviUnitTestCase.php index 1052625b9d..55c7ca7438 100644 --- a/tests/phpunit/CiviTest/CiviUnitTestCase.php +++ b/tests/phpunit/CiviTest/CiviUnitTestCase.php @@ -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; -- 2.25.1