ChangeLog 1.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  1. 2002-05-11 Lawrence Pit <[email protected]>
  2. * WebRequestTest.cs: added
  3. 2002-05-09 Lawrence Pit <[email protected]>
  4. * Added tests to IPAddressTest.cs
  5. * Fixed tests in CookieTest.cs, SocketPermissionsTest.cs, IPEndPointTest.cs
  6. 2002-05-05 Lawrence Pit <[email protected]>
  7. * CredentialCacheTest.cs: added
  8. * AllTests.cs: added CredentialCacheTest
  9. 2002-05-05 Lawrence Pit <[email protected]>
  10. * IPAddressTest.cs: added test for loopback
  11. 2002-04-30 Nick Drochak <[email protected]>
  12. * IPAddressTest.cs: Remove unused code to eliminate compiler warnings.
  13. 2002-04-27 Lawrence Pit <[email protected]>
  14. * CookieTest.cs: added
  15. * CookieCollectionTest.cs: added
  16. * AllTests.cs: added
  17. 2002-04-24 Nick Drochak <[email protected]>
  18. * IPAddressTest.cs: Make test conform to MS behavior. Also, if wrong
  19. exception is thrown, let eveyone know which one.
  20. 2002-04-23 Gonzalo Paniagua Javier <[email protected]>
  21. * IPAddressTest.cs: use BitConverter to set localhost, catch
  22. OverflowException in TestParseWrong() and changed some constants.
  23. 2002-04-19 Gonzalo Paniagua Javier <[email protected]>
  24. * AllTests.cs: added IPEndPointTest.
  25. * IPEndPointTest.cs: added file (author: Lawrence Pit).
  26. * IPAdressTest.cs: use Fail is expected exception are not raised.
  27. 2002-04-15 Gonzalo Paniagua Javier <[email protected]>
  28. * IPAddressTest.cs: use System.BitConverter.IsLittleEndian (suggested
  29. by Paolo) instead of guessing the endianness.
  30. 2002-04-15 Gonzalo Paniagua Javier <[email protected]>
  31. * ChangeLog:
  32. * AllTests.cs:
  33. * IPAddressTest.cs: added files.