ChangeLog 20 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651
  1. 2009-06-26 Gonzalo Paniagua Javier <[email protected]>
  2. * HttpWebRequestTest.cs: add a bunch of tests provided by
  3. Bassan Tabbara.
  4. 2009-06-26 Robert Jordan <[email protected]>
  5. * *.cs: Upgrade to new NUnit style.
  6. 2009-06-20 Gert Driesen <[email protected]>
  7. * HttpWebRequestTest.cs: Improved and enabled test for bug #510642.
  8. 2009-06-20 Gert Driesen <[email protected]>
  9. * SocketResponder.cs: Made a little more robust.
  10. 2009-06-20 Gert Driesen <[email protected]>
  11. * HttpListener2Test.cs: Added test for bug #513849.
  12. * HttpWebRequestTest.cs: Enabled test for bug #508027. Added test for
  13. bug #513087.
  14. * WebClientTest.cs: Added test for bug #484795, for Encoding property.
  15. 2009-06-16 Andrés G. Aragoneses <[email protected]>
  16. * WebRequestTest.cs: Drop NotWorking attrib, more accurate tests.
  17. 2009-06-09 Andrés G. Aragoneses <[email protected]>
  18. * WebRequestTest.cs: Added tests for bug #323452.
  19. 2009-06-06 Gert Driesen <[email protected]>
  20. * HttpWebRequestTest.cs: Added tests for bugs #465613, #510661,
  21. #510642 and #508027.
  22. 2009-05-17 Gert Driesen <[email protected]>
  23. * CookieTest.cs: Added test for Path.
  24. * CookieContainerTest.cs: Added and improved .ctor tests.
  25. Improved tests for Capacity and MaxCookieSize. Added tests for
  26. PerDomainCapacity. Added tests for Add overloads, GetCookieHeader,
  27. GetCookies and SetCookies. Added test for bug #421827.
  28. 2009-05-02 Atsushi Enomoto <[email protected]>
  29. * CredentialCacheTest.cs : new tests for get/add/remove.
  30. Patch by Mineda Nozomi.
  31. 2009-04-21 Gonzalo Paniagua Javier <[email protected]>
  32. * DnsTest.cs: new IP for go-mono and fix AsyncResolve test.
  33. 2009-04-21 Sebastien Pouliot <[email protected]>
  34. * EndPointTest.cs: New
  35. 2009-02-08 Gert Driesen <[email protected]>
  36. * DnsTest.cs: Use Assert syntax, and spaces to tabs. Added tests
  37. for argument checks.
  38. 2009-02-08 Gert Driesen <[email protected]>
  39. * HttpWebRequestTest.cs: Added Not-Modified-Since test. Updated
  40. bug numbers.
  41. 2009-02-05 Gert Driesen <[email protected]>
  42. * HttpListener2Test.cs: Make tests quiet.
  43. * HttpWebRequestTest.cs: Added test for bug #471782.
  44. 2009-01-20 Gonzalo Paniagua Javier <[email protected]>
  45. * IPAddressTest.cs: tests for bug #467472.
  46. 2009-01-16 Gonzalo Paniagua Javier <[email protected]>
  47. * FtpWebRequestTest.cs: add directory listing test when the $HOME is
  48. not /.
  49. 2009-01-12 Gonzalo Paniagua Javier <[email protected]>
  50. * FtpWebRequestTest.cs: test deleting a file.
  51. 2008-11-18 Gonzalo Paniagua Javier <[email protected]>
  52. * HttpListener2Test.cs: make sure we dispose the listener.
  53. 2008-11-17 Gonzalo Paniagua Javier <[email protected]>
  54. * HttpListener2Test.cs: (CreateNS) set a default read/write timeout
  55. of 5s.
  56. 2008-11-13 Gonzalo Paniagua Javier <[email protected]>
  57. * FtpWebRequestTest.cs: the upload test now passes with the MS
  58. runtime. Added another test for download.
  59. 2008-11-12 Gonzalo Paniagua Javier <[email protected]>
  60. * HttpListener2Test.cs: Fixed Test7.
  61. 2008-11-03 Gonzalo Paniagua Javier <[email protected]>
  62. * FtpWebRequestTest.cs: add test for bug 333985.
  63. 2008-10-30 Gonzalo Paniagua Javier <[email protected]>
  64. * HttpWebResponseTest.cs:
  65. * SocketResponder.cs:
  66. * HttpWebRequestTest.cs: don't pretend to be a 1.1 server or the
  67. socket will stay open. Timeout for Ntlm test is 5s now.
  68. 2008-10-19 Gert Driesen <[email protected]>
  69. * HttpWebRequestTest.cs: Fixed test for bug #429200.
  70. 2008-10-18 Gert Driesen <[email protected]>
  71. * HttpWebRequestTest.cs: Added test for bug #429200.
  72. 2008-10-08 Gonzalo Paniagua Javier <[email protected]>
  73. * HttpWebRequestTest.cs: mini-test case for NTLM auth.
  74. 2008-08-06 Atsushi Enomoto <[email protected]>
  75. * IPAddressTest.cs : added test strings for bug #411920 as well as
  76. enabling some ipv4ParseOK strings.
  77. 2008-07-25 Gert Driesen <[email protected]>
  78. * HttpWebResponseTest.cs: Enabled tests.
  79. 2008-07-03 Gert Driesen <[email protected]>
  80. * HttpListener2Test.cs: Added test for multiple responses.
  81. * HttpWebResponseTest.cs: Added tests for disposed checks.
  82. 2008-04-18 Gert Driesen <[email protected]>
  83. * FileWebRequestTest.cs: Now that we have proper locking for file
  84. deletes on unix, bug #323388 applies to unix as well.
  85. 2008-04-06 Geoff Norton <[email protected]>
  86. * HttpListener2Test.cs:
  87. * HttpListenerRequestTest.cs: HttpListener Basic authenticationt test
  88. from Maciej Paszta <[email protected]>
  89. 2008-02-09 Daniel Nauck <[email protected]>
  90. * CookieContainerTest.cs: added some not working Add/Expired tests
  91. 2008-02-09 Daniel Nauck <[email protected]>
  92. * CookieTest.cs: added tests for public fields
  93. 2008-01-27 Gert Driesen <[email protected]>
  94. * IPAddressTest.cs: Remove use of deprecated Assertion. Improved
  95. existing tests.
  96. 2008-01-26 Daniel Nauck <[email protected]>
  97. * CookieTest.cs: enabled ToString () test,
  98. added Version property test
  99. 2008-01-26 Daniel Nauck <[email protected]>
  100. * CookieTest.cs: added tests for Cookie.ToString (), see bug #316017,
  101. fixed line endings
  102. 2008-01-17 Zoltan Varga <[email protected]>
  103. * HttpWebRequestTest.cs: Disable #353495 since it fails on the 2.0 profile.
  104. 2008-01-15 Atsushi Enomoto <[email protected]>
  105. * HttpWebRequestTest.cs : added test for bug #353495.
  106. 2007-12-03 Gert Driesen <[email protected]>
  107. * WebClient.cs: Added tests for argument checks.
  108. 2007-10-21 Gert Driesen <[email protected]>
  109. * WebProxyTest.cs: Remove unused fields.
  110. 2007-10-15 Gert Driesen <[email protected]>
  111. * WebRequestTest.cs: Fixed test for serialization ctor to match
  112. 1.0 profile change. Added trivial tests to argument null checks.
  113. Added test for DefaultWebProxy. Fixed line endings.
  114. 2007-09-30 Gert Driesen <[email protected]>
  115. * HttpListenerRequestTest.cs: Added test for HttpMethod.
  116. 2007-09-30 Gert Driesen <[email protected]>
  117. * HttpListenerRequestTest.cs: Added test for HasEntityBody.
  118. * HttpListener2Test.cs: Removed CWL.
  119. 2007-08-29 Atsushi Enomoto <[email protected]>
  120. * IPAddressTest.cs : added an address with scope id to parse/format
  121. test.
  122. 2007-06-28 Chris Howie <[email protected]>
  123. * ServicePointTest.cs: Add some loose tests for
  124. ServicePoint.BindIPEndPointDelegate.
  125. 2007-08-01 Rodrigo Kumpera <[email protected]>
  126. * HttpListener2Test.cs: Fixed Cookie Test
  127. 2007-07-17 Rodrigo Kumpera <[email protected]>
  128. * HttpListener2Test.cs: Tests for cookie receiving and sending, related to bug #81627
  129. 2007-07-17 Gert Driesen <[email protected]>
  130. * HttpWebRequestTest.cs: Fixed and enabled InternalServerError test.
  131. Added test for response without Content-Length.
  132. 2007-07-15 Gert Driesen <[email protected]>
  133. * HttpWebRequestTest.cs: Remove usage of deprecated Assertion class.
  134. Fixed Sync test. Fixed InternalServerError to pass on .NET 2.0, and
  135. renumbered tests. Added test for bug #81504.
  136. 2007-05-18 Gert Driesen <[email protected]>
  137. * HttpWebRequestTest.cs: Added test for exception thrown on read
  138. timeout. Added tests for bug #81624 and #81671.
  139. 2007-04-23 Marek Habersack <[email protected]>
  140. * CookieContainerTest.cs: the GetCookies test works now.
  141. 2007-04-21 Gert Driesen <[email protected]>
  142. * CookieContainerTest.cs: Removed usage of deprecated Asssertion
  143. class. Added test for bug #81421.
  144. * SocketResponder.cs: Thread-safety fixes.
  145. 2007-03-07 Vladimir Krasnov <[email protected]>
  146. * HttpListenerPrefixCollectionTest.cs, HttpListenerTest.cs: removed not
  147. supported calls for TARGET_JVM because of validation failures
  148. 2007-02-24 Gert Driesen <[email protected]>
  149. * HttpWebRequestTest.cs: Added test for bug #80944.
  150. 2007-02-08 Ilya Kharmatsky <ilyak -at- mainsoft.com>
  151. * FileWebRequestTest.cs: Excluded not working under TARGET_JVM
  152. configuration code in GetResponse_File_DoesNotExist test.
  153. * HttpWebRequestTest.cs: Excluded not working under TARGET_JVM
  154. configuration test 'Sync'
  155. 2007-02-02 Gert Driesen <[email protected]>
  156. * SocketResponder.cs: Fixed typo. Moved to correct namespace.
  157. 2007-02-02 Gert Driesen <[email protected]>
  158. * FileWebRequestTest.cs: Separate tests that fail on Windows due to
  159. bug #80700, and ignore them on Windows.
  160. 2007-02-01 Gert Driesen <[email protected]>
  161. * WebProxyTest.cs: Added tests that cover regression introduced by
  162. previous change.
  163. 2007-01-31 Ilya Kharmatsky <ilyak -at- mainsoft.com>
  164. * IPAddressTest.cs, WebProxyTest.cs, WebHeaderCollectionTest.cs,
  165. ServicePointManagerTest.cs, ServicePointTest.cs:
  166. Excluded not working in Grasshopper tests, under 'TARGET_JVM'
  167. directive
  168. * HttpListenerPrefixCollectionTest.cs, HttpListenerTest.cs,
  169. HttpListenerBasicIdentityTest.cs, HttpListener2Test.cs:
  170. Excluded entire test fixture, since HttpListener still not
  171. implemented in Grasshopper.
  172. * FileWebRequestTest.cs, FileWebResponseTest.cs:
  173. Excluded not working in Grasshopper tests and provided different
  174. implementation of helper methods - under 'TARGET_JVM'
  175. 2007-01-30 Atsushi Enomoto <[email protected]>
  176. * HttpWebRequestTest.cs : use correct attribute.
  177. 2007-01-29 Gert Driesen <[email protected]>
  178. * HttpWebRequestTest.cs: Added tests for case-sensitive dealing with
  179. HTTP method.
  180. * SocketResponser.cs: Utility class for tests that require a listener.
  181. 2007-01-29 Ilya Kharmatsky <ilyak -at- mainsoft.com>
  182. * IPAddressTest.cs: Fixed missing bracket (under TARGET_JVM)
  183. 2007-01-28 Ilya Kharmatsky <ilyak -at- mainsoft.com>
  184. * IPAddressTest.cs: Added 'Ignore' attribute for
  185. Constructor0_Address_Invalid test under TARGET_JVM directive.
  186. 2007-01-28 Gert Driesen <[email protected]>
  187. * IPAddressTest.cs: Added test for invalid addresses. Fixed 4-byte
  188. test on 2.0 profile.
  189. 2007-01-28 Gert Driesen <[email protected]>
  190. * FileWebRequestTest.cs: Reworked tests to no longer rely on TMPDIR.
  191. Added tests for ConnectionGroupName, ContentLength, ContentType,
  192. Credentials, GetRequestStream, GetResponse, Method, PreAuthenticate,
  193. Proxy, RequestUri, Timeout. Added binary serialization compatibility
  194. tests.
  195. * FileWebResponseTest.cs: Added tests for ContentLength, ContentType,
  196. GetResponseStream, Headers, ResponseUri.
  197. 2007-01-28 Gert Driesen <[email protected]>
  198. * WebHeaderCollectionTest.cs: Added tests for binary serialization
  199. compatibility.
  200. 2007-01-28 Gert Driesen <[email protected]>
  201. * WebProxyTest.cs: Move IsBypassed null check to separate test, and
  202. fixed it for 2.0 profile. Added test for binary serialization.
  203. 2007-01-25 Ilya Kharmatsky <ilyak -at- mainsoft.com>
  204. * FileWebRequestTest.cs: Workaround Grasshopper's bugs with
  205. 'Ignore' and 'NotWorking' attributes.
  206. 2007-01-11 Miguel de Icaza <[email protected]>
  207. * HttpListener2Test.cs: Put a bunch of verbs that would not be
  208. allowed.
  209. 2006-12-28 Gert Driesen <[email protected]>
  210. * IPAddressTest.cs: Added 4-byte and null address tests.
  211. 2006-11-20 Andrew Skiba <[email protected]>
  212. * WebHeaderCollectionTest.cs: fix Indexers test to compile on 2.0
  213. 2006-11-15 Gonzalo Paniagua Javier <[email protected]>
  214. * WebHeaderCollectionTest.cs: the Indexers test only compiles on 1.x
  215. 2006-11-07 Dick Porter <[email protected]>
  216. * DnsTest.cs: GetHostByAddressString5() should only throw
  217. SocketException on pre-2.0 profiles
  218. 2006-11-03 Dick Porter <[email protected]>
  219. * DnsTest.cs: Re-enable GetHostEntry
  220. 2006-10-22 Zoltan Varga <[email protected]>
  221. * DnsTest.cs: Disable GetHostEntry test as it currently fails.
  222. 2006-08-30 Gonzalo Paniagua Javier <[email protected]>
  223. * HttpListener2Test.cs: new tests for headers sent separate from body
  224. and together.
  225. 2006-08-30 Gonzalo Paniagua Javier <[email protected]>
  226. * HttpListener2Test.cs: test using StreamReader from InputStream.
  227. 2006-08-20 Miguel de Icaza <[email protected]>
  228. * HttpListener2Test.cs: Add test case for bug #79112
  229. 2006-04-03 Chris Toshok <[email protected]>
  230. * HttpWebRequestTest.cs (Missing_ContentEncoding): add test to
  231. handle missing content encoding header.
  232. 2006-03-28 Atsushi Enomoto <[email protected]>
  233. * DnsTest.cs : added test for GetHostEntry.
  234. 2006-03-28 Atsushi Enomoto <[email protected]>
  235. * IPAddressTest.cs : actually #11 in TryParse() is not working.
  236. added more tests on IsIPv6Blah properties.
  237. 2006-03-27 Atsushi Enomoto <[email protected]>
  238. * IPAddressTest.cs : added some tests for TryParse() and IPv6 related
  239. properties.
  240. 2006-02-03 Carlos Alberto Cortez <[email protected]>
  241. * FtpWebRequestTest.cs: Add a small check for Method.
  242. 2006-02-03 Atsushi Enomoto <[email protected]>
  243. * WebRequestTest.cs : FtpWebRequest is only NET_2_0.
  244. 2006-02-03 Carlos Alberto Cortez <[email protected]>
  245. * FtpWebRequestTest.cs: New file to test properties/methods
  246. that don't need any connection to work.
  247. 2005-02-03 Carlos Alberto Cortez <[email protected]>
  248. * WebRequestTest.cs: Add ftp to the Create () method (to return
  249. a FtpWebRequest instance).
  250. 2005-11-28 Gonzalo Paniagua Javier <[email protected]>
  251. * HttpListenerTest.cs: disable 2 tests. We're throwing the wrong
  252. exception.
  253. 2005-11-22 Gonzalo Paniagua Javier <[email protected]>
  254. * IPAddressTest.cs: more tests for the byte[] ctor.
  255. 2005-11-17 Gonzalo Paniagua Javier <[email protected]>
  256. * HttpListenerPrefixCollectionTest.cs:
  257. * HttpListenerTest.cs:
  258. * HttpListenerBasicIdentityTest.cs:
  259. * HttpListener2Test.cs: tests for HttpListener and related classes.
  260. 2005-11-15 Sebastien Pouliot <[email protected]>
  261. * IPAddressTest.cs: Fixed an LoopbackIPv6 test case (missing '[') that
  262. doesn't work on either MS 1.x or 2.0 (and won't work for long on Mono)
  263. 2005-09-22 Sebastien Pouliot <[email protected]>
  264. * DnsPermissionAttributeTest.cs: Removed *Choice security actions.
  265. * SocketPermissionAttributeTest.cs: Removed *Choice security actions.
  266. * WebPermissionAttributeTest.cs: Removed *Choice security actions.
  267. 2005-06-26 Gonzalo Paniagua Javier <[email protected]>
  268. * HttpWebRequestTest.cs: added test for a HTTP/1.1 server returning a
  269. chunked response with out a 'last-chunk' mark.
  270. 2005-06-22 Gonzalo Paniagua Javier <[email protected]>
  271. * HttpWebRequestTest.cs: added test for the sslClientStream blocking
  272. issue.
  273. 2005-06-03 Gonzalo Paniagua Javier <[email protected]>
  274. * IPAddressTest.cs: cleanup and added loopback IPv6 test.
  275. 2005-05-19 Sebastien Pouliot <[email protected]>
  276. * DnsCas.cs: New. CAS unit tests for Dns.
  277. * DnsTest.cs: Fixed the wrong End* method being used in AsyncResolve.
  278. * FileWebRequestCas.cs: New. CAS unit tests for FileWebRequest.
  279. * HttpWebRequestCas.cs: New. CAS unit tests for HttpWebRequest.
  280. * WebRequestTest.cs: Added tests to validate exceptions.
  281. 2005-03-31 Gonzalo Paniagua Javier <[email protected]>
  282. * HttpWebRequestTest.cs: added cookie handling test.
  283. 2005-02-01 Zoltan Varga <[email protected]>
  284. * HttpWebRequestTest.cs ServicePointManagerTest.cs ServicePointTest.cs:
  285. Mark some tests with [Caregory ("InetAccess")].
  286. 2005-01-28 Nick Drochak <[email protected]>
  287. * DnsTest.cs: Pick a URL we can most likely fail against.
  288. 2005-01-24 Nick Drochak <[email protected]>
  289. * ServicePointManagerTest.cs: Make sure we have some Service Points
  290. when we try to get one.
  291. 2005-01-20 Sebastien Pouliot <[email protected]>
  292. * ServicePointManagerTest.cs: Add a TearDown method; add setup/teardown
  293. logic to (1) record ServicePointManager.MaxServicePointIdleTime, and
  294. (2) set this to 10 milliseconds in setup. Why? Because when running the
  295. full regression tests, the default timeout of 15 minutes applied, causing
  296. the ServicePointManager to be "full" when ServicePointTest is executed.
  297. This causes ServicePointTest to generate a failure, as it isn't able to
  298. add as many ServicePoints as it expects. Worse, this failure isn't
  299. apparent if you run ServicePointTest individually; it only occurs if it
  300. executes *after* ServicePointManagerTest. Yay Heisenbugs.
  301. 2005-01-19 Sebastien Pouliot <[email protected]>
  302. * WebPermissionAttributeTest.cs: Removed a test for 1.1 as we delay
  303. the regex creation (like 2.0) so the exception is also delayed.
  304. 2005-01-18 Sebastien Pouliot <[email protected]>
  305. * IPAddressTest.cs: Some tests may not work if support for IPv6 is
  306. disabled in machine.config. Tests haven't re-worked to check for
  307. Socket.SupportsIPv6 to ignore them in this case.
  308. 2005-01-18 Gonzalo Paniagua Javier <[email protected]>
  309. * IPAddressTest.cs: this test fails with a FormatException.
  310. 2005-01-10 Nick Drochak <[email protected]>
  311. * IPAddressTest.cs: Make tests pass on Fx1.1
  312. 2005-01-10 Nick Drochak <[email protected]>
  313. * SocketPermissionAttributeTest.cs: Do not run tests on .NET where there
  314. are bugs in the framework.
  315. * WebPermissionAttributeTest.cs: Assuming these all pass on Fx2.0, so
  316. make them pass on 1.1 too.
  317. 2004-12-01 Gonzalo Paniagua Javier <[email protected]>
  318. * CookieContainerTest.cs: added tests for CookieContainer.
  319. 2004-10-10 David Sheldon <[email protected]>
  320. * DnsTest.cs: Updated IP for www.go-mono.com.
  321. 2004-09-10 Sebastien Pouliot <[email protected]>
  322. * DnsPermissionAttributeTest.cs: New. Unit tests for DnsPermissionAttr.
  323. * DnsPermissionTest.cs: New. Unit tests for DnsPermission.
  324. * SocketPermissionAttributeTest.cs: New. Unit tests for
  325. SocketPermissionAttribute.
  326. * WebPermissionAttributeTest.cs: New. Unit tests for WebPermission
  327. Attribute.
  328. 2004-01-02 Nick Drochak <[email protected]>
  329. * ServicePointManagerTest.cs: Use the nunit v2 paradigm, and stop this
  330. test from outputting its debug info with WriteLines.
  331. * ServicePointTest.cs: Make sure MaxServicePoints weren't set to some
  332. other limit in another test or whatever. Suppress debug output.
  333. 2003-12-30 Nick Drochak <[email protected]>
  334. * DnsTest.cs: Update with new IP address for www.go-mono.com and make
  335. test failure output more informative. All Tests pass for me on
  336. .NET 1.1.
  337. * HttpWebRequestTest.cs: Get rid of WriteLines and use Asserts to make
  338. it a proper unit test.
  339. 2003-07-16 Peter Williams <[email protected]>
  340. * IPAddressTest.cs: #if NET_1_1 for some IPv6 tests that
  341. rely on some NET_1_1-only features.
  342. 2003-07-14 Jerome Laban <[email protected]>
  343. * IPAddressTest.cs: Added IPv6 addresses tests.
  344. 2002-09-17 Nick Drochak <[email protected]>
  345. * ServicePointManagerTest.cs: Convert Console.WriteLine() into a Fail()
  346. 2002-05-21 Lawrence Pit <[email protected]>
  347. * WebClientTest.cs: added
  348. * WebProxyTest.cs: more tests
  349. 2002-05-20 Lawrence Pit <[email protected]>
  350. * ServicePointTest.cs: added
  351. * ServicePointManagerTest.cs: added
  352. * WebProxyTest.cs: added
  353. * AllTests.cs: added the above tests
  354. * WebHeaderCollection.cs: added TestIndexers.
  355. 2002-05-19 Lawrence Pit <[email protected]>
  356. * FileWebRequestTest.cs: all the async methods tests to behave the same
  357. as in ms.net
  358. 2002-05-12 Lawrence Pit <[email protected]>
  359. * FileWebRequestTest.cs: added
  360. 2002-05-11 Lawrence Pit <[email protected]>
  361. * WebRequestTest.cs: added
  362. * WebHeaderCollectionTest.cs: added
  363. 2002-05-09 Lawrence Pit <[email protected]>
  364. * Added tests to IPAddressTest.cs
  365. * Fixed tests in CookieTest.cs, SocketPermissionsTest.cs, IPEndPointTest.cs
  366. 2002-05-05 Lawrence Pit <[email protected]>
  367. * CredentialCacheTest.cs: added
  368. * AllTests.cs: added CredentialCacheTest
  369. 2002-05-05 Lawrence Pit <[email protected]>
  370. * IPAddressTest.cs: added test for loopback
  371. 2002-04-30 Nick Drochak <[email protected]>
  372. * IPAddressTest.cs: Remove unused code to eliminate compiler warnings.
  373. 2002-04-27 Lawrence Pit <[email protected]>
  374. * CookieTest.cs: added
  375. * CookieCollectionTest.cs: added
  376. * AllTests.cs: added
  377. 2002-04-24 Nick Drochak <[email protected]>
  378. * IPAddressTest.cs: Make test conform to MS behavior. Also, if wrong
  379. exception is thrown, let eveyone know which one.
  380. 2002-04-23 Gonzalo Paniagua Javier <[email protected]>
  381. * IPAddressTest.cs: use BitConverter to set localhost, catch
  382. OverflowException in TestParseWrong() and changed some constants.
  383. 2002-04-19 Gonzalo Paniagua Javier <[email protected]>
  384. * AllTests.cs: added IPEndPointTest.
  385. * IPEndPointTest.cs: added file (author: Lawrence Pit).
  386. * IPAdressTest.cs: use Fail is expected exception are not raised.
  387. 2002-04-15 Gonzalo Paniagua Javier <[email protected]>
  388. * IPAddressTest.cs: use System.BitConverter.IsLittleEndian (suggested
  389. by Paolo) instead of guessing the endianness.
  390. 2002-04-15 Gonzalo Paniagua Javier <[email protected]>
  391. * ChangeLog:
  392. * AllTests.cs:
  393. * IPAddressTest.cs: added files.