]> arthur.barton.de Git - ngircd-alex.git/commitdiff
- modified test suite to reflect changes in MODE parser.
authorAlexander Barton <alex@barton.de>
Sun, 15 Dec 2002 15:52:34 +0000 (15:52 +0000)
committerAlexander Barton <alex@barton.de>
Sun, 15 Dec 2002 15:52:34 +0000 (15:52 +0000)
src/testsuite/mode-test.e

index fe1d7e5802c898e770e06b93e9533eea4cc31877..db564086406e20fba209ee23008c7fadc324d65b 100644 (file)
@@ -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
 expect {
 
 spawn telnet localhost 6789
 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 {
        timeout { exit 1 }
 expect {
        timeout { exit 1 }
-       ":nick!~user@* MODE #channel -vo nick"
+       ":nick!~user@* MODE #channel -vo nick nick"
 }
 
 send "quit\r"
 }
 
 send "quit\r"