Merge branch 'upstream'
Former-commit-id: 7f38376f4cb407a5842ab73ddf323279ef04db53
This commit is contained in:
commit
e332a0a577
@ -1 +1 @@
|
||||
c0485c2f9df5d26693fb84576018067049031e0f
|
||||
0405eaad6e14272e250b5d0e228cdc25a526539a
|
@ -1 +1 @@
|
||||
3e9a7e48b233632a7da0eb7f82c90ac92c3917d8
|
||||
f67ab8f8f968ead24814554961a2506d220f1e84
|
@ -34,7 +34,7 @@ static class Consts
|
||||
// Use these assembly version constants to make code more maintainable.
|
||||
//
|
||||
|
||||
public const string MonoVersion = "5.10.1.40";
|
||||
public const string MonoVersion = "5.10.1.42";
|
||||
public const string MonoCompany = "Mono development team";
|
||||
public const string MonoProduct = "Mono Common Language Infrastructure";
|
||||
public const string MonoCopyright = "(c) Various Mono authors";
|
||||
|
@ -1691,10 +1691,11 @@ namespace MonoTests.System.Net
|
||||
// We throw a PlatformNotSupportedException deeper, which is caught and re-thrown as WebException
|
||||
[ExpectedException (typeof (WebException))]
|
||||
#endif
|
||||
[Category ("InetAccess")]
|
||||
public void GetWebRequestOverriding ()
|
||||
{
|
||||
GetWebRequestOverridingTestClass testObject = new GetWebRequestOverridingTestClass ();
|
||||
testObject.DownloadData ("http://www.mono-project.com");
|
||||
testObject.DownloadData ("http://www.example.com");
|
||||
|
||||
Assert.IsTrue (testObject.overridedCodeRan, "Overrided code wasn't called");
|
||||
}
|
||||
|
@ -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);
|
||||
|
||||
|
@ -1 +1 @@
|
||||
448a569c80cc2adb9531d4fd84d718cdc9c68b21
|
||||
1c3d609b892150c6a434c3230f6ee2f8f83d537f
|
@ -1 +1 @@
|
||||
cc63b7237253ec87c3f7694dd2a62af2836bea0d
|
||||
d9ea405ef95e6eb3049b2861f6478655ead37e76
|
@ -1 +1 @@
|
||||
bb87cba1da155b59229d7a7d8d470f490d29f1a9
|
||||
e158ea8ae36eaa2b44ad45ed97442e2c2fd563e6
|
@ -1 +1 @@
|
||||
d9474a1a8877f61d1a43aae27b9c0055f2b0cdfc
|
||||
ff1bd0185e1491eafd682c1d28842630bafe23cd
|
@ -1 +1 @@
|
||||
8f416c1f007a014ae887930af7c2917a5fb23e42
|
||||
c074b7f7035bfd438c978cf2313a5b70e3d2b6ec
|
@ -1 +1 @@
|
||||
af4c64d9b19e049141b5f9c78a0ee8869e1ee4c8
|
||||
3111797aa1d3362befcd97b2bbbf121ce7f0c710
|
@ -1 +1 @@
|
||||
14e4ab0eaa2b6760d1d8b5c7c3f6ff156539cdbc
|
||||
1a5c5a66b822428856251965590510ac7e760117
|
@ -1 +1 @@
|
||||
448a569c80cc2adb9531d4fd84d718cdc9c68b21
|
||||
1c3d609b892150c6a434c3230f6ee2f8f83d537f
|
@ -1 +1 @@
|
||||
cc63b7237253ec87c3f7694dd2a62af2836bea0d
|
||||
d9ea405ef95e6eb3049b2861f6478655ead37e76
|
@ -1 +1 @@
|
||||
bb87cba1da155b59229d7a7d8d470f490d29f1a9
|
||||
e158ea8ae36eaa2b44ad45ed97442e2c2fd563e6
|
@ -1 +1 @@
|
||||
d9474a1a8877f61d1a43aae27b9c0055f2b0cdfc
|
||||
ff1bd0185e1491eafd682c1d28842630bafe23cd
|
@ -1 +1 @@
|
||||
8f416c1f007a014ae887930af7c2917a5fb23e42
|
||||
c074b7f7035bfd438c978cf2313a5b70e3d2b6ec
|
@ -1 +1 @@
|
||||
af4c64d9b19e049141b5f9c78a0ee8869e1ee4c8
|
||||
3111797aa1d3362befcd97b2bbbf121ce7f0c710
|
@ -1 +1 @@
|
||||
14e4ab0eaa2b6760d1d8b5c7c3f6ff156539cdbc
|
||||
1a5c5a66b822428856251965590510ac7e760117
|
@ -1 +1 @@
|
||||
448a569c80cc2adb9531d4fd84d718cdc9c68b21
|
||||
1c3d609b892150c6a434c3230f6ee2f8f83d537f
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
x
Reference in New Issue
Block a user