ChangeLog 2.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182
  1. 2002-09-17 Nick Drochak <[email protected]>
  2. * ServicePointManagerTest.cs: Convert Console.WriteLine() into a Fail()
  3. 2002-05-21 Lawrence Pit <[email protected]>
  4. * WebClientTest.cs: added
  5. * WebProxyTest.cs: more tests
  6. 2002-05-20 Lawrence Pit <[email protected]>
  7. * ServicePointTest.cs: added
  8. * ServicePointManagerTest.cs: added
  9. * WebProxyTest.cs: added
  10. * AllTests.cs: added the above tests
  11. * WebHeaderCollection.cs: added TestIndexers.
  12. 2002-05-19 Lawrence Pit <[email protected]>
  13. * FileWebRequestTest.cs: all the async methods tests to behave the same
  14. as in ms.net
  15. 2002-05-12 Lawrence Pit <[email protected]>
  16. * FileWebRequestTest.cs: added
  17. 2002-05-11 Lawrence Pit <[email protected]>
  18. * WebRequestTest.cs: added
  19. * WebHeaderCollectionTest.cs: added
  20. 2002-05-09 Lawrence Pit <[email protected]>
  21. * Added tests to IPAddressTest.cs
  22. * Fixed tests in CookieTest.cs, SocketPermissionsTest.cs, IPEndPointTest.cs
  23. 2002-05-05 Lawrence Pit <[email protected]>
  24. * CredentialCacheTest.cs: added
  25. * AllTests.cs: added CredentialCacheTest
  26. 2002-05-05 Lawrence Pit <[email protected]>
  27. * IPAddressTest.cs: added test for loopback
  28. 2002-04-30 Nick Drochak <[email protected]>
  29. * IPAddressTest.cs: Remove unused code to eliminate compiler warnings.
  30. 2002-04-27 Lawrence Pit <[email protected]>
  31. * CookieTest.cs: added
  32. * CookieCollectionTest.cs: added
  33. * AllTests.cs: added
  34. 2002-04-24 Nick Drochak <[email protected]>
  35. * IPAddressTest.cs: Make test conform to MS behavior. Also, if wrong
  36. exception is thrown, let eveyone know which one.
  37. 2002-04-23 Gonzalo Paniagua Javier <[email protected]>
  38. * IPAddressTest.cs: use BitConverter to set localhost, catch
  39. OverflowException in TestParseWrong() and changed some constants.
  40. 2002-04-19 Gonzalo Paniagua Javier <[email protected]>
  41. * AllTests.cs: added IPEndPointTest.
  42. * IPEndPointTest.cs: added file (author: Lawrence Pit).
  43. * IPAdressTest.cs: use Fail is expected exception are not raised.
  44. 2002-04-15 Gonzalo Paniagua Javier <[email protected]>
  45. * IPAddressTest.cs: use System.BitConverter.IsLittleEndian (suggested
  46. by Paolo) instead of guessing the endianness.
  47. 2002-04-15 Gonzalo Paniagua Javier <[email protected]>
  48. * ChangeLog:
  49. * AllTests.cs:
  50. * IPAddressTest.cs: added files.