In gmcs:
[mono.git] / mcs / class / System / Test / System.Net.Sockets / ChangeLog
1 2007-01-26  Dick Porter  <dick@ximian.com>
2
3         * SocketTest.cs: New test for SO_ERROR reading, returning the same
4         value over and over.
5
6 2007-01-25  Ilya Kharmatsky <ilyak -at- mainsoft.com>
7
8         * UdbClientTest.cs: Added Ignore attribute for entire test fixture
9         under TARGET_JVM directive.
10
11 2007-01-24  Dick Porter  <dick@ximian.com>
12
13         * NetworkStreamTest.cs: Test 2.0 ReadTimeout property
14
15 2007-01-23  Dick Porter  <dick@ximian.com>
16
17         * TcpListenerTest.cs: Test 2.0 Start(int) overload
18
19         * TcpClientTest.cs: Test 2.0 Connect(IPAddress[], port) overload
20
21 2007-01-11  Dick Porter  <dick@ximian.com>
22
23         * SocketTest.cs: 
24         * UdpClientTest.cs: Test 2.0 additions
25
26 2006-11-24  Dick Porter  <dick@ximian.com>
27
28         * SocketTest.cs: Add a test for async non blocking connects that
29         should fail, leaving Socket.Connected == false.  Based on test
30         case in bug 79878.
31
32 2005-09-27 Gonzalo Paniagua Javier <gonzalo@ximian.com>
33
34         * SocketTest.cs: added a bunch of tests expecting
35         ObjectDisposedException to be thrown.
36
37 2005-06-20 Gonzalo Paniagua Javier <gonzalo@ximian.com>
38
39         * SocketTest.cs: added new test for Select.
40
41 2005-06-04 Gert Driesen <drieseng@users.sourceforge.net>
42
43         * SocketTest.cs: added test for bug #75158 (incompatible address).
44
45 2005-06-04 Gert Driesen <drieseng@users.sourceforge.net>
46
47         * SocketTest.cs: use IPAddress.Loopback in IPEndPoint to allow 
48         AcceptBlockingStatus test to pass on both Mono and MS.NET.
49
50 2005-06-04 Gert Driesen <drieseng@users.sourceforge.net>
51
52         * SocketTest.cs: added test for bug #75154.
53
54 2005-06-04 Gert Driesen <drieseng@users.sourceforge.net>
55
56         * TcpListenerTest.cs: remove NotDotNet category from TcpListener
57         test as its working just fine on both MS.NET 1.x and 2.0.
58
59 2005-06-03 Gonzalo Paniagua Javier <gonzalo@ximian.com>
60
61         * TcpListenerTest.cs: actually connect the socket to the listener. Fixes
62         the test.
63
64 2005-05-20  Sebastien Pouliot  <sebastien@ximian.com>
65
66         * NetworkStreamCas.cs: New. CAS unit tests for NetworkStream.
67         * SocketCas.cs: New. CAS unit tests for Socket.
68         * SocketTest.cs: Make some fields public so they can be reused.
69         * TcpClientCas.cs: New. CAS unit tests for TcpClient (currently 
70         commented as the Begin* methods aren't yet implemented).
71
72 2005-05-06 Gonzalo Paniagua Javier <gonzalo@ximian.com>
73
74         * SocketTest.cs: added test for setting a boolean socket option.
75
76 2005-03-06  Nick Drochak  <ndrochak@ieee.org>
77
78         * TcpClientTest.cs: Choose a different port so test will pass on MS.NET
79         * TcpListenerTest.cs: Ignore test that doesn't play well on MS.NET
80
81 2005-02-23  Dick Porter  <dick@ximian.com>
82
83         * UdpClientTest.cs: Added, with UdpClientBroadcastTest from Chris
84         Bacon <chris.bacon@docobo.co.uk>
85
86 2005-02-01  Zoltan Varga  <vargaz@freemail.hu>
87
88         * SocketTest.cs: Mark some tests with [Category ("InetAccess")].
89
90 2005-01-08  Nick Drochak  <ndrochak@ieee.org>
91
92         * SocketTest.cs: Ignore test on MS.NET
93
94 2004-10-14  Dick Porter  <dick@ximian.com>
95
96         * SocketTest.cs: Test the blocking status of accepted sockets
97
98 2004-06-05  Gonzalo Paniagua Javier <gonzalo@ximian.com>
99
100         * SocketTest.cs: added test for Select with empty lists. Changed the
101         'bogus' address of EndConnect test.
102
103 2003-12-30  Gonzalo Paniagua Javier <gonzalo@ximian.com>
104
105         * SocketTest.cs: new test for asynchronous connection failure.
106         Test by Brad FitzpatrickBrad Fitzpatrick <brad@danga.com>.
107
108 2003-08-24  Gonzalo Paniagua Javier <gonzalo@ximian.com>
109
110         * TcpListenerTest.cs: added more tests.
111
112 2003-07-16  Peter Williams  <peter@newton.cx>
113
114         * TcpListenerTest.cs: Initialize outSock to null to
115         prevent an mcs compile error.
116
117 2003-07-14  Jerome Laban <jlaban@wanadoo.fr>
118
119         * TcpListenerTest.cs: Forced IPv4 listener test.
120
121 2002-11-03  Phillip Pearson  <pp@myelin.co.nz>
122
123         * AllTests.cs: Fixed Lawrence's e-mail address.
124
125 2002-05-17  Lawrence Pit <loz@cable.a2000.nl>
126
127         * AllTests.cs: added
128
129
130