ChangeLog 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445
  1. 2007-08-29 Atsushi Enomoto <[email protected]>
  2. * IPAddressTest.cs : added an address with scope id to parse/format
  3. test.
  4. 2007-06-28 Chris Howie <[email protected]>
  5. * ServicePointTest.cs: Add some loose tests for
  6. ServicePoint.BindIPEndPointDelegate.
  7. 2007-08-01 Rodrigo Kumpera <[email protected]>
  8. * HttpListener2Test.cs: Fixed Cookie Test
  9. 2007-07-17 Rodrigo Kumpera <[email protected]>
  10. * HttpListener2Test.cs: Tests for cookie receiving and sending, related to bug #81627
  11. 2007-07-17 Gert Driesen <[email protected]>
  12. * HttpWebRequestTest.cs: Fixed and enabled InternalServerError test.
  13. Added test for response without Content-Length.
  14. 2007-07-15 Gert Driesen <[email protected]>
  15. * HttpWebRequestTest.cs: Remove usage of deprecated Assertion class.
  16. Fixed Sync test. Fixed InternalServerError to pass on .NET 2.0, and
  17. renumbered tests. Added test for bug #81504.
  18. 2007-05-18 Gert Driesen <[email protected]>
  19. * HttpWebRequestTest.cs: Added test for exception thrown on read
  20. timeout. Added tests for bug #81624 and #81671.
  21. 2007-04-23 Marek Habersack <[email protected]>
  22. * CookieContainerTest.cs: the GetCookies test works now.
  23. 2007-04-21 Gert Driesen <[email protected]>
  24. * CookieContainerTest.cs: Removed usage of deprecated Asssertion
  25. class. Added test for bug #81421.
  26. * SocketResponder.cs: Thread-safety fixes.
  27. 2007-03-07 Vladimir Krasnov <[email protected]>
  28. * HttpListenerPrefixCollectionTest.cs, HttpListenerTest.cs: removed not
  29. supported calls for TARGET_JVM because of validation failures
  30. 2007-02-24 Gert Driesen <[email protected]>
  31. * HttpWebRequestTest.cs: Added test for bug #80944.
  32. 2007-02-08 Ilya Kharmatsky <ilyak -at- mainsoft.com>
  33. * FileWebRequestTest.cs: Excluded not working under TARGET_JVM
  34. configuration code in GetResponse_File_DoesNotExist test.
  35. * HttpWebRequestTest.cs: Excluded not working under TARGET_JVM
  36. configuration test 'Sync'
  37. 2007-02-02 Gert Driesen <[email protected]>
  38. * SocketResponder.cs: Fixed typo. Moved to correct namespace.
  39. 2007-02-02 Gert Driesen <[email protected]>
  40. * FileWebRequestTest.cs: Separate tests that fail on Windows due to
  41. bug #80700, and ignore them on Windows.
  42. 2007-02-01 Gert Driesen <[email protected]>
  43. * WebProxyTest.cs: Added tests that cover regression introduced by
  44. previous change.
  45. 2007-01-31 Ilya Kharmatsky <ilyak -at- mainsoft.com>
  46. * IPAddressTest.cs, WebProxyTest.cs, WebHeaderCollectionTest.cs,
  47. ServicePointManagerTest.cs, ServicePointTest.cs:
  48. Excluded not working in Grasshopper tests, under 'TARGET_JVM'
  49. directive
  50. * HttpListenerPrefixCollectionTest.cs, HttpListenerTest.cs,
  51. HttpListenerBasicIdentityTest.cs, HttpListener2Test.cs:
  52. Excluded entire test fixture, since HttpListener still not
  53. implemented in Grasshopper.
  54. * FileWebRequestTest.cs, FileWebResponseTest.cs:
  55. Excluded not working in Grasshopper tests and provided different
  56. implementation of helper methods - under 'TARGET_JVM'
  57. 2007-01-30 Atsushi Enomoto <[email protected]>
  58. * HttpWebRequestTest.cs : use correct attribute.
  59. 2007-01-29 Gert Driesen <[email protected]>
  60. * HttpWebRequestTest.cs: Added tests for case-sensitive dealing with
  61. HTTP method.
  62. * SocketResponser.cs: Utility class for tests that require a listener.
  63. 2007-01-29 Ilya Kharmatsky <ilyak -at- mainsoft.com>
  64. * IPAddressTest.cs: Fixed missing bracket (under TARGET_JVM)
  65. 2007-01-28 Ilya Kharmatsky <ilyak -at- mainsoft.com>
  66. * IPAddressTest.cs: Added 'Ignore' attribute for
  67. Constructor0_Address_Invalid test under TARGET_JVM directive.
  68. 2007-01-28 Gert Driesen <[email protected]>
  69. * IPAddressTest.cs: Added test for invalid addresses. Fixed 4-byte
  70. test on 2.0 profile.
  71. 2007-01-28 Gert Driesen <[email protected]>
  72. * FileWebRequestTest.cs: Reworked tests to no longer rely on TMPDIR.
  73. Added tests for ConnectionGroupName, ContentLength, ContentType,
  74. Credentials, GetRequestStream, GetResponse, Method, PreAuthenticate,
  75. Proxy, RequestUri, Timeout. Added binary serialization compatibility
  76. tests.
  77. * FileWebResponseTest.cs: Added tests for ContentLength, ContentType,
  78. GetResponseStream, Headers, ResponseUri.
  79. 2007-01-28 Gert Driesen <[email protected]>
  80. * WebHeaderCollectionTest.cs: Added tests for binary serialization
  81. compatibility.
  82. 2007-01-28 Gert Driesen <[email protected]>
  83. * WebProxyTest.cs: Move IsBypassed null check to separate test, and
  84. fixed it for 2.0 profile. Added test for binary serialization.
  85. 2007-01-25 Ilya Kharmatsky <ilyak -at- mainsoft.com>
  86. * FileWebRequestTest.cs: Workaround Grasshopper's bugs with
  87. 'Ignore' and 'NotWorking' attributes.
  88. 2007-01-11 Miguel de Icaza <[email protected]>
  89. * HttpListener2Test.cs: Put a bunch of verbs that would not be
  90. allowed.
  91. 2006-12-28 Gert Driesen <[email protected]>
  92. * IPAddressTest.cs: Added 4-byte and null address tests.
  93. 2006-11-20 Andrew Skiba <[email protected]>
  94. * WebHeaderCollectionTest.cs: fix Indexers test to compile on 2.0
  95. 2006-11-15 Gonzalo Paniagua Javier <[email protected]>
  96. * WebHeaderCollectionTest.cs: the Indexers test only compiles on 1.x
  97. 2006-11-07 Dick Porter <[email protected]>
  98. * DnsTest.cs: GetHostByAddressString5() should only throw
  99. SocketException on pre-2.0 profiles
  100. 2006-11-03 Dick Porter <[email protected]>
  101. * DnsTest.cs: Re-enable GetHostEntry
  102. 2006-10-22 Zoltan Varga <[email protected]>
  103. * DnsTest.cs: Disable GetHostEntry test as it currently fails.
  104. 2006-08-30 Gonzalo Paniagua Javier <[email protected]>
  105. * HttpListener2Test.cs: new tests for headers sent separate from body
  106. and together.
  107. 2006-08-30 Gonzalo Paniagua Javier <[email protected]>
  108. * HttpListener2Test.cs: test using StreamReader from InputStream.
  109. 2006-08-20 Miguel de Icaza <[email protected]>
  110. * HttpListener2Test.cs: Add test case for bug #79112
  111. 2006-04-03 Chris Toshok <[email protected]>
  112. * HttpWebRequestTest.cs (Missing_ContentEncoding): add test to
  113. handle missing content encoding header.
  114. 2006-03-28 Atsushi Enomoto <[email protected]>
  115. * DnsTest.cs : added test for GetHostEntry.
  116. 2006-03-28 Atsushi Enomoto <[email protected]>
  117. * IPAddressTest.cs : actually #11 in TryParse() is not working.
  118. added more tests on IsIPv6Blah properties.
  119. 2006-03-27 Atsushi Enomoto <[email protected]>
  120. * IPAddressTest.cs : added some tests for TryParse() and IPv6 related
  121. properties.
  122. 2006-02-03 Carlos Alberto Cortez <[email protected]>
  123. * FtpWebRequestTest.cs: Add a small check for Method.
  124. 2006-02-03 Atsushi Enomoto <[email protected]>
  125. * WebRequestTest.cs : FtpWebRequest is only NET_2_0.
  126. 2006-02-03 Carlos Alberto Cortez <[email protected]>
  127. * FtpWebRequestTest.cs: New file to test properties/methods
  128. that don't need any connection to work.
  129. 2005-02-03 Carlos Alberto Cortez <[email protected]>
  130. * WebRequestTest.cs: Add ftp to the Create () method (to return
  131. a FtpWebRequest instance).
  132. 2005-11-28 Gonzalo Paniagua Javier <[email protected]>
  133. * HttpListenerTest.cs: disable 2 tests. We're throwing the wrong
  134. exception.
  135. 2005-11-22 Gonzalo Paniagua Javier <[email protected]>
  136. * IPAddressTest.cs: more tests for the byte[] ctor.
  137. 2005-11-17 Gonzalo Paniagua Javier <[email protected]>
  138. * HttpListenerPrefixCollectionTest.cs:
  139. * HttpListenerTest.cs:
  140. * HttpListenerBasicIdentityTest.cs:
  141. * HttpListener2Test.cs: tests for HttpListener and related classes.
  142. 2005-11-15 Sebastien Pouliot <[email protected]>
  143. * IPAddressTest.cs: Fixed an LoopbackIPv6 test case (missing '[') that
  144. doesn't work on either MS 1.x or 2.0 (and won't work for long on Mono)
  145. 2005-09-22 Sebastien Pouliot <[email protected]>
  146. * DnsPermissionAttributeTest.cs: Removed *Choice security actions.
  147. * SocketPermissionAttributeTest.cs: Removed *Choice security actions.
  148. * WebPermissionAttributeTest.cs: Removed *Choice security actions.
  149. 2005-06-26 Gonzalo Paniagua Javier <[email protected]>
  150. * HttpWebRequestTest.cs: added test for a HTTP/1.1 server returning a
  151. chunked response with out a 'last-chunk' mark.
  152. 2005-06-22 Gonzalo Paniagua Javier <[email protected]>
  153. * HttpWebRequestTest.cs: added test for the sslClientStream blocking
  154. issue.
  155. 2005-06-03 Gonzalo Paniagua Javier <[email protected]>
  156. * IPAddressTest.cs: cleanup and added loopback IPv6 test.
  157. 2005-05-19 Sebastien Pouliot <[email protected]>
  158. * DnsCas.cs: New. CAS unit tests for Dns.
  159. * DnsTest.cs: Fixed the wrong End* method being used in AsyncResolve.
  160. * FileWebRequestCas.cs: New. CAS unit tests for FileWebRequest.
  161. * HttpWebRequestCas.cs: New. CAS unit tests for HttpWebRequest.
  162. * WebRequestTest.cs: Added tests to validate exceptions.
  163. 2005-03-31 Gonzalo Paniagua Javier <[email protected]>
  164. * HttpWebRequestTest.cs: added cookie handling test.
  165. 2005-02-01 Zoltan Varga <[email protected]>
  166. * HttpWebRequestTest.cs ServicePointManagerTest.cs ServicePointTest.cs:
  167. Mark some tests with [Caregory ("InetAccess")].
  168. 2005-01-28 Nick Drochak <[email protected]>
  169. * DnsTest.cs: Pick a URL we can most likely fail against.
  170. 2005-01-24 Nick Drochak <[email protected]>
  171. * ServicePointManagerTest.cs: Make sure we have some Service Points
  172. when we try to get one.
  173. 2005-01-20 Sebastien Pouliot <[email protected]>
  174. * ServicePointManagerTest.cs: Add a TearDown method; add setup/teardown
  175. logic to (1) record ServicePointManager.MaxServicePointIdleTime, and
  176. (2) set this to 10 milliseconds in setup. Why? Because when running the
  177. full regression tests, the default timeout of 15 minutes applied, causing
  178. the ServicePointManager to be "full" when ServicePointTest is executed.
  179. This causes ServicePointTest to generate a failure, as it isn't able to
  180. add as many ServicePoints as it expects. Worse, this failure isn't
  181. apparent if you run ServicePointTest individually; it only occurs if it
  182. executes *after* ServicePointManagerTest. Yay Heisenbugs.
  183. 2005-01-19 Sebastien Pouliot <[email protected]>
  184. * WebPermissionAttributeTest.cs: Removed a test for 1.1 as we delay
  185. the regex creation (like 2.0) so the exception is also delayed.
  186. 2005-01-18 Sebastien Pouliot <[email protected]>
  187. * IPAddressTest.cs: Some tests may not work if support for IPv6 is
  188. disabled in machine.config. Tests haven't re-worked to check for
  189. Socket.SupportsIPv6 to ignore them in this case.
  190. 2005-01-18 Gonzalo Paniagua Javier <[email protected]>
  191. * IPAddressTest.cs: this test fails with a FormatException.
  192. 2005-01-10 Nick Drochak <[email protected]>
  193. * IPAddressTest.cs: Make tests pass on Fx1.1
  194. 2005-01-10 Nick Drochak <[email protected]>
  195. * SocketPermissionAttributeTest.cs: Do not run tests on .NET where there
  196. are bugs in the framework.
  197. * WebPermissionAttributeTest.cs: Assuming these all pass on Fx2.0, so
  198. make them pass on 1.1 too.
  199. 2004-12-01 Gonzalo Paniagua Javier <[email protected]>
  200. * CookieContainerTest.cs: added tests for CookieContainer.
  201. 2004-10-10 David Sheldon <[email protected]>
  202. * DnsTest.cs: Updated IP for www.go-mono.com.
  203. 2004-09-10 Sebastien Pouliot <[email protected]>
  204. * DnsPermissionAttributeTest.cs: New. Unit tests for DnsPermissionAttr.
  205. * DnsPermissionTest.cs: New. Unit tests for DnsPermission.
  206. * SocketPermissionAttributeTest.cs: New. Unit tests for
  207. SocketPermissionAttribute.
  208. * WebPermissionAttributeTest.cs: New. Unit tests for WebPermission
  209. Attribute.
  210. 2004-01-02 Nick Drochak <[email protected]>
  211. * ServicePointManagerTest.cs: Use the nunit v2 paradigm, and stop this
  212. test from outputting its debug info with WriteLines.
  213. * ServicePointTest.cs: Make sure MaxServicePoints weren't set to some
  214. other limit in another test or whatever. Suppress debug output.
  215. 2003-12-30 Nick Drochak <[email protected]>
  216. * DnsTest.cs: Update with new IP address for www.go-mono.com and make
  217. test failure output more informative. All Tests pass for me on
  218. .NET 1.1.
  219. * HttpWebRequestTest.cs: Get rid of WriteLines and use Asserts to make
  220. it a proper unit test.
  221. 2003-07-16 Peter Williams <[email protected]>
  222. * IPAddressTest.cs: #if NET_1_1 for some IPv6 tests that
  223. rely on some NET_1_1-only features.
  224. 2003-07-14 Jerome Laban <[email protected]>
  225. * IPAddressTest.cs: Added IPv6 addresses tests.
  226. 2002-09-17 Nick Drochak <[email protected]>
  227. * ServicePointManagerTest.cs: Convert Console.WriteLine() into a Fail()
  228. 2002-05-21 Lawrence Pit <[email protected]>
  229. * WebClientTest.cs: added
  230. * WebProxyTest.cs: more tests
  231. 2002-05-20 Lawrence Pit <[email protected]>
  232. * ServicePointTest.cs: added
  233. * ServicePointManagerTest.cs: added
  234. * WebProxyTest.cs: added
  235. * AllTests.cs: added the above tests
  236. * WebHeaderCollection.cs: added TestIndexers.
  237. 2002-05-19 Lawrence Pit <[email protected]>
  238. * FileWebRequestTest.cs: all the async methods tests to behave the same
  239. as in ms.net
  240. 2002-05-12 Lawrence Pit <[email protected]>
  241. * FileWebRequestTest.cs: added
  242. 2002-05-11 Lawrence Pit <[email protected]>
  243. * WebRequestTest.cs: added
  244. * WebHeaderCollectionTest.cs: added
  245. 2002-05-09 Lawrence Pit <[email protected]>
  246. * Added tests to IPAddressTest.cs
  247. * Fixed tests in CookieTest.cs, SocketPermissionsTest.cs, IPEndPointTest.cs
  248. 2002-05-05 Lawrence Pit <[email protected]>
  249. * CredentialCacheTest.cs: added
  250. * AllTests.cs: added CredentialCacheTest
  251. 2002-05-05 Lawrence Pit <[email protected]>
  252. * IPAddressTest.cs: added test for loopback
  253. 2002-04-30 Nick Drochak <[email protected]>
  254. * IPAddressTest.cs: Remove unused code to eliminate compiler warnings.
  255. 2002-04-27 Lawrence Pit <[email protected]>
  256. * CookieTest.cs: added
  257. * CookieCollectionTest.cs: added
  258. * AllTests.cs: added
  259. 2002-04-24 Nick Drochak <[email protected]>
  260. * IPAddressTest.cs: Make test conform to MS behavior. Also, if wrong
  261. exception is thrown, let eveyone know which one.
  262. 2002-04-23 Gonzalo Paniagua Javier <[email protected]>
  263. * IPAddressTest.cs: use BitConverter to set localhost, catch
  264. OverflowException in TestParseWrong() and changed some constants.
  265. 2002-04-19 Gonzalo Paniagua Javier <[email protected]>
  266. * AllTests.cs: added IPEndPointTest.
  267. * IPEndPointTest.cs: added file (author: Lawrence Pit).
  268. * IPAdressTest.cs: use Fail is expected exception are not raised.
  269. 2002-04-15 Gonzalo Paniagua Javier <[email protected]>
  270. * IPAddressTest.cs: use System.BitConverter.IsLittleEndian (suggested
  271. by Paolo) instead of guessing the endianness.
  272. 2002-04-15 Gonzalo Paniagua Javier <[email protected]>
  273. * ChangeLog:
  274. * AllTests.cs:
  275. * IPAddressTest.cs: added files.