ChangeLog 984 B

1234567891011121314151617181920212223242526272829303132
  1. 2002-04-27 Lawrence Pit <[email protected]>
  2. * CookieTest.cs
  3. * CookieCollectionTest.cs
  4. * AllTests.cs
  5. 2002-04-24 Nick Drochak <[email protected]>
  6. * IPAddressTest.cs: Make test conform to MS behavior. Also, if wrong
  7. exception is thrown, let eveyone know which one.
  8. 2002-04-23 Gonzalo Paniagua Javier <[email protected]>
  9. * IPAddressTest.cs: use BitConverter to set localhost, catch
  10. OverflowException in TestParseWrong() and changed some constants.
  11. 2002-04-19 Gonzalo Paniagua Javier <[email protected]>
  12. * AllTests.cs: added IPEndPointTest.
  13. * IPEndPointTest.cs: added file (author: Lawrence Pit).
  14. * IPAdressTest.cs: use Fail is expected exception are not raised.
  15. 2002-04-15 Gonzalo Paniagua Javier <[email protected]>
  16. * IPAddressTest.cs: use System.BitConverter.IsLittleEndian (suggested
  17. by Paolo) instead of guessing the endianness.
  18. 2002-04-15 Gonzalo Paniagua Javier <[email protected]>
  19. * ChangeLog:
  20. * AllTests.cs:
  21. * IPAddressTest.cs: added files.