You've already forked linux-packaging-mono
Imported Upstream version 5.10.0.157
Former-commit-id: f980a3b9476482d2b60ad533340793286b27a496
This commit is contained in:
parent
9678eafc8e
commit
80d55115d1
@@ -59,6 +59,6 @@ namespace System.IO
|
||||
protected void OnRenamed (RenamedEventArgs e) { throw new NotImplementedException (); }
|
||||
public WaitForChangedResult WaitForChanged (WatcherChangeTypes changeType) { throw new NotImplementedException (); }
|
||||
public WaitForChangedResult WaitForChanged (WatcherChangeTypes changeType, int timeout) { throw new NotImplementedException (); }
|
||||
protected override void Dispose (bool disposing) { throw new NotImplementedException (); }
|
||||
protected override void Dispose (bool disposing) { }
|
||||
}
|
||||
}
|
@@ -293,9 +293,6 @@ namespace MonoTests.System.Net
|
||||
[Test]
|
||||
#if FEATURE_NO_BSD_SOCKETS
|
||||
[ExpectedException (typeof (PlatformNotSupportedException))]
|
||||
#endif
|
||||
#if MONOTOUCH
|
||||
[Ignore ("On device sometimes hangs in the call to listener.GetContext (). See bug #60542.")]
|
||||
#endif
|
||||
public void HttpRequestIgnoreBadCookies ()
|
||||
{
|
||||
|
Reference in New Issue
Block a user