From: F. Jason Park Date: Tue, 22 Nov 2022 04:53:25 +0000 (-0800) Subject: ; Fix ERC test failure following recent typo fix X-Git-Tag: emacs-29.0.90~1607 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=7cfa87ed5bb35465755c5586c1a5b3d2318d0b19;p=emacs.git ; Fix ERC test failure following recent typo fix * test/lisp/erc/erc-scenarios-base-compat-rename-bouncer.el: Replace expected buffer content in test assertion. * test/lisp/erc/resources/erc-scenarios-common.el: Replace expected buffer content in test assertion. See also 40539c7587dc474b424cff732973fe8958eadf14 "; Fix typos". --- diff --git a/test/lisp/erc/erc-scenarios-base-compat-rename-bouncer.el b/test/lisp/erc/erc-scenarios-base-compat-rename-bouncer.el index 711dc7b97fb..2ffa86aff64 100644 --- a/test/lisp/erc/erc-scenarios-base-compat-rename-bouncer.el +++ b/test/lisp/erc/erc-scenarios-base-compat-rename-bouncer.el @@ -106,7 +106,7 @@ (erc-d-t-search-for 1 "") (erc-d-t-absent-for 0.1 "") (should (eq erc-server-process erc-server-process-bar)) - (erc-d-t-search-for 10 "keeps you from dishonor") + (erc-d-t-search-for 10 "joe: It is a rupture") (erc-d-t-wait-for 5 (not (erc-server-process-alive))))) (when more (funcall more)))) diff --git a/test/lisp/erc/resources/erc-scenarios-common.el b/test/lisp/erc/resources/erc-scenarios-common.el index ef65125241f..601c9e95c88 100644 --- a/test/lisp/erc/resources/erc-scenarios-common.el +++ b/test/lisp/erc/resources/erc-scenarios-common.el @@ -296,7 +296,7 @@ buffer-naming collisions involving bouncers in ERC." (erc-d-t-search-for 1 "") (erc-d-t-absent-for 0.1 "") (erc-d-t-wait-for 5 (eq erc-server-process erc-server-process-bar)) - (erc-d-t-search-for 15 "keeps you from dishonour") + (erc-d-t-search-for 15 "joe: It is a rupture") (erc-d-t-wait-for 5 (not (erc-server-process-alive))))) (when after (funcall after))))