summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorF. Jason Park <jp@neverwas.me>2022-11-21 20:53:25 -0800
committerF. Jason Park <jp@neverwas.me>2022-11-21 20:53:25 -0800
commit7cfa87ed5bb35465755c5586c1a5b3d2318d0b19 (patch)
tree80cfd4d3d8dd5f29761ae9442a40a22da199201c /test
parentea73fd69f0c6251ad9b8fc8267ce0fa68495715e (diff)
downloademacs-7cfa87ed5bb35465755c5586c1a5b3d2318d0b19.tar.gz
; 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".
Diffstat (limited to 'test')
-rw-r--r--test/lisp/erc/erc-scenarios-base-compat-rename-bouncer.el2
-rw-r--r--test/lisp/erc/resources/erc-scenarios-common.el2
2 files changed, 2 insertions, 2 deletions
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 "<joe>")
(erc-d-t-absent-for 0.1 "<bob>")
(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 "<joe>")
(erc-d-t-absent-for 0.1 "<bob>")
(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))))