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:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user