You've already forked linux-packaging-mono
Imported Upstream version 5.14.0.148
Former-commit-id: ccfce85f9487e4135d045a812192413d573f33be
This commit is contained in:
parent
7aa1346787
commit
01c08d50e8
@ -769,7 +769,7 @@ namespace MonoTests.System.Net.Http
|
||||
client.SendAsync (request, HttpCompletionOption.ResponseHeadersRead).Wait ();
|
||||
Assert.Fail ("#1");
|
||||
} catch (AggregateException e) {
|
||||
Assert.AreEqual (typeof (ProtocolViolationException), e.InnerException.GetType (), "#2");
|
||||
Assert.AreEqual (typeof (InvalidOperationException), e.InnerException.GetType (), "#2");
|
||||
}
|
||||
Assert.IsNull (failed, "#102");
|
||||
} finally {
|
||||
|
Reference in New Issue
Block a user