1
0
mirror of https://github.com/mfontanini/libtins synced 2026-01-23 02:35:57 +01:00

Remove Utils::resolve_domain6 test.

This commit is contained in:
Matias Fontanini
2015-03-04 18:19:00 -08:00
parent 695f191bb8
commit be51d67575

View File

@@ -80,11 +80,13 @@ TEST_F(UtilsTest, ResolveDomain) {
EXPECT_EQ(Utils::resolve_domain("localhost"), localhost_ip);
}
/*
TEST_F(UtilsTest, ResolveDomain6) {
IPv6Address localhost_ip("2606:2800:220:6d:26bf:1447:1097:aa7");
EXPECT_EQ(Utils::resolve_domain6("example.com"), localhost_ip);
}
*/
// FIXME
TEST_F(UtilsTest, Checksum) {