]> arthur.barton.de Git - ngircd-alex.git/commitdiff
Test suite: Update file headers and comments
authorAlexander Barton <alex@barton.de>
Thu, 17 Apr 2014 21:55:49 +0000 (23:55 +0200)
committerAlexander Barton <alex@barton.de>
Thu, 17 Apr 2014 21:56:36 +0000 (23:56 +0200)
15 files changed:
src/testsuite/channel-test.e
src/testsuite/check-idle.e
src/testsuite/connect-test.e
src/testsuite/invite-test.e
src/testsuite/join-test.e
src/testsuite/kick-test.e
src/testsuite/message-test.e
src/testsuite/misc-test.e
src/testsuite/mode-test.e
src/testsuite/opless-channel-test.e
src/testsuite/server-link-test.e
src/testsuite/stress-A.e
src/testsuite/stress-B.e
src/testsuite/who-test.e
src/testsuite/whois-test.e

index 16c67ad4a007eeeada1a6f08fedcc9571b2d069a..dd7eb66d20e5f9c6a8f7583041af25a854fec362 100644 (file)
@@ -1,4 +1,5 @@
-# $Id: channel-test.e,v 1.4 2008/02/05 13:31:51 fw Exp $
+# ngIRCd test suite
+# Channel test
 
 spawn telnet localhost 6789
 expect {
@@ -104,5 +105,3 @@ expect {
        timeout { exit 1 }
        "Connection closed"
 }
-
-# -eof-
index e994c144016bfd0708f340282e60358a5ca278e6..41b8eb49ce34105963f554944d933932d4ed53dd 100644 (file)
@@ -1,4 +1,5 @@
-# $Id: check-idle.e,v 1.2 2004/09/04 14:22:13 alex Exp $
+# ngIRCd test suite
+# Idle test
 
 spawn telnet localhost 6789
 expect {
@@ -28,5 +29,3 @@ expect {
 }
 
 exit $r
-
-# -eof-
index 49ce70c12685d258aa5ede6c4c2d676eae920126..662f5f7a580f6b266be2aa5161a0b7a0f05d95ca 100644 (file)
@@ -1,4 +1,5 @@
-# $Id: connect-test.e,v 1.1 2002/09/09 10:16:24 alex Exp $
+# ngIRCd test suite
+# Server connect test
 
 spawn telnet localhost 6789
 expect {
@@ -17,5 +18,3 @@ expect {
        timeout { exit 1 }
        "Connection closed"
 }
-
-# -eof-
index cc7015a5e5dffe58e76598b42db81bd78071b537..3716d1975fa614d4f693f9d65c8b3d9f42a59b22 100644 (file)
@@ -1,3 +1,6 @@
+# ngIRCd test suite
+# INVITE test
+
 spawn telnet localhost 6789
 expect {
        timeout { exit 1 }
@@ -109,5 +112,3 @@ expect {
        timeout { exit 1 }
        "Connection closed"
 }
-
-# -eof-
index 41a5168ae296ea34d6cd4f44326dfb360850608c..28b4c54faf210fa9746055a4c85f480a6bfce691 100644 (file)
@@ -1,3 +1,6 @@
+# ngIRCd test suite
+# JOIN test
+
 spawn telnet localhost 6789
 expect {
        timeout { exit 1 }
@@ -64,5 +67,3 @@ expect {
        timeout { exit 1 }
        "Connection closed"
 }
-
-# -eof-
index 9412d321b990be4c852f5834ff06259ad4b962c0..3d3c1ee9bd7af0fbb770ff77834ae5f3b65068c2 100644 (file)
@@ -1,3 +1,6 @@
+# ngIRCd test suite
+# KICK test
+
 spawn telnet localhost 6789
 expect {
        timeout { exit 1 }
@@ -108,5 +111,3 @@ expect {
        timeout { exit 1 }
        "Connection closed"
 }
-
-# -eof-
index 6e63bb5225dd52976f317756438b438eb5019d5b..0e70640e2b6ca2abd444a19eedf34aed611d3d53 100644 (file)
@@ -1,3 +1,6 @@
+# ngIRCd test suite
+# PRIVMSG and NOTICE test
+
 spawn telnet localhost 6789
 expect {
        timeout { exit 1 }
@@ -138,12 +141,8 @@ expect {
        "401"
 }
 
-#cannot test host mask since localhost has no '.' as RFC requires
-
 send "quit\r"
 expect {
        timeout { exit 1 }
        "Connection closed"
 }
-
-# -eof-
index 0623024da07997fcd9fe3e58a6bf44939b1d77c2..a83bc5b43a16cc36f310906bcc6c2b14e59da914 100644 (file)
@@ -1,4 +1,5 @@
-# $Id: misc-test.e,v 1.2 2008/02/17 13:51:00 alex Exp $
+# ngIRCd test suite
+# Misc test
 
 spawn telnet localhost 6789
 expect {
@@ -161,5 +162,3 @@ expect {
        timeout { exit 1 }
        "ERROR"
 }
-
-# -eof-
index 44b6e5dfe5a3bb3cb05dddba1e08498e1cb58bdd..d6726a4385e3437cbbfbf57de5726fa3e3071388 100644 (file)
@@ -1,4 +1,5 @@
-# $Id: mode-test.e,v 1.7 2008/02/16 11:27:49 fw Exp $
+# ngIRCd test suite
+# MODE test
 
 spawn telnet localhost 6789
 expect {
@@ -172,5 +173,3 @@ expect {
        timeout { exit 1 }
        "Connection closed"
 }
-
-# -eof-
index 35d109e9be4d903e0a886c7d81ca434e4c67ea2d..7d941720afb5689e08a1ce04175ffc5a0af66c02 100644 (file)
@@ -1,3 +1,6 @@
+# ngIRCd test suite
+# Op-less channel test
+
 spawn telnet localhost 6789
 expect {
        timeout { exit 1 }
@@ -28,5 +31,3 @@ expect {
        timeout { exit 1 }
        "Connection closed"
 }
-
-# -eof-
index 3a1c232d8f11eaab020e421ad2a368bbedb08b01..cf3fae80099ee652d48e23b2c91b2591a3d35b65 100644 (file)
@@ -48,5 +48,3 @@ expect {
        timeout { exit 1 }
        "ERROR"
 }
-
-# -eof-
index b22a2f3112b6fea41210e69ca7cd00fb564e9517..256d5d1fb35cba4a04dad169e596f39cbb5c4967 100644 (file)
@@ -1,4 +1,5 @@
-# $Id: stress-A.e,v 1.2 2005/08/12 21:35:12 alex Exp $
+# ngIRCd test suite
+# "Stress" header
 
 set timeout 30
 
@@ -7,5 +8,3 @@ expect {
        timeout { exit 1 }
        "Connected"
 }
-
-# -eof-
index e260c6d36ea0b705a4083d8a5e3bfffdac90c31e..95156cbb552041a88222bb27a9ca3f4d7481c646 100644 (file)
@@ -1,4 +1,5 @@
-# $Id: stress-B.e,v 1.3 2005/12/30 22:12:28 alex Exp $
+# ngIRCd test suite
+# "Stress" body
 
 send "user user . . :User\r"
 expect {
@@ -73,5 +74,3 @@ expect {
        timeout { exit 1 }
        "Connection closed"
 }
-
-# -eof-
index 0a71e3f784ffe0436637d8c5a709d82317e96580..a41e6b6a68574f394ef68731948a1ec4764f3bd0 100644 (file)
@@ -1,3 +1,6 @@
+# ngIRCd test suite
+# WHO test
+
 spawn telnet localhost 6789
 expect {
        timeout { exit 1 }
@@ -198,5 +201,3 @@ expect {
        timeout { exit 1 }
        "Connection closed"
 }
-
-# -eof-
index fdb21bc6b864d04bb20b0fc6ef2a64cf6fe1a8eb..16b1184b9861eed4146d8ceb0597d2e02ce1dd3a 100644 (file)
@@ -75,5 +75,3 @@ expect {
        timeout { exit 1 }
        "ERROR"
 }
-
-# -eof-