ChangeLog 5.6 KB

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