You've already forked linux-packaging-mono
Imported Upstream version 3.10.0
Former-commit-id: 172c8e3c300b39d5785c7a3e8dfb08ebdbc1a99b
This commit is contained in:
@ -416,9 +416,6 @@ public class IPAddressTest
|
||||
}
|
||||
|
||||
[Test]
|
||||
#if TARGET_JVM
|
||||
[Ignore ("TD BUG ID: 7213")]
|
||||
#endif
|
||||
public void Constructor0_Address_Invalid ()
|
||||
{
|
||||
try {
|
||||
@ -473,9 +470,6 @@ public class IPAddressTest
|
||||
}
|
||||
|
||||
[Test]
|
||||
#if TARGET_JVM
|
||||
[Ignore ("TD BUG ID: 7213")]
|
||||
#endif
|
||||
public void Constructor1_Address_4Byte ()
|
||||
{
|
||||
byte [] bytes = new byte [4] { 192, 202, 112, 37 };
|
||||
|
Reference in New Issue
Block a user