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