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