; Fix filename mismatches in prop lines of ERC tests

* test/lisp/erc/erc-scenarios-base-compat-rename-bouncer.el: Fix file
name in prop line and footer.
* test/lisp/erc/erc-scenarios-base-local-modules.el: Fix file name in
prop line and footer.
* test/lisp/erc/erc-scenarios-base-netid-samenet.el: Fix file name in
prop line and footer.
* test/lisp/erc/erc-scenarios-base-upstream-recon-soju.el: Fix file
name in prop line and footer.
* test/lisp/erc/erc-scenarios-base-upstream-recon-znc.el: Fix file
name in prop line and footer.
This commit is contained in:
F. Jason Park 2023-01-24 02:34:29 -08:00
parent ecf500b5e3
commit 3846e79c93
5 changed files with 20 additions and 17 deletions

View file

@ -1,4 +1,4 @@
;;; erc-scenarios-compat-rename-bouncer.el --- compat-rename scenarios -*- lexical-binding: t -*- ;;; erc-scenarios-base-compat-rename-bouncer.el --- Compat-rename scenarios -*- lexical-binding: t -*-
;; Copyright (C) 2022-2023 Free Software Foundation, Inc. ;; Copyright (C) 2022-2023 Free Software Foundation, Inc.
@ -169,4 +169,4 @@
(erc-scenarios-common--base-compat-no-rename-bouncer dialogs (erc-scenarios-common--base-compat-no-rename-bouncer dialogs
'auto after))))) 'auto after)))))
;;; erc-scenarios-compat-rename-bouncer.el ends here ;;; erc-scenarios-base-compat-rename-bouncer.el ends here

View file

@ -1,4 +1,4 @@
;;; erc-scenarios-local-modules.el --- Local modules tests for ERC -*- lexical-binding: t -*- ;;; erc-scenarios-base-local-modules.el --- Local-module tests for ERC -*- lexical-binding: t -*-
;; Copyright (C) 2022-2023 Free Software Foundation, Inc. ;; Copyright (C) 2022-2023 Free Software Foundation, Inc.
@ -22,14 +22,15 @@
;; A local module doubles as a minor mode whose mode variable and ;; A local module doubles as a minor mode whose mode variable and
;; associated local data can withstand service disruptions. ;; associated local data can withstand service disruptions.
;; Unfortunately, the current implementation is too unwieldy to be ;; Unfortunately, the current implementation is too unwieldy to be
;; made public because it doesn't perform any of the boiler plate ;; promoted publicly because it doesn't perform any of the boiler
;; needed to save and restore buffer-local and "network-local" copies ;; plate needed to save and restore buffer-local and "network-local"
;; of user options. Ultimately, a user-friendly framework must fill ;; copies of user options. Ultimately, a user-friendly framework must
;; this void if third-party local modules are ever to become ;; fill this void if third-party local modules are ever to become
;; practical. ;; practical.
;; ;;
;; The following tests all use `sasl' because, as of ERC 5.5, it's the ;; The following tests all use `sasl' because, as of ERC 5.5, it's the
;; only local module. ;; only connection-oriented local module. A fictitious
;; target-oriented module is defined below for testing purposes.
;;; Code: ;;; Code:
@ -325,4 +326,4 @@
(funcall expect 10 "User modes for tester") (funcall expect 10 "User modes for tester")
(should (eql erc-scenarios-base-local-modules--local-var 1)))))) (should (eql erc-scenarios-base-local-modules--local-var 1))))))
;;; erc-scenarios-local-modules.el ends here ;;; erc-scenarios-base-local-modules.el ends here

View file

@ -1,4 +1,4 @@
;;; erc-scenarios-base-network-id-samenet.el --- netid-id samenet scenarios -*- lexical-binding: t -*- ;;; erc-scenarios-base-netid-samenet.el --- One-network net-ID scenarios -*- lexical-binding: t -*-
;; Copyright (C) 2022-2023 Free Software Foundation, Inc. ;; Copyright (C) 2022-2023 Free Software Foundation, Inc.
@ -148,4 +148,4 @@
:server "foonet/chester" :server "foonet/chester"
:chan "#chan@foonet/chester"))) :chan "#chan@foonet/chester")))
;;; erc-scenarios-base-network-id-samenet.el ends here ;;; erc-scenarios-base-netid-samenet.el ends here

View file

@ -1,4 +1,4 @@
;;; erc-scenarios-upstream-recon-soju.el --- Upstream soju -*- lexical-binding: t -*- ;;; erc-scenarios-base-upstream-recon-soju.el --- Bouncer recon scenario -*- lexical-binding: t -*-
;; Copyright (C) 2022-2023 Free Software Foundation, Inc. ;; Copyright (C) 2022-2023 Free Software Foundation, Inc.
@ -19,7 +19,8 @@
;; Commentary: ;; Commentary:
;; These concern the loss and recovery of a proxy's IRC-side connection. ;; These concern the loss and recovery of a proxy's IRC-side
;; connection (hence "upstream").
;;; Code: ;;; Code:
@ -41,4 +42,4 @@
'soju-foonet 'soju-foonet
'soju-barnet)) 'soju-barnet))
;;; erc-scenarios-upstream-recon-soju.el ends here ;;; erc-scenarios-base-upstream-recon-soju.el ends here

View file

@ -1,4 +1,4 @@
;;; erc-scenarios-upstream-recon-znc.el --- Upstream znc -*- lexical-binding: t -*- ;;; erc-scenarios-base-upstream-recon-znc.el --- Bouncer recon scenario -*- lexical-binding: t -*-
;; Copyright (C) 2022-2023 Free Software Foundation, Inc. ;; Copyright (C) 2022-2023 Free Software Foundation, Inc.
@ -19,7 +19,8 @@
;; Commentary: ;; Commentary:
;; These concern the loss and recovery of a proxy's IRC-side connection. ;; These concern the loss and recovery of a proxy's IRC-side
;; connection (hence "upstream").
;;; Code: ;;; Code:
@ -41,4 +42,4 @@
'znc-foonet 'znc-foonet
'znc-barnet)) 'znc-barnet))
;;; erc-scenarios-upstream-recon-znc.el ends here ;;; erc-scenarios-base-upstream-recon-znc.el ends here