From 7d0094629927a07abe95466625940d254e69d315 Mon Sep 17 00:00:00 2001 From: Seamus Lee Date: Sat, 9 Jul 2022 08:37:15 +1000 Subject: [PATCH] Update Base Mailing System Test to match newer output format --- tests/phpunit/CRM/Mailing/BaseMailingSystemTest.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/phpunit/CRM/Mailing/BaseMailingSystemTest.php b/tests/phpunit/CRM/Mailing/BaseMailingSystemTest.php index 7d927cdda1..492fdebe49 100644 --- a/tests/phpunit/CRM/Mailing/BaseMailingSystemTest.php +++ b/tests/phpunit/CRM/Mailing/BaseMailingSystemTest.php @@ -164,6 +164,7 @@ abstract class CRM_Mailing_BaseMailingSystemTest extends CiviUnitTestCase { // body_html, filtered "You can go to Google \\[1\\] or opt out \\[2\\]\\.\n" . "\n" . + "\n" . "Links:\n" . "------\n" . "\\[1\\] http://example.net/first\\?cs=[0-9a-f_]+\n" . @@ -217,6 +218,7 @@ abstract class CRM_Mailing_BaseMailingSystemTest extends CiviUnitTestCase { // body_html, filtered "You can go to Google \\[1\\] or opt out \\[2\\]\\.\n" . "\n" . + "\n" . "Links:\n" . "------\n" . "\\[1\\] http.*(extern/url.php|civicrm/mailing/url)(\?|&)u=\d+&qid=\d+\n" . -- 2.25.1