You've already forked linux-packaging-mono
Imported Upstream version 3.12.0
Former-commit-id: cf92446697332992ec36726e78eb8703e1f259d7
This commit is contained in:
@ -29,7 +29,6 @@ namespace MonoCasTests.System.Net.Sockets {
|
||||
|
||||
static ManualResetEvent reset;
|
||||
private string message;
|
||||
private string uri = "http://www.google.com";
|
||||
|
||||
[TestFixtureSetUp]
|
||||
public void FixtureSetUp ()
|
||||
|
@ -936,7 +936,7 @@ namespace MonoTests.System.Net.Sockets {
|
||||
try {
|
||||
client = new UdpClient (port);
|
||||
break;
|
||||
} catch (Exception ex) {
|
||||
} catch (Exception) {
|
||||
if (i == 5)
|
||||
throw;
|
||||
}
|
||||
|
Reference in New Issue
Block a user