]> arthur.barton.de Git - ngircd-alex.git/blobdiff - src/testsuite/message-test.e
Add "tests-skipped.lst" to src/testsuite/.gitignore
[ngircd-alex.git] / src / testsuite / message-test.e
index 4cbc066eec5a0c3fd3fa589a32346eddce4e3e6f..0e70640e2b6ca2abd444a19eedf34aed611d3d53 100644 (file)
@@ -1,3 +1,6 @@
+# ngIRCd test suite
+# PRIVMSG and NOTICE test
+
 spawn telnet localhost 6789
 expect {
        timeout { exit 1 }
@@ -61,7 +64,7 @@ expect {
 send "privmsg nick :test\r"
 expect {
        timeout { exit 1 }
-       "976"
+       "486"
 }
 send "mode nick -b\r"
 expect {
@@ -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-