diff options
author | Florent Le Coz <louiz@louiz.org> | 2016-01-15 12:14:49 +0100 |
---|---|---|
committer | Florent Le Coz <louiz@louiz.org> | 2016-01-15 12:14:49 +0100 |
commit | 0c85ed128a650aa4dde7d919b4165162225a818f (patch) | |
tree | 757a1ebf568f63dd340e7e206ccf439ccb31012f /tests | |
parent | ccfdb60cc1b63cec2a97eaaaec23ca547b7f2a09 (diff) | |
download | biboumi-0c85ed128a650aa4dde7d919b4165162225a818f.tar.gz biboumi-0c85ed128a650aa4dde7d919b4165162225a818f.tar.bz2 biboumi-0c85ed128a650aa4dde7d919b4165162225a818f.tar.xz biboumi-0c85ed128a650aa4dde7d919b4165162225a818f.zip |
Remove the localhost6 test, that’s not portable at all
Diffstat (limited to 'tests')
-rw-r--r-- | tests/dns.cpp | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/tests/dns.cpp b/tests/dns.cpp index e8cbc7f..4ec1b96 100644 --- a/tests/dns.cpp +++ b/tests/dns.cpp @@ -65,12 +65,6 @@ TEST_CASE("DNS resolver") loop(); CHECK(!success); - hostname = "localhost6"; - resolver.resolve(hostname, port, - success_cb, error_cb); - loop(); - CHECK(success); - hostname = "localhost"; resolver.resolve(hostname, port, success_cb, error_cb); |