You've already forked linux-packaging-mono
Imported Upstream version 5.10.1.42
Former-commit-id: fc4cafa487495cd406de2dca661ff1385900bb67
This commit is contained in:
parent
9de631b383
commit
cc017e5770
@ -88,7 +88,7 @@ namespace MonoTests.System.Net
|
||||
WebClient wc = new WebClient ();
|
||||
string filename = Path.GetTempFileName ();
|
||||
|
||||
var task = wc.DownloadFileTaskAsync ("http://www.mono-project.com/", filename);
|
||||
var task = wc.DownloadFileTaskAsync ("http://www.example.com/", filename);
|
||||
Assert.IsTrue (task.Wait (15000));
|
||||
Assert.IsTrue (task.IsCompleted);
|
||||
|
||||
|
Reference in New Issue
Block a user