Commit Diff


commit - 9e79ed86058c88b1264e4507acbd0ae82f5c1290
commit + a90004b9133b62b3dc2ee80c572a8d0c9c607141
blob - 16c67ad4a007eeeada1a6f08fedcc9571b2d069a
blob + dd7eb66d20e5f9c6a8f7583041af25a854fec362
--- src/testsuite/channel-test.e
+++ src/testsuite/channel-test.e
@@ -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-
blob - e994c144016bfd0708f340282e60358a5ca278e6
blob + 41b8eb49ce34105963f554944d933932d4ed53dd
--- src/testsuite/check-idle.e
+++ src/testsuite/check-idle.e
@@ -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-
blob - 49ce70c12685d258aa5ede6c4c2d676eae920126
blob + 662f5f7a580f6b266be2aa5161a0b7a0f05d95ca
--- src/testsuite/connect-test.e
+++ src/testsuite/connect-test.e
@@ -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-
blob - cc7015a5e5dffe58e76598b42db81bd78071b537
blob + 3716d1975fa614d4f693f9d65c8b3d9f42a59b22
--- src/testsuite/invite-test.e
+++ src/testsuite/invite-test.e
@@ -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-
blob - 41a5168ae296ea34d6cd4f44326dfb360850608c
blob + 28b4c54faf210fa9746055a4c85f480a6bfce691
--- src/testsuite/join-test.e
+++ src/testsuite/join-test.e
@@ -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-
blob - 9412d321b990be4c852f5834ff06259ad4b962c0
blob + 3d3c1ee9bd7af0fbb770ff77834ae5f3b65068c2
--- src/testsuite/kick-test.e
+++ src/testsuite/kick-test.e
@@ -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-
blob - 6e63bb5225dd52976f317756438b438eb5019d5b
blob + 0e70640e2b6ca2abd444a19eedf34aed611d3d53
--- src/testsuite/message-test.e
+++ src/testsuite/message-test.e
@@ -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-
blob - 0623024da07997fcd9fe3e58a6bf44939b1d77c2
blob + a83bc5b43a16cc36f310906bcc6c2b14e59da914
--- src/testsuite/misc-test.e
+++ src/testsuite/misc-test.e
@@ -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-
blob - 44b6e5dfe5a3bb3cb05dddba1e08498e1cb58bdd
blob + d6726a4385e3437cbbfbf57de5726fa3e3071388
--- src/testsuite/mode-test.e
+++ src/testsuite/mode-test.e
@@ -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-
blob - 35d109e9be4d903e0a886c7d81ca434e4c67ea2d
blob + 7d941720afb5689e08a1ce04175ffc5a0af66c02
--- src/testsuite/opless-channel-test.e
+++ src/testsuite/opless-channel-test.e
@@ -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-
blob - 3a1c232d8f11eaab020e421ad2a368bbedb08b01
blob + cf3fae80099ee652d48e23b2c91b2591a3d35b65
--- src/testsuite/server-link-test.e
+++ src/testsuite/server-link-test.e
@@ -48,5 +48,3 @@ expect {
 	timeout { exit 1 }
 	"ERROR"
 }
-
-# -eof-
blob - b22a2f3112b6fea41210e69ca7cd00fb564e9517
blob + 256d5d1fb35cba4a04dad169e596f39cbb5c4967
--- src/testsuite/stress-A.e
+++ src/testsuite/stress-A.e
@@ -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-
blob - e260c6d36ea0b705a4083d8a5e3bfffdac90c31e
blob + 95156cbb552041a88222bb27a9ca3f4d7481c646
--- src/testsuite/stress-B.e
+++ src/testsuite/stress-B.e
@@ -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-
blob - 0a71e3f784ffe0436637d8c5a709d82317e96580
blob + a41e6b6a68574f394ef68731948a1ec4764f3bd0
--- src/testsuite/who-test.e
+++ src/testsuite/who-test.e
@@ -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-
blob - fdb21bc6b864d04bb20b0fc6ef2a64cf6fe1a8eb
blob + 16b1184b9861eed4146d8ceb0597d2e02ce1dd3a
--- src/testsuite/whois-test.e
+++ src/testsuite/whois-test.e
@@ -75,5 +75,3 @@ expect {
 	timeout { exit 1 }
 	"ERROR"
 }
-
-# -eof-