X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Fclass%2FSystem%2FTest%2FSystem.Net.Sockets%2FChangeLog;h=a28487aecef171dbed5c998e5ac761b82ff063d8;hb=1c7df92ca0180bdc3f5102cced4b08cff6d53af7;hp=b1634d2c02334c61383960bda81fe4ce3e5bd7d3;hpb=5bbfa8860b090e465a3aa45edeb9c94481ef1a22;p=mono.git diff --git a/mcs/class/System/Test/System.Net.Sockets/ChangeLog b/mcs/class/System/Test/System.Net.Sockets/ChangeLog index b1634d2c023..a28487aecef 100644 --- a/mcs/class/System/Test/System.Net.Sockets/ChangeLog +++ b/mcs/class/System/Test/System.Net.Sockets/ChangeLog @@ -1,3 +1,123 @@ +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. + +2007-11-22 Gert Driesen + + * UdpClientTest.cs: Fixed line endings. + +2007-11-02 Zoltan Varga + + * SocketTest.cs: Disable the send/receive buffer size tests. + +2007-10-30 Dick Porter + + * UdpClientTest.cs: Test for 324033. + +2007-10-21 Robert Jordan + + * SocketTest.cs: Enable GetHashCodeTest. + +2007-08-15 Gert Driesen + + * SocketTest.cs: Improved EndConnect test. Added test for bug #82446, + and marked it NotWorking for 2.0 profile. + +2007-05-14 Dick Porter + + * SocketTest.cs: Tests for bug 75705 + +2007-04-21 Gert Driesen + + * TcpClientTest.cs: Enabled test for bug #81105. + +2007-04-20 Gert Driesen + + * TcpClientTest.cs: ... and disable it again, since it fails buildbot + sles-9 x86-64. + +2007-04-20 Gert Driesen + + * TcpClientTest.cs: Re-enabled test for bug #81105 since it passes + on both linux and windows. I'll monitor the build bots to spot if it + breaks the tests. + +2007-03-11 Gert Driesen + + * TcpClientTest.cs: Added test for bug #81105. + +2007-03-07 Vladimir Krasnov + + * SocketTest.jvm.cs: removed not supported calls for TARGET_JVM because + of validation failures + +2007-02-08 Ilya Kharmatsky + + * SocketTest.jvm.cs: added 'Ignore' attributes for non working tests. + +2007-01-30 Ilya Kharmatsky + + * SocketTest.jvm.cs: added - forked out from SocketTest.cs due to + a lot 'TARGET_JVM' specific changes. + +2007-01-26 Dick Porter + + * SocketTest.cs: New test for SO_ERROR reading, returning the same + value over and over. + +2007-01-25 Ilya Kharmatsky + + * UdbClientTest.cs: Added Ignore attribute for entire test fixture + under TARGET_JVM directive. + +2007-01-24 Dick Porter + + * NetworkStreamTest.cs: Test 2.0 ReadTimeout property + +2007-01-23 Dick Porter + + * TcpListenerTest.cs: Test 2.0 Start(int) overload + + * TcpClientTest.cs: Test 2.0 Connect(IPAddress[], port) overload + +2007-01-11 Dick Porter + + * SocketTest.cs: + * UdpClientTest.cs: Test 2.0 additions + +2006-11-24 Dick Porter + + * SocketTest.cs: Add a test for async non blocking connects that + should fail, leaving Socket.Connected == false. Based on test + case in bug 79878. + 2005-09-27 Gonzalo Paniagua Javier * SocketTest.cs: added a bunch of tests expecting