summary refs log tree commit diff
path: root/src/testsuite/whois-test.e
AgeCommit message (Collapse)Author
2024-04-05Test suite: wait for ERROR message on QUITAlexander Barton
Wait for the "ERROR :Closing connection" message sent by ngIRCd when handling the QUIT command, do not wait for "Connection closed" which is actually output by the telnet(1) command and is implementation dependant! For example, on Haiku OS, this is not always(!) echoed (the command seems to hang sometimes?) which results in unpredictable failures in the test suite ...
2014-06-09Test suite: Don't use DNS lookupsAlexander Barton
Different operating systems do behave quite differently when doing DNS lookups, for example "127.0.0.1" sometimes resolves to "localhost" and sometimes to "localhost.localdomain" (for example OpenBSD). And other systems resolve "localhost" to the real host name (for example Cygwin). So not using DNS at all makes the test site much more portable.
2014-04-17Test suite: Update file headers and commentsAlexander Barton
2012-11-04Test suite: add some "remote checks" to whois-test.eAlexander Barton
2012-10-15Test suite: add more checks to whois-test.eAlexander Barton
2011-11-10whois-test: handle local hostname = "localhost.localdomain"Alexander Barton
Use the pattern "localhost*" for valid local hostnames.
2011-03-19Add "whois-test" to testsuite and distribution archiveAlexander Barton
Test script proposed by Dana Dahlstrom, 2008-02-17. See <https://arthur.barton.de/bugzilla/show_bug.cgi?id=72> ...