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:
authorGonzalo Paniagua Javier <gonzalo.mono@gmail.com>2003-12-31 16:18:45 +0300
committerGonzalo Paniagua Javier <gonzalo.mono@gmail.com>2003-12-31 16:18:45 +0300
commitc5cd9cb59751e83445943961cb33334e3d7e9c28 (patch)
tree7603a8cd6daa16e72708c0375c170f1cfd193b7d /mcs/class/System/System_test.dll.sources
parent2838c7ff9f0cedc151c0db50665a9b059dcd642b (diff)
2003-12-30 Gonzalo Paniagua Javier <gonzalo@ximian.com>
* System_test.dll.sources: added SocketTest.cs * System.Net.Sockets/Socket.cs: fix for several asynchronous methods to delay exception throwing. * Test/System.Net.Sockets/SocketTest.cs: new test for asynchronous connection failure. Test+fix by Brad FitzpatrickBrad Fitzpatrick <brad@danga.com>. svn path=/trunk/mcs/; revision=21562
Diffstat (limited to 'mcs/class/System/System_test.dll.sources')
-rw-r--r--mcs/class/System/System_test.dll.sources1
1 files changed, 1 insertions, 0 deletions
diff --git a/mcs/class/System/System_test.dll.sources b/mcs/class/System/System_test.dll.sources
index 3457e4b611d..4562ac9f67c 100644
--- a/mcs/class/System/System_test.dll.sources
+++ b/mcs/class/System/System_test.dll.sources
@@ -35,6 +35,7 @@ System.Net/WebProxyTest.cs
System.Net/WebRequestTest.cs
System.Net.Sockets/TcpClientTest.cs
System.Net.Sockets/TcpListenerTest.cs
+System.Net.Sockets/SocketTest.cs
System.Text.RegularExpressions/PerlTest.cs
System.Text.RegularExpressions/PerlTrials.cs
System.Text.RegularExpressions/RegexTrial.cs