unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
blob f0939d6204a133908ba30ba094b6198ab9e08463 1390 bytes (raw)
name: test/lisp/erc/erc-scenarios-base-netid-bouncer-recon-both.el 	 # note: path name is non-authoritative(*)

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
 
;;; erc-scenarios-base-netid-bouncer-recon-both.el --- net-id both scenarios -*- lexical-binding: t -*-

;; Copyright (C) 2022-2024 Free Software Foundation, Inc.
;;
;; This file is part of GNU Emacs.
;;
;; This program is free software: you can redistribute it and/or
;; modify it under the terms of the GNU General Public License as
;; published by the Free Software Foundation, either version 3 of the
;; License, or (at your option) any later version.
;;
;; This program is distributed in the hope that it will be useful, but
;; WITHOUT ANY WARRANTY; without even the implied warranty of
;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
;; General Public License for more details.
;;
;; You should have received a copy of the GNU General Public License
;; along with this program.  If not, see
;; <https://www.gnu.org/licenses/>.

(require 'ert-x)
(eval-and-compile
  (let ((load-path (cons (ert-resource-directory) load-path)))
    (require 'erc-scenarios-common)))

(require 'erc-scenarios-common)

(ert-deftest erc-scenarios-base-netid-bouncer--recon-both ()
  :tags '(:expensive-test)
  (let ((erc-server-reconnect-function #'erc-server-delayed-reconnect))
    (erc-scenarios-common--base-network-id-bouncer--reconnect 'foo-id
                                                              'bar-id)))

;;; erc-scenarios-base-netid-bouncer-recon-both.el ends here

debug log:

solving f0939d6204a ...
found f0939d6204a in https://yhetil.org/emacs-bugs/871pyqd9qo.fsf__5917.35707582615$1733111494$gmane$org@neverwas.me/
found 09ddcef5fa3 in https://git.savannah.gnu.org/cgit/emacs.git
preparing index
index prepared:
100644 09ddcef5fa3cf316f5e7c8aae3ac84d0026fd758	test/lisp/erc/erc-scenarios-base-netid-bouncer-recon-both.el

applying [1/1] https://yhetil.org/emacs-bugs/871pyqd9qo.fsf__5917.35707582615$1733111494$gmane$org@neverwas.me/
diff --git a/test/lisp/erc/erc-scenarios-base-netid-bouncer-recon-both.el b/test/lisp/erc/erc-scenarios-base-netid-bouncer-recon-both.el
index 09ddcef5fa3..f0939d6204a 100644

Checking patch test/lisp/erc/erc-scenarios-base-netid-bouncer-recon-both.el...
Applied patch test/lisp/erc/erc-scenarios-base-netid-bouncer-recon-both.el cleanly.

index at:
100644 f0939d6204a133908ba30ba094b6198ab9e08463	test/lisp/erc/erc-scenarios-base-netid-bouncer-recon-both.el

(*) Git path names are given by the tree(s) the blob belongs to.
    Blobs themselves have no identifier aside from the hash of its contents.^

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).