- modified test suite to reflect changes in MODE parser.
This commit is contained in:
parent
80c6dc86ed
commit
48ec815e99
|
@ -1,4 +1,4 @@
|
||||||
# $Id: mode-test.e,v 1.3 2002/11/22 23:45:51 alex Exp $
|
# $Id: mode-test.e,v 1.4 2002/12/15 15:52:34 alex Exp $
|
||||||
|
|
||||||
spawn telnet localhost 6789
|
spawn telnet localhost 6789
|
||||||
expect {
|
expect {
|
||||||
|
@ -93,10 +93,10 @@ expect {
|
||||||
":nick!~user@* MODE #channel +I nick3!user@*"
|
":nick!~user@* MODE #channel +I nick3!user@*"
|
||||||
}
|
}
|
||||||
|
|
||||||
send "mode #channel -vo nick\r"
|
send "mode #channel -vo nick nick\r"
|
||||||
expect {
|
expect {
|
||||||
timeout { exit 1 }
|
timeout { exit 1 }
|
||||||
":nick!~user@* MODE #channel -vo nick"
|
":nick!~user@* MODE #channel -vo nick nick"
|
||||||
}
|
}
|
||||||
|
|
||||||
send "quit\r"
|
send "quit\r"
|
||||||
|
|
Loading…
Reference in New Issue