ChangeLog 710 B

12345678910111213141516171819202122
  1. 2002-04-23 Gonzalo Paniagua Javier <[email protected]>
  2. * IPAddressTest.cs: use BitConverter to set localhost, catch
  3. OverflowException in TestParseWrong() and changed some constants.
  4. 2002-04-19 Gonzalo Paniagua Javier <[email protected]>
  5. * AllTests.cs: added IPEndPointTest.
  6. * IPEndPointTest.cs: added file (author: Lawrence Pit).
  7. * IPAdressTest.cs: use Fail is expected exception are not raised.
  8. 2002-04-15 Gonzalo Paniagua Javier <[email protected]>
  9. * IPAddressTest.cs: use System.BitConverter.IsLittleEndian (suggested
  10. by Paolo) instead of guessing the endianness.
  11. 2002-04-15 Gonzalo Paniagua Javier <[email protected]>
  12. * ChangeLog:
  13. * AllTests.cs:
  14. * IPAddressTest.cs: added files.