commit - 9e79ed86058c88b1264e4507acbd0ae82f5c1290
commit + a90004b9133b62b3dc2ee80c572a8d0c9c607141
blob - 16c67ad4a007eeeada1a6f08fedcc9571b2d069a
blob + dd7eb66d20e5f9c6a8f7583041af25a854fec362
--- src/testsuite/channel-test.e
+++ src/testsuite/channel-test.e
-# $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 {
timeout { exit 1 }
"Connection closed"
}
-
-# -eof-
blob - e994c144016bfd0708f340282e60358a5ca278e6
blob + 41b8eb49ce34105963f554944d933932d4ed53dd
--- src/testsuite/check-idle.e
+++ src/testsuite/check-idle.e
-# $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 {
}
exit $r
-
-# -eof-
blob - 49ce70c12685d258aa5ede6c4c2d676eae920126
blob + 662f5f7a580f6b266be2aa5161a0b7a0f05d95ca
--- src/testsuite/connect-test.e
+++ src/testsuite/connect-test.e
-# $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 {
timeout { exit 1 }
"Connection closed"
}
-
-# -eof-
blob - cc7015a5e5dffe58e76598b42db81bd78071b537
blob + 3716d1975fa614d4f693f9d65c8b3d9f42a59b22
--- src/testsuite/invite-test.e
+++ src/testsuite/invite-test.e
+# ngIRCd test suite
+# INVITE test
+
spawn telnet localhost 6789
expect {
timeout { exit 1 }
timeout { exit 1 }
"Connection closed"
}
-
-# -eof-
blob - 41a5168ae296ea34d6cd4f44326dfb360850608c
blob + 28b4c54faf210fa9746055a4c85f480a6bfce691
--- src/testsuite/join-test.e
+++ src/testsuite/join-test.e
+# ngIRCd test suite
+# JOIN test
+
spawn telnet localhost 6789
expect {
timeout { exit 1 }
timeout { exit 1 }
"Connection closed"
}
-
-# -eof-
blob - 9412d321b990be4c852f5834ff06259ad4b962c0
blob + 3d3c1ee9bd7af0fbb770ff77834ae5f3b65068c2
--- src/testsuite/kick-test.e
+++ src/testsuite/kick-test.e
+# ngIRCd test suite
+# KICK test
+
spawn telnet localhost 6789
expect {
timeout { exit 1 }
timeout { exit 1 }
"Connection closed"
}
-
-# -eof-
blob - 6e63bb5225dd52976f317756438b438eb5019d5b
blob + 0e70640e2b6ca2abd444a19eedf34aed611d3d53
--- src/testsuite/message-test.e
+++ src/testsuite/message-test.e
+# ngIRCd test suite
+# PRIVMSG and NOTICE test
+
spawn telnet localhost 6789
expect {
timeout { exit 1 }
"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
-# $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 {
timeout { exit 1 }
"ERROR"
}
-
-# -eof-
blob - 44b6e5dfe5a3bb3cb05dddba1e08498e1cb58bdd
blob + d6726a4385e3437cbbfbf57de5726fa3e3071388
--- src/testsuite/mode-test.e
+++ src/testsuite/mode-test.e
-# $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 {
timeout { exit 1 }
"Connection closed"
}
-
-# -eof-
blob - 35d109e9be4d903e0a886c7d81ca434e4c67ea2d
blob + 7d941720afb5689e08a1ce04175ffc5a0af66c02
--- src/testsuite/opless-channel-test.e
+++ src/testsuite/opless-channel-test.e
+# ngIRCd test suite
+# Op-less channel test
+
spawn telnet localhost 6789
expect {
timeout { exit 1 }
timeout { exit 1 }
"Connection closed"
}
-
-# -eof-
blob - 3a1c232d8f11eaab020e421ad2a368bbedb08b01
blob + cf3fae80099ee652d48e23b2c91b2591a3d35b65
--- src/testsuite/server-link-test.e
+++ src/testsuite/server-link-test.e
timeout { exit 1 }
"ERROR"
}
-
-# -eof-
blob - b22a2f3112b6fea41210e69ca7cd00fb564e9517
blob + 256d5d1fb35cba4a04dad169e596f39cbb5c4967
--- src/testsuite/stress-A.e
+++ src/testsuite/stress-A.e
-# $Id: stress-A.e,v 1.2 2005/08/12 21:35:12 alex Exp $
+# ngIRCd test suite
+# "Stress" header
set timeout 30
timeout { exit 1 }
"Connected"
}
-
-# -eof-
blob - e260c6d36ea0b705a4083d8a5e3bfffdac90c31e
blob + 95156cbb552041a88222bb27a9ca3f4d7481c646
--- src/testsuite/stress-B.e
+++ src/testsuite/stress-B.e
-# $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 {
timeout { exit 1 }
"Connection closed"
}
-
-# -eof-
blob - 0a71e3f784ffe0436637d8c5a709d82317e96580
blob + a41e6b6a68574f394ef68731948a1ec4764f3bd0
--- src/testsuite/who-test.e
+++ src/testsuite/who-test.e
+# ngIRCd test suite
+# WHO test
+
spawn telnet localhost 6789
expect {
timeout { exit 1 }
timeout { exit 1 }
"Connection closed"
}
-
-# -eof-
blob - fdb21bc6b864d04bb20b0fc6ef2a64cf6fe1a8eb
blob + 16b1184b9861eed4146d8ceb0597d2e02ce1dd3a
--- src/testsuite/whois-test.e
+++ src/testsuite/whois-test.e
timeout { exit 1 }
"ERROR"
}
-
-# -eof-