diff options
| author | Alexander Barton <alex@barton.de> | 2014-04-17 23:55:49 +0200 |
|---|---|---|
| committer | Alexander Barton <alex@barton.de> | 2014-04-17 23:56:36 +0200 |
| commit | a90004b9133b62b3dc2ee80c572a8d0c9c607141 (patch) | |
| tree | 156831f5c4f8e473cf12ebf7681ed400a2e2e504 /src/testsuite/message-test.e | |
| parent | 9e79ed86058c88b1264e4507acbd0ae82f5c1290 (diff) | |
| download | ngircd-a90004b9133b62b3dc2ee80c572a8d0c9c607141.tar.gz ngircd-a90004b9133b62b3dc2ee80c572a8d0c9c607141.zip | |
Test suite: Update file headers and comments
Diffstat (limited to 'src/testsuite/message-test.e')
| -rw-r--r-- | src/testsuite/message-test.e | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/src/testsuite/message-test.e b/src/testsuite/message-test.e index 6e63bb52..0e70640e 100644 --- a/src/testsuite/message-test.e +++ b/src/testsuite/message-test.e @@ -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- |