repo: ngircd
action: commit
revision: 
path_from: 
revision_from: 48ec815e99434dbc65be24a2ad232677cb623095:
path_to: 
revision_to: 
git.thebackupbox.net
ngircd
git clone git://git.thebackupbox.net/ngircd
commit 48ec815e99434dbc65be24a2ad232677cb623095
Author: Alexander Barton 
Date:   Sun Dec 15 15:52:34 2002 +0000

    - modified test suite to reflect changes in MODE parser.

diff --git a/src/testsuite/mode-test.e b/src/testsuite/mode-test.e
index fe1d7e5802c898e770e06b93e9533eea4cc31877..
index ..db564086406e20fba209ee23008c7fadc324d65b 100644
--- a/src/testsuite/mode-test.e
+++ b/src/testsuite/mode-test.e
@@ -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 {
@@ -93,10 +93,10 @@ expect {
 	":nick!~user@* MODE #channel +I nick3!user@*"
 }

-send "mode #channel -vo nick\r"
+send "mode #channel -vo nick nick\r"
 expect {
 	timeout { exit 1 }
-	":nick!~user@* MODE #channel -vo nick"
+	":nick!~user@* MODE #channel -vo nick nick"
 }

 send "quit\r"

-----END OF PAGE-----