Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Köplinger <alex.koeplinger@outlook.com>2019-10-11 10:34:28 +0300
committerGitHub <noreply@github.com>2019-10-11 10:34:28 +0300
commitd457346e06db117efdbab2057748c8426855dc14 (patch)
tree04d451b554b8fa8815ca0f002c23bc6567d76ec8 /mcs/class/System
parent5784d064e7da1aadb40afccb998afa49ddc8e9e7 (diff)
[tests] Bump corefx to get Azure testhost change (#17275)
* Bump corefx to get Azure testhost change See https://github.com/mono/corefx/pull/360 * Update ClientWebSocketTest as well
Diffstat (limited to 'mcs/class/System')
-rw-r--r--mcs/class/System/Test/System.Net.WebSockets/ClientWebSocketTest.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/mcs/class/System/Test/System.Net.WebSockets/ClientWebSocketTest.cs b/mcs/class/System/Test/System.Net.WebSockets/ClientWebSocketTest.cs
index 85ccfe20c40..b0592e38114 100644
--- a/mcs/class/System/Test/System.Net.WebSockets/ClientWebSocketTest.cs
+++ b/mcs/class/System/Test/System.Net.WebSockets/ClientWebSocketTest.cs
@@ -16,7 +16,7 @@ namespace MonoTests.System.Net.WebSockets
[TestFixture]
public class ClientWebSocketTest
{
- const string EchoServerUrl = "ws://corefx-net.cloudapp.net/WebSocket/EchoWebSocket.ashx";
+ const string EchoServerUrl = "ws://corefx-net-http11.azurewebsites.net/WebSocket/EchoWebSocket.ashx";
ClientWebSocket socket;
MethodInfo headerSetMethod;