]> arthur.barton.de Git - ngircd-alex.git/blobdiff - src/testsuite/message-test.e
Test suite: Update file headers and comments
[ngircd-alex.git] / src / testsuite / message-test.e
index 6e63bb5225dd52976f317756438b438eb5019d5b..0e70640e2b6ca2abd444a19eedf34aed611d3d53 100644 (file)
@@ -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-