Test suite: Update file headers and comments

This commit is contained in:
Alexander Barton 2014-04-17 23:55:49 +02:00
parent 9e79ed8605
commit a90004b913
15 changed files with 32 additions and 39 deletions

View 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-

View 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-

View 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-

View 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-

View 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-

View 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-

View 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-

View 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-

View 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-

View 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-

View File

@ -48,5 +48,3 @@ expect {
timeout { exit 1 }
"ERROR"
}
# -eof-

View 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-

View 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-

View 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-

View File

@ -75,5 +75,3 @@ expect {
timeout { exit 1 }
"ERROR"
}
# -eof-