mirror of
https://github.com/masscollaborationlabs/emacs.git
synced 2025-07-05 11:49:37 +00:00
; 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:
parent
ecf500b5e3
commit
3846e79c93
5 changed files with 20 additions and 17 deletions
|
@ -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.
|
||||
|
||||
|
@ -169,4 +169,4 @@
|
|||
(erc-scenarios-common--base-compat-no-rename-bouncer dialogs
|
||||
'auto after)))))
|
||||
|
||||
;;; erc-scenarios-compat-rename-bouncer.el ends here
|
||||
;;; erc-scenarios-base-compat-rename-bouncer.el ends here
|
||||
|
|
|
@ -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.
|
||||
|
||||
|
@ -22,14 +22,15 @@
|
|||
;; A local module doubles as a minor mode whose mode variable and
|
||||
;; associated local data can withstand service disruptions.
|
||||
;; Unfortunately, the current implementation is too unwieldy to be
|
||||
;; made public because it doesn't perform any of the boiler plate
|
||||
;; needed to save and restore buffer-local and "network-local" copies
|
||||
;; of user options. Ultimately, a user-friendly framework must fill
|
||||
;; this void if third-party local modules are ever to become
|
||||
;; promoted publicly because it doesn't perform any of the boiler
|
||||
;; plate needed to save and restore buffer-local and "network-local"
|
||||
;; copies of user options. Ultimately, a user-friendly framework must
|
||||
;; fill this void if third-party local modules are ever to become
|
||||
;; practical.
|
||||
;;
|
||||
;; 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:
|
||||
|
||||
|
@ -325,4 +326,4 @@
|
|||
(funcall expect 10 "User modes for tester")
|
||||
(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
|
||||
|
|
|
@ -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.
|
||||
|
||||
|
@ -148,4 +148,4 @@
|
|||
:server "foonet/chester"
|
||||
:chan "#chan@foonet/chester")))
|
||||
|
||||
;;; erc-scenarios-base-network-id-samenet.el ends here
|
||||
;;; erc-scenarios-base-netid-samenet.el ends here
|
||||
|
|
|
@ -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.
|
||||
|
||||
|
@ -19,7 +19,8 @@
|
|||
|
||||
;; 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:
|
||||
|
||||
|
@ -41,4 +42,4 @@
|
|||
'soju-foonet
|
||||
'soju-barnet))
|
||||
|
||||
;;; erc-scenarios-upstream-recon-soju.el ends here
|
||||
;;; erc-scenarios-base-upstream-recon-soju.el ends here
|
||||
|
|
|
@ -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.
|
||||
|
||||
|
@ -19,7 +19,8 @@
|
|||
|
||||
;; 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:
|
||||
|
||||
|
@ -41,4 +42,4 @@
|
|||
'znc-foonet
|
||||
'znc-barnet))
|
||||
|
||||
;;; erc-scenarios-upstream-recon-znc.el ends here
|
||||
;;; erc-scenarios-base-upstream-recon-znc.el ends here
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue