ChangeLog 4.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148
  1. 2007-03-11 Gert Driesen <[email protected]>
  2. * TcpClientTest.cs: Added test for bug #81105.
  3. 2007-03-07 Vladimir Krasnov <[email protected]>
  4. * SocketTest.jvm.cs: removed not supported calls for TARGET_JVM because
  5. of validation failures
  6. 2007-02-08 Ilya Kharmatsky <ilyak -at- mainsoft.com>
  7. * SocketTest.jvm.cs: added 'Ignore' attributes for non working tests.
  8. 2007-01-30 Ilya Kharmatsky <ilyak -at- mainsoft.com>
  9. * SocketTest.jvm.cs: added - forked out from SocketTest.cs due to
  10. a lot 'TARGET_JVM' specific changes.
  11. 2007-01-26 Dick Porter <[email protected]>
  12. * SocketTest.cs: New test for SO_ERROR reading, returning the same
  13. value over and over.
  14. 2007-01-25 Ilya Kharmatsky <ilyak -at- mainsoft.com>
  15. * UdbClientTest.cs: Added Ignore attribute for entire test fixture
  16. under TARGET_JVM directive.
  17. 2007-01-24 Dick Porter <[email protected]>
  18. * NetworkStreamTest.cs: Test 2.0 ReadTimeout property
  19. 2007-01-23 Dick Porter <[email protected]>
  20. * TcpListenerTest.cs: Test 2.0 Start(int) overload
  21. * TcpClientTest.cs: Test 2.0 Connect(IPAddress[], port) overload
  22. 2007-01-11 Dick Porter <[email protected]>
  23. * SocketTest.cs:
  24. * UdpClientTest.cs: Test 2.0 additions
  25. 2006-11-24 Dick Porter <[email protected]>
  26. * SocketTest.cs: Add a test for async non blocking connects that
  27. should fail, leaving Socket.Connected == false. Based on test
  28. case in bug 79878.
  29. 2005-09-27 Gonzalo Paniagua Javier <[email protected]>
  30. * SocketTest.cs: added a bunch of tests expecting
  31. ObjectDisposedException to be thrown.
  32. 2005-06-20 Gonzalo Paniagua Javier <[email protected]>
  33. * SocketTest.cs: added new test for Select.
  34. 2005-06-04 Gert Driesen <[email protected]>
  35. * SocketTest.cs: added test for bug #75158 (incompatible address).
  36. 2005-06-04 Gert Driesen <[email protected]>
  37. * SocketTest.cs: use IPAddress.Loopback in IPEndPoint to allow
  38. AcceptBlockingStatus test to pass on both Mono and MS.NET.
  39. 2005-06-04 Gert Driesen <[email protected]>
  40. * SocketTest.cs: added test for bug #75154.
  41. 2005-06-04 Gert Driesen <[email protected]>
  42. * TcpListenerTest.cs: remove NotDotNet category from TcpListener
  43. test as its working just fine on both MS.NET 1.x and 2.0.
  44. 2005-06-03 Gonzalo Paniagua Javier <[email protected]>
  45. * TcpListenerTest.cs: actually connect the socket to the listener. Fixes
  46. the test.
  47. 2005-05-20 Sebastien Pouliot <[email protected]>
  48. * NetworkStreamCas.cs: New. CAS unit tests for NetworkStream.
  49. * SocketCas.cs: New. CAS unit tests for Socket.
  50. * SocketTest.cs: Make some fields public so they can be reused.
  51. * TcpClientCas.cs: New. CAS unit tests for TcpClient (currently
  52. commented as the Begin* methods aren't yet implemented).
  53. 2005-05-06 Gonzalo Paniagua Javier <[email protected]>
  54. * SocketTest.cs: added test for setting a boolean socket option.
  55. 2005-03-06 Nick Drochak <[email protected]>
  56. * TcpClientTest.cs: Choose a different port so test will pass on MS.NET
  57. * TcpListenerTest.cs: Ignore test that doesn't play well on MS.NET
  58. 2005-02-23 Dick Porter <[email protected]>
  59. * UdpClientTest.cs: Added, with UdpClientBroadcastTest from Chris
  60. Bacon <[email protected]>
  61. 2005-02-01 Zoltan Varga <[email protected]>
  62. * SocketTest.cs: Mark some tests with [Category ("InetAccess")].
  63. 2005-01-08 Nick Drochak <[email protected]>
  64. * SocketTest.cs: Ignore test on MS.NET
  65. 2004-10-14 Dick Porter <[email protected]>
  66. * SocketTest.cs: Test the blocking status of accepted sockets
  67. 2004-06-05 Gonzalo Paniagua Javier <[email protected]>
  68. * SocketTest.cs: added test for Select with empty lists. Changed the
  69. 'bogus' address of EndConnect test.
  70. 2003-12-30 Gonzalo Paniagua Javier <[email protected]>
  71. * SocketTest.cs: new test for asynchronous connection failure.
  72. Test by Brad FitzpatrickBrad Fitzpatrick <[email protected]>.
  73. 2003-08-24 Gonzalo Paniagua Javier <[email protected]>
  74. * TcpListenerTest.cs: added more tests.
  75. 2003-07-16 Peter Williams <[email protected]>
  76. * TcpListenerTest.cs: Initialize outSock to null to
  77. prevent an mcs compile error.
  78. 2003-07-14 Jerome Laban <[email protected]>
  79. * TcpListenerTest.cs: Forced IPv4 listener test.
  80. 2002-11-03 Phillip Pearson <[email protected]>
  81. * AllTests.cs: Fixed Lawrence's e-mail address.
  82. 2002-05-17 Lawrence Pit <[email protected]>
  83. * AllTests.cs: added