You've already forked linux-packaging-mono
Imported Upstream version 5.10.1.2
Former-commit-id: 4a4d20b03e9e509d6d89eaf6a6226999e9214e2a
This commit is contained in:
parent
67cbe538ec
commit
206c528043
@ -209,6 +209,13 @@ namespace MonoTests.System.Net
|
||||
}
|
||||
}
|
||||
|
||||
[Test]
|
||||
[Category("NotOnWindows")]
|
||||
public void GetHostAddresses_IPv6 ()
|
||||
{
|
||||
var address = Dns.GetHostAddresses("ipv6.google.com");
|
||||
}
|
||||
|
||||
[Test]
|
||||
public void GetHostName ()
|
||||
{
|
||||
|
Reference in New Issue
Block a user