X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Fclass%2FSystem%2FTest%2FSystem.Net.Sockets%2FChangeLog;h=8222d2382809edf190aeda8b8db2a45f04f8eeee;hb=bf5947a0fd2b523c30833605ee69b2b041aa43f4;hp=b118aa6c29822debf2ee139d7c3b55297d06037e;hpb=e6a317bc40985937e7992a7f70a9bdd1473cbcbc;p=mono.git diff --git a/mcs/class/System/Test/System.Net.Sockets/ChangeLog b/mcs/class/System/Test/System.Net.Sockets/ChangeLog index b118aa6c298..8222d238280 100644 --- a/mcs/class/System/Test/System.Net.Sockets/ChangeLog +++ b/mcs/class/System/Test/System.Net.Sockets/ChangeLog @@ -1,8 +1,48 @@ +2009-09-26 Sebastien Pouliot + + * SocketAsyncEventArgsTest.cs: New. Unit tests + +2009-06-28 Gert Driesen + + * SocketTest.cs: Added tests for argument checks, and improved tests + for disposed socket. + +2009-06-28 Gert Driesen + + * 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 + + * SocketTest.cs: tests for DontLinger. + +2009-06-26 Robert Jordan + + * *.cs: Upgrade to new NUnit style. + +2009-01-26 Gonzalo Paniagua Javier + + * SocketTest.cs: + (TestSelect1) avoid RST by reading the bytes from the client. + +2009-01-07 Geoff Norton + + * SocketTest.cs: Disable some tests on the Mac that rely on socket + options that are unavailable. 2008-12-03 Gonzalo Paniagua Javier * UdpClientTest.cs: test closing a UDP socket while receiving. +2008-11-12 Gonzalo Paniagua Javier + + * SocketTest.cs: added test case based on the one in bug + #443346. + 2008-06-19 Dick Porter * SocketTest.cs: Tests for generic Send() and Receive() methods.