ChangeLog 2.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899
  1. 2005-09-27 Gonzalo Paniagua Javier <[email protected]>
  2. * SocketTest.cs: added a bunch of tests expecting
  3. ObjectDisposedException to be thrown.
  4. 2005-06-20 Gonzalo Paniagua Javier <[email protected]>
  5. * SocketTest.cs: added new test for Select.
  6. 2005-06-04 Gert Driesen <[email protected]>
  7. * SocketTest.cs: added test for bug #75158 (incompatible address).
  8. 2005-06-04 Gert Driesen <[email protected]>
  9. * SocketTest.cs: use IPAddress.Loopback in IPEndPoint to allow
  10. AcceptBlockingStatus test to pass on both Mono and MS.NET.
  11. 2005-06-04 Gert Driesen <[email protected]>
  12. * SocketTest.cs: added test for bug #75154.
  13. 2005-06-04 Gert Driesen <[email protected]>
  14. * TcpListenerTest.cs: remove NotDotNet category from TcpListener
  15. test as its working just fine on both MS.NET 1.x and 2.0.
  16. 2005-06-03 Gonzalo Paniagua Javier <[email protected]>
  17. * TcpListenerTest.cs: actually connect the socket to the listener. Fixes
  18. the test.
  19. 2005-05-20 Sebastien Pouliot <[email protected]>
  20. * NetworkStreamCas.cs: New. CAS unit tests for NetworkStream.
  21. * SocketCas.cs: New. CAS unit tests for Socket.
  22. * SocketTest.cs: Make some fields public so they can be reused.
  23. * TcpClientCas.cs: New. CAS unit tests for TcpClient (currently
  24. commented as the Begin* methods aren't yet implemented).
  25. 2005-05-06 Gonzalo Paniagua Javier <[email protected]>
  26. * SocketTest.cs: added test for setting a boolean socket option.
  27. 2005-03-06 Nick Drochak <[email protected]>
  28. * TcpClientTest.cs: Choose a different port so test will pass on MS.NET
  29. * TcpListenerTest.cs: Ignore test that doesn't play well on MS.NET
  30. 2005-02-23 Dick Porter <[email protected]>
  31. * UdpClientTest.cs: Added, with UdpClientBroadcastTest from Chris
  32. Bacon <[email protected]>
  33. 2005-02-01 Zoltan Varga <[email protected]>
  34. * SocketTest.cs: Mark some tests with [Category ("InetAccess")].
  35. 2005-01-08 Nick Drochak <[email protected]>
  36. * SocketTest.cs: Ignore test on MS.NET
  37. 2004-10-14 Dick Porter <[email protected]>
  38. * SocketTest.cs: Test the blocking status of accepted sockets
  39. 2004-06-05 Gonzalo Paniagua Javier <[email protected]>
  40. * SocketTest.cs: added test for Select with empty lists. Changed the
  41. 'bogus' address of EndConnect test.
  42. 2003-12-30 Gonzalo Paniagua Javier <[email protected]>
  43. * SocketTest.cs: new test for asynchronous connection failure.
  44. Test by Brad FitzpatrickBrad Fitzpatrick <[email protected]>.
  45. 2003-08-24 Gonzalo Paniagua Javier <[email protected]>
  46. * TcpListenerTest.cs: added more tests.
  47. 2003-07-16 Peter Williams <[email protected]>
  48. * TcpListenerTest.cs: Initialize outSock to null to
  49. prevent an mcs compile error.
  50. 2003-07-14 Jerome Laban <[email protected]>
  51. * TcpListenerTest.cs: Forced IPv4 listener test.
  52. 2002-11-03 Phillip Pearson <[email protected]>
  53. * AllTests.cs: Fixed Lawrence's e-mail address.
  54. 2002-05-17 Lawrence Pit <[email protected]>
  55. * AllTests.cs: added