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