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