[corlib] Improve CancellationTokenSource test
[mono.git] / mcs / class / System / Test / System.Net.Sockets / ChangeLog
index b118aa6c29822debf2ee139d7c3b55297d06037e..8222d2382809edf190aeda8b8db2a45f04f8eeee 100644 (file)
@@ -1,8 +1,48 @@
+2009-09-26  Sebastien Pouliot  <sebastien@ximian.com>
+
+       * SocketAsyncEventArgsTest.cs: New. Unit tests
+
+2009-06-28  Gert Driesen  <drieseng@users.sourceforge.net>
+
+       * SocketTest.cs: Added tests for argument checks, and improved tests
+       for disposed socket.
+
+2009-06-28  Gert Driesen  <drieseng@users.sourceforge.net>
+
+       * IPv6MulticastOptionTest.cs: Added .ctor and property tests.
+       * MulticastOptionTest.cs: Added .ctor and property tests.
+       * SocketTest.cs: Fixed compiler warnings. Improved tests for
+       closed socket. Added tests fr GetSocketOption, and SetSocketOption
+       overloads (for Linger, DontLinger, AddMembership and DropMembership).
+       * UdpClientTest.cs: Added .ctor and JoinMulticastGroup tests.
+
+2009-06-26 Gonzalo Paniagua Javier <gonzalo@novell.com>
+
+       * SocketTest.cs: tests for DontLinger.
+
+2009-06-26  Robert Jordan  <robertj@gmx.net>
+
+       * *.cs: Upgrade to new NUnit style.
+
+2009-01-26 Gonzalo Paniagua Javier <gonzalo@novell.com>
+
+       * SocketTest.cs:
+       (TestSelect1) avoid RST by reading the bytes from the client.
+
+2009-01-07  Geoff Norton  <gnorton@novell.com>
+
+       * SocketTest.cs: Disable some tests on the Mac that rely on socket
+       options that are unavailable.
 
 2008-12-03 Gonzalo Paniagua Javier <gonzalo@novell.com>
 
        * UdpClientTest.cs: test closing a UDP socket while receiving.
 
+2008-11-12 Gonzalo Paniagua Javier <gonzalo@novell.com>
+
+       * SocketTest.cs: added test case based on the one in bug
+       #443346.
+
 2008-06-19  Dick Porter  <dick@ximian.com>
 
        * SocketTest.cs: Tests for generic Send() and Receive() methods.