[bcl] Deduplicate the SocketResponder test helper class.
authorAlex Rønne Petersen <alexrp@xamarin.com>
Wed, 13 Jan 2016 04:54:43 +0000 (05:54 +0100)
committerAlex Rønne Petersen <alexrp@xamarin.com>
Thu, 14 Jan 2016 02:32:23 +0000 (03:32 +0100)
commitceff52c9aea4410f6587bef562154f5694e3b987
tree08cacdac85aa25563bff0cab214be3f3e38c7837
parent9a1769db68b9dcbfb40c17eda376a81278e4668c
[bcl] Deduplicate the SocketResponder test helper class.

A number of fixes were made to the version in System but these fixes were never
applied to the System.Web.Services version. Merge the two and place the class
in the test-helpers directory to avoid this sort of maintenance problem.
mcs/class/Makefile
mcs/class/System.Web.Services/System.Web.Services_test.dll.sources
mcs/class/System.Web.Services/Test/System.Web.Services.Protocols/SoapHttpClientProtocolTest.cs
mcs/class/System.Web.Services/Test/System.Web.Services.Protocols/SocketResponder.cs [deleted file]
mcs/class/System/System_test.dll.sources
mcs/class/System/Test/System.Net.Sockets/TcpClientTest.cs
mcs/class/System/Test/System.Net/SocketResponder.cs [deleted file]
mcs/class/test-helpers/SocketResponder.cs [new file with mode: 0644]