X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?p=ngircd-alex.git;a=blobdiff_plain;f=src%2Ftestsuite%2Fmessage-test.e;h=d0ffcef99266556515c0c5f91fabab67a917f1ff;hp=dd164822e418292bd46a412ffb76319e79257a39;hb=343a90dc376eb9979151752ec33c64ca45b04802;hpb=d4eb55c79fb130844a08279cd574a19f188ffa99 diff --git a/src/testsuite/message-test.e b/src/testsuite/message-test.e index dd164822..d0ffcef9 100644 --- a/src/testsuite/message-test.e +++ b/src/testsuite/message-test.e @@ -35,7 +35,7 @@ expect { "@* PRIVMSG nick :test\r*@* PRIVMSG nick :test" } -send "privmsg nick,#testChannel,nick :test\r" +send "privmsg Nick,#testChannel,nick :test\r" expect { timeout { exit 1 } "@* PRIVMSG nick :test\r*401*@* PRIVMSG nick :test" @@ -47,24 +47,30 @@ expect { "401" } -send "privmsg ~user@ngircd.test.server :test\r" +send "privmsg ~UsEr@ngIRCd.Test.Server :test\r" expect { timeout { exit 1 } "@* PRIVMSG nick :test" } - -send "privmsg ~user\%localhost :test\r" -expect { - timeout { exit 1 } - "@* PRIVMSG nick :test" -} - -send "privmsg nick!~user@localhost :test\r" -expect { - timeout { exit 1 } - "@* PRIVMSG nick :test" -} +# The following two tests using "localhost" as host name +# had to be disabled, because there are operating systems +# out there, that use "localhost." as host name +# for 127.0.0.1 instead of just "localhost". +# (for example OpenBSD 4, OpenSolaris, ...) +# +#send "privmsg ~user\%localhost :test\r" +#expect { +# timeout { exit 1 } +# "@* PRIVMSG nick :test" +#} +# +#send "privmsg Nick!~User@LocalHost :test\r" +#expect { +# timeout { exit 1 } +# "@* PRIVMSG nick :test" +# "401" +#} send "away :away\r" expect {