ChangeLog 6.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196
  1. 2005-06-22 Gonzalo Paniagua Javier <[email protected]>
  2. * HttpWebRequestTest.cs: added test for the sslClientStream blocking
  3. issue.
  4. 2005-06-03 Gonzalo Paniagua Javier <[email protected]>
  5. * IPAddressTest.cs: cleanup and added loopback IPv6 test.
  6. 2005-05-19 Sebastien Pouliot <[email protected]>
  7. * DnsCas.cs: New. CAS unit tests for Dns.
  8. * DnsTest.cs: Fixed the wrong End* method being used in AsyncResolve.
  9. * FileWebRequestCas.cs: New. CAS unit tests for FileWebRequest.
  10. * HttpWebRequestCas.cs: New. CAS unit tests for HttpWebRequest.
  11. * WebRequestTest.cs: Added tests to validate exceptions.
  12. 2005-03-31 Gonzalo Paniagua Javier <[email protected]>
  13. * HttpWebRequestTest.cs: added cookie handling test.
  14. 2005-02-01 Zoltan Varga <[email protected]>
  15. * HttpWebRequestTest.cs ServicePointManagerTest.cs ServicePointTest.cs:
  16. Mark some tests with [Caregory ("InetAccess")].
  17. 2005-01-28 Nick Drochak <[email protected]>
  18. * DnsTest.cs: Pick a URL we can most likely fail against.
  19. 2005-01-24 Nick Drochak <[email protected]>
  20. * ServicePointManagerTest.cs: Make sure we have some Service Points
  21. when we try to get one.
  22. 2005-01-20 Sebastien Pouliot <[email protected]>
  23. * ServicePointManagerTest.cs: Add a TearDown method; add setup/teardown
  24. logic to (1) record ServicePointManager.MaxServicePointIdleTime, and
  25. (2) set this to 10 milliseconds in setup. Why? Because when running the
  26. full regression tests, the default timeout of 15 minutes applied, causing
  27. the ServicePointManager to be "full" when ServicePointTest is executed.
  28. This causes ServicePointTest to generate a failure, as it isn't able to
  29. add as many ServicePoints as it expects. Worse, this failure isn't
  30. apparent if you run ServicePointTest individually; it only occurs if it
  31. executes *after* ServicePointManagerTest. Yay Heisenbugs.
  32. 2005-01-19 Sebastien Pouliot <[email protected]>
  33. * WebPermissionAttributeTest.cs: Removed a test for 1.1 as we delay
  34. the regex creation (like 2.0) so the exception is also delayed.
  35. 2005-01-18 Sebastien Pouliot <[email protected]>
  36. * IPAddressTest.cs: Some tests may not work if support for IPv6 is
  37. disabled in machine.config. Tests haven't re-worked to check for
  38. Socket.SupportsIPv6 to ignore them in this case.
  39. 2005-01-18 Gonzalo Paniagua Javier <[email protected]>
  40. * IPAddressTest.cs: this test fails with a FormatException.
  41. 2005-01-10 Nick Drochak <[email protected]>
  42. * IPAddressTest.cs: Make tests pass on Fx1.1
  43. 2005-01-10 Nick Drochak <[email protected]>
  44. * SocketPermissionAttributeTest.cs: Do not run tests on .NET where there
  45. are bugs in the framework.
  46. * WebPermissionAttributeTest.cs: Assuming these all pass on Fx2.0, so
  47. make them pass on 1.1 too.
  48. 2004-12-01 Gonzalo Paniagua Javier <[email protected]>
  49. * CookieContainerTest.cs: added tests for CookieContainer.
  50. 2004-10-10 David Sheldon <[email protected]>
  51. * DnsTest.cs: Updated IP for www.go-mono.com.
  52. 2004-09-10 Sebastien Pouliot <[email protected]>
  53. * DnsPermissionAttributeTest.cs: New. Unit tests for DnsPermissionAttr.
  54. * DnsPermissionTest.cs: New. Unit tests for DnsPermission.
  55. * SocketPermissionAttributeTest.cs: New. Unit tests for
  56. SocketPermissionAttribute.
  57. * WebPermissionAttributeTest.cs: New. Unit tests for WebPermission
  58. Attribute.
  59. 2004-01-02 Nick Drochak <[email protected]>
  60. * ServicePointManagerTest.cs: Use the nunit v2 paradigm, and stop this
  61. test from outputting its debug info with WriteLines.
  62. * ServicePointTest.cs: Make sure MaxServicePoints weren't set to some
  63. other limit in another test or whatever. Suppress debug output.
  64. 2003-12-30 Nick Drochak <[email protected]>
  65. * DnsTest.cs: Update with new IP address for www.go-mono.com and make
  66. test failure output more informative. All Tests pass for me on
  67. .NET 1.1.
  68. * HttpWebRequestTest.cs: Get rid of WriteLines and use Asserts to make
  69. it a proper unit test.
  70. 2003-07-16 Peter Williams <[email protected]>
  71. * IPAddressTest.cs: #if NET_1_1 for some IPv6 tests that
  72. rely on some NET_1_1-only features.
  73. 2003-07-14 Jerome Laban <[email protected]>
  74. * IPAddressTest.cs: Added IPv6 addresses tests.
  75. 2002-09-17 Nick Drochak <[email protected]>
  76. * ServicePointManagerTest.cs: Convert Console.WriteLine() into a Fail()
  77. 2002-05-21 Lawrence Pit <[email protected]>
  78. * WebClientTest.cs: added
  79. * WebProxyTest.cs: more tests
  80. 2002-05-20 Lawrence Pit <[email protected]>
  81. * ServicePointTest.cs: added
  82. * ServicePointManagerTest.cs: added
  83. * WebProxyTest.cs: added
  84. * AllTests.cs: added the above tests
  85. * WebHeaderCollection.cs: added TestIndexers.
  86. 2002-05-19 Lawrence Pit <[email protected]>
  87. * FileWebRequestTest.cs: all the async methods tests to behave the same
  88. as in ms.net
  89. 2002-05-12 Lawrence Pit <[email protected]>
  90. * FileWebRequestTest.cs: added
  91. 2002-05-11 Lawrence Pit <[email protected]>
  92. * WebRequestTest.cs: added
  93. * WebHeaderCollectionTest.cs: added
  94. 2002-05-09 Lawrence Pit <[email protected]>
  95. * Added tests to IPAddressTest.cs
  96. * Fixed tests in CookieTest.cs, SocketPermissionsTest.cs, IPEndPointTest.cs
  97. 2002-05-05 Lawrence Pit <[email protected]>
  98. * CredentialCacheTest.cs: added
  99. * AllTests.cs: added CredentialCacheTest
  100. 2002-05-05 Lawrence Pit <[email protected]>
  101. * IPAddressTest.cs: added test for loopback
  102. 2002-04-30 Nick Drochak <[email protected]>
  103. * IPAddressTest.cs: Remove unused code to eliminate compiler warnings.
  104. 2002-04-27 Lawrence Pit <[email protected]>
  105. * CookieTest.cs: added
  106. * CookieCollectionTest.cs: added
  107. * AllTests.cs: added
  108. 2002-04-24 Nick Drochak <[email protected]>
  109. * IPAddressTest.cs: Make test conform to MS behavior. Also, if wrong
  110. exception is thrown, let eveyone know which one.
  111. 2002-04-23 Gonzalo Paniagua Javier <[email protected]>
  112. * IPAddressTest.cs: use BitConverter to set localhost, catch
  113. OverflowException in TestParseWrong() and changed some constants.
  114. 2002-04-19 Gonzalo Paniagua Javier <[email protected]>
  115. * AllTests.cs: added IPEndPointTest.
  116. * IPEndPointTest.cs: added file (author: Lawrence Pit).
  117. * IPAdressTest.cs: use Fail is expected exception are not raised.
  118. 2002-04-15 Gonzalo Paniagua Javier <[email protected]>
  119. * IPAddressTest.cs: use System.BitConverter.IsLittleEndian (suggested
  120. by Paolo) instead of guessing the endianness.
  121. 2002-04-15 Gonzalo Paniagua Javier <[email protected]>
  122. * ChangeLog:
  123. * AllTests.cs:
  124. * IPAddressTest.cs: added files.