mirror of
https://github.com/osmarks/ngircd.git
synced 2025-01-08 06:40:28 +00:00
Test suite: Update file headers and comments
This commit is contained in:
parent
9e79ed8605
commit
a90004b913
@ -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
|
spawn telnet localhost 6789
|
||||||
expect {
|
expect {
|
||||||
@ -104,5 +105,3 @@ expect {
|
|||||||
timeout { exit 1 }
|
timeout { exit 1 }
|
||||||
"Connection closed"
|
"Connection closed"
|
||||||
}
|
}
|
||||||
|
|
||||||
# -eof-
|
|
||||||
|
@ -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
|
spawn telnet localhost 6789
|
||||||
expect {
|
expect {
|
||||||
@ -28,5 +29,3 @@ expect {
|
|||||||
}
|
}
|
||||||
|
|
||||||
exit $r
|
exit $r
|
||||||
|
|
||||||
# -eof-
|
|
||||||
|
@ -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
|
spawn telnet localhost 6789
|
||||||
expect {
|
expect {
|
||||||
@ -17,5 +18,3 @@ expect {
|
|||||||
timeout { exit 1 }
|
timeout { exit 1 }
|
||||||
"Connection closed"
|
"Connection closed"
|
||||||
}
|
}
|
||||||
|
|
||||||
# -eof-
|
|
||||||
|
@ -1,3 +1,6 @@
|
|||||||
|
# ngIRCd test suite
|
||||||
|
# INVITE test
|
||||||
|
|
||||||
spawn telnet localhost 6789
|
spawn telnet localhost 6789
|
||||||
expect {
|
expect {
|
||||||
timeout { exit 1 }
|
timeout { exit 1 }
|
||||||
@ -109,5 +112,3 @@ expect {
|
|||||||
timeout { exit 1 }
|
timeout { exit 1 }
|
||||||
"Connection closed"
|
"Connection closed"
|
||||||
}
|
}
|
||||||
|
|
||||||
# -eof-
|
|
||||||
|
@ -1,3 +1,6 @@
|
|||||||
|
# ngIRCd test suite
|
||||||
|
# JOIN test
|
||||||
|
|
||||||
spawn telnet localhost 6789
|
spawn telnet localhost 6789
|
||||||
expect {
|
expect {
|
||||||
timeout { exit 1 }
|
timeout { exit 1 }
|
||||||
@ -64,5 +67,3 @@ expect {
|
|||||||
timeout { exit 1 }
|
timeout { exit 1 }
|
||||||
"Connection closed"
|
"Connection closed"
|
||||||
}
|
}
|
||||||
|
|
||||||
# -eof-
|
|
||||||
|
@ -1,3 +1,6 @@
|
|||||||
|
# ngIRCd test suite
|
||||||
|
# KICK test
|
||||||
|
|
||||||
spawn telnet localhost 6789
|
spawn telnet localhost 6789
|
||||||
expect {
|
expect {
|
||||||
timeout { exit 1 }
|
timeout { exit 1 }
|
||||||
@ -108,5 +111,3 @@ expect {
|
|||||||
timeout { exit 1 }
|
timeout { exit 1 }
|
||||||
"Connection closed"
|
"Connection closed"
|
||||||
}
|
}
|
||||||
|
|
||||||
# -eof-
|
|
||||||
|
@ -1,3 +1,6 @@
|
|||||||
|
# ngIRCd test suite
|
||||||
|
# PRIVMSG and NOTICE test
|
||||||
|
|
||||||
spawn telnet localhost 6789
|
spawn telnet localhost 6789
|
||||||
expect {
|
expect {
|
||||||
timeout { exit 1 }
|
timeout { exit 1 }
|
||||||
@ -138,12 +141,8 @@ expect {
|
|||||||
"401"
|
"401"
|
||||||
}
|
}
|
||||||
|
|
||||||
#cannot test host mask since localhost has no '.' as RFC requires
|
|
||||||
|
|
||||||
send "quit\r"
|
send "quit\r"
|
||||||
expect {
|
expect {
|
||||||
timeout { exit 1 }
|
timeout { exit 1 }
|
||||||
"Connection closed"
|
"Connection closed"
|
||||||
}
|
}
|
||||||
|
|
||||||
# -eof-
|
|
||||||
|
@ -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
|
spawn telnet localhost 6789
|
||||||
expect {
|
expect {
|
||||||
@ -161,5 +162,3 @@ expect {
|
|||||||
timeout { exit 1 }
|
timeout { exit 1 }
|
||||||
"ERROR"
|
"ERROR"
|
||||||
}
|
}
|
||||||
|
|
||||||
# -eof-
|
|
||||||
|
@ -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
|
spawn telnet localhost 6789
|
||||||
expect {
|
expect {
|
||||||
@ -172,5 +173,3 @@ expect {
|
|||||||
timeout { exit 1 }
|
timeout { exit 1 }
|
||||||
"Connection closed"
|
"Connection closed"
|
||||||
}
|
}
|
||||||
|
|
||||||
# -eof-
|
|
||||||
|
@ -1,3 +1,6 @@
|
|||||||
|
# ngIRCd test suite
|
||||||
|
# Op-less channel test
|
||||||
|
|
||||||
spawn telnet localhost 6789
|
spawn telnet localhost 6789
|
||||||
expect {
|
expect {
|
||||||
timeout { exit 1 }
|
timeout { exit 1 }
|
||||||
@ -28,5 +31,3 @@ expect {
|
|||||||
timeout { exit 1 }
|
timeout { exit 1 }
|
||||||
"Connection closed"
|
"Connection closed"
|
||||||
}
|
}
|
||||||
|
|
||||||
# -eof-
|
|
||||||
|
@ -48,5 +48,3 @@ expect {
|
|||||||
timeout { exit 1 }
|
timeout { exit 1 }
|
||||||
"ERROR"
|
"ERROR"
|
||||||
}
|
}
|
||||||
|
|
||||||
# -eof-
|
|
||||||
|
@ -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
|
set timeout 30
|
||||||
|
|
||||||
@ -7,5 +8,3 @@ expect {
|
|||||||
timeout { exit 1 }
|
timeout { exit 1 }
|
||||||
"Connected"
|
"Connected"
|
||||||
}
|
}
|
||||||
|
|
||||||
# -eof-
|
|
||||||
|
@ -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"
|
send "user user . . :User\r"
|
||||||
expect {
|
expect {
|
||||||
@ -73,5 +74,3 @@ expect {
|
|||||||
timeout { exit 1 }
|
timeout { exit 1 }
|
||||||
"Connection closed"
|
"Connection closed"
|
||||||
}
|
}
|
||||||
|
|
||||||
# -eof-
|
|
||||||
|
@ -1,3 +1,6 @@
|
|||||||
|
# ngIRCd test suite
|
||||||
|
# WHO test
|
||||||
|
|
||||||
spawn telnet localhost 6789
|
spawn telnet localhost 6789
|
||||||
expect {
|
expect {
|
||||||
timeout { exit 1 }
|
timeout { exit 1 }
|
||||||
@ -198,5 +201,3 @@ expect {
|
|||||||
timeout { exit 1 }
|
timeout { exit 1 }
|
||||||
"Connection closed"
|
"Connection closed"
|
||||||
}
|
}
|
||||||
|
|
||||||
# -eof-
|
|
||||||
|
@ -75,5 +75,3 @@ expect {
|
|||||||
timeout { exit 1 }
|
timeout { exit 1 }
|
||||||
"ERROR"
|
"ERROR"
|
||||||
}
|
}
|
||||||
|
|
||||||
# -eof-
|
|
||||||
|
Loading…
Reference in New Issue
Block a user