From a3c54fd4b686e97c55e66e8dca1690b7fc959519 Mon Sep 17 00:00:00 2001 From: Christian Heller Date: Sun, 28 Sep 2025 13:27:30 +0200 Subject: [PATCH] Minor test fixes/enhancements. --- src/tests/test.txt | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/src/tests/test.txt b/src/tests/test.txt index 0d7168e..60c785f 100644 --- a/src/tests/test.txt +++ b/src/tests/test.txt @@ -38,8 +38,8 @@ 2 < *** [ server] *** Looking up your ident... 0:1 < :*.?.net NOTICE * :*** Looking up your hostname... 2 < *** [ server] *** Looking up your hostname... -0:1 < :*.?.net NOTICE * :*** Found your hostname (baz.bar.foo) -2 < *** [ server] *** Found your hostname (baz.bar.foo) +0:1 < :*.?.net NOTICE * :*** Found your hostname (foo.bar.baz) +2 < *** [ server] *** Found your hostname (foo.bar.baz) 0:1 < PING :? 1 > PONG :? @@ -52,13 +52,15 @@ 1 > NICK :foo1 # collect server capabilities -0:1 < :*.?.net CAP * LS : foo bar sasl=PLAIN,EXTERNAL baz +0:1 < :*.?.net CAP * LS : foo bar sasl=PLAIN,EXTERNAL baz cap-notify 1 > CAP REQ :sasl 1 > CAP :LIST 0:1 < :*.?.net CAP * ACK :sasl 0:1 < :*.?.net CAP * LIST :cap-notify sasl 1 $ caps:bar:data set to: [] 1 $ caps:baz:data set to: [] +1 $ caps:cap-notify:data set to: [] +1 $ caps:cap-notify:enabled set to: [True] 1 $ caps:foo:data set to: [] 1 $ caps:sasl:data set to: [] 1 $ caps:sasl:data set to: [PLAIN,EXTERNAL] -- 2.30.2