ChangeLog 19 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597
  1. 2009-04-21 Sebastien Pouliot <[email protected]>
  2. * EndPointTest.cs: New
  3. 2009-02-08 Gert Driesen <[email protected]>
  4. * DnsTest.cs: Use Assert syntax, and spaces to tabs. Added tests
  5. for argument checks.
  6. 2009-02-08 Gert Driesen <[email protected]>
  7. * HttpWebRequestTest.cs: Added Not-Modified-Since test. Updated
  8. bug numbers.
  9. 2009-02-05 Gert Driesen <[email protected]>
  10. * HttpListener2Test.cs: Make tests quiet.
  11. * HttpWebRequestTest.cs: Added test for bug #471782.
  12. 2009-01-20 Gonzalo Paniagua Javier <[email protected]>
  13. * IPAddressTest.cs: tests for bug #467472.
  14. 2009-01-16 Gonzalo Paniagua Javier <[email protected]>
  15. * FtpWebRequestTest.cs: add directory listing test when the $HOME is
  16. not /.
  17. 2009-01-12 Gonzalo Paniagua Javier <[email protected]>
  18. * FtpWebRequestTest.cs: test deleting a file.
  19. 2008-11-18 Gonzalo Paniagua Javier <[email protected]>
  20. * HttpListener2Test.cs: make sure we dispose the listener.
  21. 2008-11-17 Gonzalo Paniagua Javier <[email protected]>
  22. * HttpListener2Test.cs: (CreateNS) set a default read/write timeout
  23. of 5s.
  24. 2008-11-13 Gonzalo Paniagua Javier <[email protected]>
  25. * FtpWebRequestTest.cs: the upload test now passes with the MS
  26. runtime. Added another test for download.
  27. 2008-11-12 Gonzalo Paniagua Javier <[email protected]>
  28. * HttpListener2Test.cs: Fixed Test7.
  29. 2008-11-03 Gonzalo Paniagua Javier <[email protected]>
  30. * FtpWebRequestTest.cs: add test for bug 333985.
  31. 2008-10-30 Gonzalo Paniagua Javier <[email protected]>
  32. * HttpWebResponseTest.cs:
  33. * SocketResponder.cs:
  34. * HttpWebRequestTest.cs: don't pretend to be a 1.1 server or the
  35. socket will stay open. Timeout for Ntlm test is 5s now.
  36. 2008-10-19 Gert Driesen <[email protected]>
  37. * HttpWebRequestTest.cs: Fixed test for bug #429200.
  38. 2008-10-18 Gert Driesen <[email protected]>
  39. * HttpWebRequestTest.cs: Added test for bug #429200.
  40. 2008-10-08 Gonzalo Paniagua Javier <[email protected]>
  41. * HttpWebRequestTest.cs: mini-test case for NTLM auth.
  42. 2008-08-06 Atsushi Enomoto <[email protected]>
  43. * IPAddressTest.cs : added test strings for bug #411920 as well as
  44. enabling some ipv4ParseOK strings.
  45. 2008-07-25 Gert Driesen <[email protected]>
  46. * HttpWebResponseTest.cs: Enabled tests.
  47. 2008-07-03 Gert Driesen <[email protected]>
  48. * HttpListener2Test.cs: Added test for multiple responses.
  49. * HttpWebResponseTest.cs: Added tests for disposed checks.
  50. 2008-04-18 Gert Driesen <[email protected]>
  51. * FileWebRequestTest.cs: Now that we have proper locking for file
  52. deletes on unix, bug #323388 applies to unix as well.
  53. 2008-04-06 Geoff Norton <[email protected]>
  54. * HttpListener2Test.cs:
  55. * HttpListenerRequestTest.cs: HttpListener Basic authenticationt test
  56. from Maciej Paszta <[email protected]>
  57. 2008-02-09 Daniel Nauck <[email protected]>
  58. * CookieContainerTest.cs: added some not working Add/Expired tests
  59. 2008-02-09 Daniel Nauck <[email protected]>
  60. * CookieTest.cs: added tests for public fields
  61. 2008-01-27 Gert Driesen <[email protected]>
  62. * IPAddressTest.cs: Remove use of deprecated Assertion. Improved
  63. existing tests.
  64. 2008-01-26 Daniel Nauck <[email protected]>
  65. * CookieTest.cs: enabled ToString () test,
  66. added Version property test
  67. 2008-01-26 Daniel Nauck <[email protected]>
  68. * CookieTest.cs: added tests for Cookie.ToString (), see bug #316017,
  69. fixed line endings
  70. 2008-01-17 Zoltan Varga <[email protected]>
  71. * HttpWebRequestTest.cs: Disable #353495 since it fails on the 2.0 profile.
  72. 2008-01-15 Atsushi Enomoto <[email protected]>
  73. * HttpWebRequestTest.cs : added test for bug #353495.
  74. 2007-12-03 Gert Driesen <[email protected]>
  75. * WebClient.cs: Added tests for argument checks.
  76. 2007-10-21 Gert Driesen <[email protected]>
  77. * WebProxyTest.cs: Remove unused fields.
  78. 2007-10-15 Gert Driesen <[email protected]>
  79. * WebRequestTest.cs: Fixed test for serialization ctor to match
  80. 1.0 profile change. Added trivial tests to argument null checks.
  81. Added test for DefaultWebProxy. Fixed line endings.
  82. 2007-09-30 Gert Driesen <[email protected]>
  83. * HttpListenerRequestTest.cs: Added test for HttpMethod.
  84. 2007-09-30 Gert Driesen <[email protected]>
  85. * HttpListenerRequestTest.cs: Added test for HasEntityBody.
  86. * HttpListener2Test.cs: Removed CWL.
  87. 2007-08-29 Atsushi Enomoto <[email protected]>
  88. * IPAddressTest.cs : added an address with scope id to parse/format
  89. test.
  90. 2007-06-28 Chris Howie <[email protected]>
  91. * ServicePointTest.cs: Add some loose tests for
  92. ServicePoint.BindIPEndPointDelegate.
  93. 2007-08-01 Rodrigo Kumpera <[email protected]>
  94. * HttpListener2Test.cs: Fixed Cookie Test
  95. 2007-07-17 Rodrigo Kumpera <[email protected]>
  96. * HttpListener2Test.cs: Tests for cookie receiving and sending, related to bug #81627
  97. 2007-07-17 Gert Driesen <[email protected]>
  98. * HttpWebRequestTest.cs: Fixed and enabled InternalServerError test.
  99. Added test for response without Content-Length.
  100. 2007-07-15 Gert Driesen <[email protected]>
  101. * HttpWebRequestTest.cs: Remove usage of deprecated Assertion class.
  102. Fixed Sync test. Fixed InternalServerError to pass on .NET 2.0, and
  103. renumbered tests. Added test for bug #81504.
  104. 2007-05-18 Gert Driesen <[email protected]>
  105. * HttpWebRequestTest.cs: Added test for exception thrown on read
  106. timeout. Added tests for bug #81624 and #81671.
  107. 2007-04-23 Marek Habersack <[email protected]>
  108. * CookieContainerTest.cs: the GetCookies test works now.
  109. 2007-04-21 Gert Driesen <[email protected]>
  110. * CookieContainerTest.cs: Removed usage of deprecated Asssertion
  111. class. Added test for bug #81421.
  112. * SocketResponder.cs: Thread-safety fixes.
  113. 2007-03-07 Vladimir Krasnov <[email protected]>
  114. * HttpListenerPrefixCollectionTest.cs, HttpListenerTest.cs: removed not
  115. supported calls for TARGET_JVM because of validation failures
  116. 2007-02-24 Gert Driesen <[email protected]>
  117. * HttpWebRequestTest.cs: Added test for bug #80944.
  118. 2007-02-08 Ilya Kharmatsky <ilyak -at- mainsoft.com>
  119. * FileWebRequestTest.cs: Excluded not working under TARGET_JVM
  120. configuration code in GetResponse_File_DoesNotExist test.
  121. * HttpWebRequestTest.cs: Excluded not working under TARGET_JVM
  122. configuration test 'Sync'
  123. 2007-02-02 Gert Driesen <[email protected]>
  124. * SocketResponder.cs: Fixed typo. Moved to correct namespace.
  125. 2007-02-02 Gert Driesen <[email protected]>
  126. * FileWebRequestTest.cs: Separate tests that fail on Windows due to
  127. bug #80700, and ignore them on Windows.
  128. 2007-02-01 Gert Driesen <[email protected]>
  129. * WebProxyTest.cs: Added tests that cover regression introduced by
  130. previous change.
  131. 2007-01-31 Ilya Kharmatsky <ilyak -at- mainsoft.com>
  132. * IPAddressTest.cs, WebProxyTest.cs, WebHeaderCollectionTest.cs,
  133. ServicePointManagerTest.cs, ServicePointTest.cs:
  134. Excluded not working in Grasshopper tests, under 'TARGET_JVM'
  135. directive
  136. * HttpListenerPrefixCollectionTest.cs, HttpListenerTest.cs,
  137. HttpListenerBasicIdentityTest.cs, HttpListener2Test.cs:
  138. Excluded entire test fixture, since HttpListener still not
  139. implemented in Grasshopper.
  140. * FileWebRequestTest.cs, FileWebResponseTest.cs:
  141. Excluded not working in Grasshopper tests and provided different
  142. implementation of helper methods - under 'TARGET_JVM'
  143. 2007-01-30 Atsushi Enomoto <[email protected]>
  144. * HttpWebRequestTest.cs : use correct attribute.
  145. 2007-01-29 Gert Driesen <[email protected]>
  146. * HttpWebRequestTest.cs: Added tests for case-sensitive dealing with
  147. HTTP method.
  148. * SocketResponser.cs: Utility class for tests that require a listener.
  149. 2007-01-29 Ilya Kharmatsky <ilyak -at- mainsoft.com>
  150. * IPAddressTest.cs: Fixed missing bracket (under TARGET_JVM)
  151. 2007-01-28 Ilya Kharmatsky <ilyak -at- mainsoft.com>
  152. * IPAddressTest.cs: Added 'Ignore' attribute for
  153. Constructor0_Address_Invalid test under TARGET_JVM directive.
  154. 2007-01-28 Gert Driesen <[email protected]>
  155. * IPAddressTest.cs: Added test for invalid addresses. Fixed 4-byte
  156. test on 2.0 profile.
  157. 2007-01-28 Gert Driesen <[email protected]>
  158. * FileWebRequestTest.cs: Reworked tests to no longer rely on TMPDIR.
  159. Added tests for ConnectionGroupName, ContentLength, ContentType,
  160. Credentials, GetRequestStream, GetResponse, Method, PreAuthenticate,
  161. Proxy, RequestUri, Timeout. Added binary serialization compatibility
  162. tests.
  163. * FileWebResponseTest.cs: Added tests for ContentLength, ContentType,
  164. GetResponseStream, Headers, ResponseUri.
  165. 2007-01-28 Gert Driesen <[email protected]>
  166. * WebHeaderCollectionTest.cs: Added tests for binary serialization
  167. compatibility.
  168. 2007-01-28 Gert Driesen <[email protected]>
  169. * WebProxyTest.cs: Move IsBypassed null check to separate test, and
  170. fixed it for 2.0 profile. Added test for binary serialization.
  171. 2007-01-25 Ilya Kharmatsky <ilyak -at- mainsoft.com>
  172. * FileWebRequestTest.cs: Workaround Grasshopper's bugs with
  173. 'Ignore' and 'NotWorking' attributes.
  174. 2007-01-11 Miguel de Icaza <[email protected]>
  175. * HttpListener2Test.cs: Put a bunch of verbs that would not be
  176. allowed.
  177. 2006-12-28 Gert Driesen <[email protected]>
  178. * IPAddressTest.cs: Added 4-byte and null address tests.
  179. 2006-11-20 Andrew Skiba <[email protected]>
  180. * WebHeaderCollectionTest.cs: fix Indexers test to compile on 2.0
  181. 2006-11-15 Gonzalo Paniagua Javier <[email protected]>
  182. * WebHeaderCollectionTest.cs: the Indexers test only compiles on 1.x
  183. 2006-11-07 Dick Porter <[email protected]>
  184. * DnsTest.cs: GetHostByAddressString5() should only throw
  185. SocketException on pre-2.0 profiles
  186. 2006-11-03 Dick Porter <[email protected]>
  187. * DnsTest.cs: Re-enable GetHostEntry
  188. 2006-10-22 Zoltan Varga <[email protected]>
  189. * DnsTest.cs: Disable GetHostEntry test as it currently fails.
  190. 2006-08-30 Gonzalo Paniagua Javier <[email protected]>
  191. * HttpListener2Test.cs: new tests for headers sent separate from body
  192. and together.
  193. 2006-08-30 Gonzalo Paniagua Javier <[email protected]>
  194. * HttpListener2Test.cs: test using StreamReader from InputStream.
  195. 2006-08-20 Miguel de Icaza <[email protected]>
  196. * HttpListener2Test.cs: Add test case for bug #79112
  197. 2006-04-03 Chris Toshok <[email protected]>
  198. * HttpWebRequestTest.cs (Missing_ContentEncoding): add test to
  199. handle missing content encoding header.
  200. 2006-03-28 Atsushi Enomoto <[email protected]>
  201. * DnsTest.cs : added test for GetHostEntry.
  202. 2006-03-28 Atsushi Enomoto <[email protected]>
  203. * IPAddressTest.cs : actually #11 in TryParse() is not working.
  204. added more tests on IsIPv6Blah properties.
  205. 2006-03-27 Atsushi Enomoto <[email protected]>
  206. * IPAddressTest.cs : added some tests for TryParse() and IPv6 related
  207. properties.
  208. 2006-02-03 Carlos Alberto Cortez <[email protected]>
  209. * FtpWebRequestTest.cs: Add a small check for Method.
  210. 2006-02-03 Atsushi Enomoto <[email protected]>
  211. * WebRequestTest.cs : FtpWebRequest is only NET_2_0.
  212. 2006-02-03 Carlos Alberto Cortez <[email protected]>
  213. * FtpWebRequestTest.cs: New file to test properties/methods
  214. that don't need any connection to work.
  215. 2005-02-03 Carlos Alberto Cortez <[email protected]>
  216. * WebRequestTest.cs: Add ftp to the Create () method (to return
  217. a FtpWebRequest instance).
  218. 2005-11-28 Gonzalo Paniagua Javier <[email protected]>
  219. * HttpListenerTest.cs: disable 2 tests. We're throwing the wrong
  220. exception.
  221. 2005-11-22 Gonzalo Paniagua Javier <[email protected]>
  222. * IPAddressTest.cs: more tests for the byte[] ctor.
  223. 2005-11-17 Gonzalo Paniagua Javier <[email protected]>
  224. * HttpListenerPrefixCollectionTest.cs:
  225. * HttpListenerTest.cs:
  226. * HttpListenerBasicIdentityTest.cs:
  227. * HttpListener2Test.cs: tests for HttpListener and related classes.
  228. 2005-11-15 Sebastien Pouliot <[email protected]>
  229. * IPAddressTest.cs: Fixed an LoopbackIPv6 test case (missing '[') that
  230. doesn't work on either MS 1.x or 2.0 (and won't work for long on Mono)
  231. 2005-09-22 Sebastien Pouliot <[email protected]>
  232. * DnsPermissionAttributeTest.cs: Removed *Choice security actions.
  233. * SocketPermissionAttributeTest.cs: Removed *Choice security actions.
  234. * WebPermissionAttributeTest.cs: Removed *Choice security actions.
  235. 2005-06-26 Gonzalo Paniagua Javier <[email protected]>
  236. * HttpWebRequestTest.cs: added test for a HTTP/1.1 server returning a
  237. chunked response with out a 'last-chunk' mark.
  238. 2005-06-22 Gonzalo Paniagua Javier <[email protected]>
  239. * HttpWebRequestTest.cs: added test for the sslClientStream blocking
  240. issue.
  241. 2005-06-03 Gonzalo Paniagua Javier <[email protected]>
  242. * IPAddressTest.cs: cleanup and added loopback IPv6 test.
  243. 2005-05-19 Sebastien Pouliot <[email protected]>
  244. * DnsCas.cs: New. CAS unit tests for Dns.
  245. * DnsTest.cs: Fixed the wrong End* method being used in AsyncResolve.
  246. * FileWebRequestCas.cs: New. CAS unit tests for FileWebRequest.
  247. * HttpWebRequestCas.cs: New. CAS unit tests for HttpWebRequest.
  248. * WebRequestTest.cs: Added tests to validate exceptions.
  249. 2005-03-31 Gonzalo Paniagua Javier <[email protected]>
  250. * HttpWebRequestTest.cs: added cookie handling test.
  251. 2005-02-01 Zoltan Varga <[email protected]>
  252. * HttpWebRequestTest.cs ServicePointManagerTest.cs ServicePointTest.cs:
  253. Mark some tests with [Caregory ("InetAccess")].
  254. 2005-01-28 Nick Drochak <[email protected]>
  255. * DnsTest.cs: Pick a URL we can most likely fail against.
  256. 2005-01-24 Nick Drochak <[email protected]>
  257. * ServicePointManagerTest.cs: Make sure we have some Service Points
  258. when we try to get one.
  259. 2005-01-20 Sebastien Pouliot <[email protected]>
  260. * ServicePointManagerTest.cs: Add a TearDown method; add setup/teardown
  261. logic to (1) record ServicePointManager.MaxServicePointIdleTime, and
  262. (2) set this to 10 milliseconds in setup. Why? Because when running the
  263. full regression tests, the default timeout of 15 minutes applied, causing
  264. the ServicePointManager to be "full" when ServicePointTest is executed.
  265. This causes ServicePointTest to generate a failure, as it isn't able to
  266. add as many ServicePoints as it expects. Worse, this failure isn't
  267. apparent if you run ServicePointTest individually; it only occurs if it
  268. executes *after* ServicePointManagerTest. Yay Heisenbugs.
  269. 2005-01-19 Sebastien Pouliot <[email protected]>
  270. * WebPermissionAttributeTest.cs: Removed a test for 1.1 as we delay
  271. the regex creation (like 2.0) so the exception is also delayed.
  272. 2005-01-18 Sebastien Pouliot <[email protected]>
  273. * IPAddressTest.cs: Some tests may not work if support for IPv6 is
  274. disabled in machine.config. Tests haven't re-worked to check for
  275. Socket.SupportsIPv6 to ignore them in this case.
  276. 2005-01-18 Gonzalo Paniagua Javier <[email protected]>
  277. * IPAddressTest.cs: this test fails with a FormatException.
  278. 2005-01-10 Nick Drochak <[email protected]>
  279. * IPAddressTest.cs: Make tests pass on Fx1.1
  280. 2005-01-10 Nick Drochak <[email protected]>
  281. * SocketPermissionAttributeTest.cs: Do not run tests on .NET where there
  282. are bugs in the framework.
  283. * WebPermissionAttributeTest.cs: Assuming these all pass on Fx2.0, so
  284. make them pass on 1.1 too.
  285. 2004-12-01 Gonzalo Paniagua Javier <[email protected]>
  286. * CookieContainerTest.cs: added tests for CookieContainer.
  287. 2004-10-10 David Sheldon <[email protected]>
  288. * DnsTest.cs: Updated IP for www.go-mono.com.
  289. 2004-09-10 Sebastien Pouliot <[email protected]>
  290. * DnsPermissionAttributeTest.cs: New. Unit tests for DnsPermissionAttr.
  291. * DnsPermissionTest.cs: New. Unit tests for DnsPermission.
  292. * SocketPermissionAttributeTest.cs: New. Unit tests for
  293. SocketPermissionAttribute.
  294. * WebPermissionAttributeTest.cs: New. Unit tests for WebPermission
  295. Attribute.
  296. 2004-01-02 Nick Drochak <[email protected]>
  297. * ServicePointManagerTest.cs: Use the nunit v2 paradigm, and stop this
  298. test from outputting its debug info with WriteLines.
  299. * ServicePointTest.cs: Make sure MaxServicePoints weren't set to some
  300. other limit in another test or whatever. Suppress debug output.
  301. 2003-12-30 Nick Drochak <[email protected]>
  302. * DnsTest.cs: Update with new IP address for www.go-mono.com and make
  303. test failure output more informative. All Tests pass for me on
  304. .NET 1.1.
  305. * HttpWebRequestTest.cs: Get rid of WriteLines and use Asserts to make
  306. it a proper unit test.
  307. 2003-07-16 Peter Williams <[email protected]>
  308. * IPAddressTest.cs: #if NET_1_1 for some IPv6 tests that
  309. rely on some NET_1_1-only features.
  310. 2003-07-14 Jerome Laban <[email protected]>
  311. * IPAddressTest.cs: Added IPv6 addresses tests.
  312. 2002-09-17 Nick Drochak <[email protected]>
  313. * ServicePointManagerTest.cs: Convert Console.WriteLine() into a Fail()
  314. 2002-05-21 Lawrence Pit <[email protected]>
  315. * WebClientTest.cs: added
  316. * WebProxyTest.cs: more tests
  317. 2002-05-20 Lawrence Pit <[email protected]>
  318. * ServicePointTest.cs: added
  319. * ServicePointManagerTest.cs: added
  320. * WebProxyTest.cs: added
  321. * AllTests.cs: added the above tests
  322. * WebHeaderCollection.cs: added TestIndexers.
  323. 2002-05-19 Lawrence Pit <[email protected]>
  324. * FileWebRequestTest.cs: all the async methods tests to behave the same
  325. as in ms.net
  326. 2002-05-12 Lawrence Pit <[email protected]>
  327. * FileWebRequestTest.cs: added
  328. 2002-05-11 Lawrence Pit <[email protected]>
  329. * WebRequestTest.cs: added
  330. * WebHeaderCollectionTest.cs: added
  331. 2002-05-09 Lawrence Pit <[email protected]>
  332. * Added tests to IPAddressTest.cs
  333. * Fixed tests in CookieTest.cs, SocketPermissionsTest.cs, IPEndPointTest.cs
  334. 2002-05-05 Lawrence Pit <[email protected]>
  335. * CredentialCacheTest.cs: added
  336. * AllTests.cs: added CredentialCacheTest
  337. 2002-05-05 Lawrence Pit <[email protected]>
  338. * IPAddressTest.cs: added test for loopback
  339. 2002-04-30 Nick Drochak <[email protected]>
  340. * IPAddressTest.cs: Remove unused code to eliminate compiler warnings.
  341. 2002-04-27 Lawrence Pit <[email protected]>
  342. * CookieTest.cs: added
  343. * CookieCollectionTest.cs: added
  344. * AllTests.cs: added
  345. 2002-04-24 Nick Drochak <[email protected]>
  346. * IPAddressTest.cs: Make test conform to MS behavior. Also, if wrong
  347. exception is thrown, let eveyone know which one.
  348. 2002-04-23 Gonzalo Paniagua Javier <[email protected]>
  349. * IPAddressTest.cs: use BitConverter to set localhost, catch
  350. OverflowException in TestParseWrong() and changed some constants.
  351. 2002-04-19 Gonzalo Paniagua Javier <[email protected]>
  352. * AllTests.cs: added IPEndPointTest.
  353. * IPEndPointTest.cs: added file (author: Lawrence Pit).
  354. * IPAdressTest.cs: use Fail is expected exception are not raised.
  355. 2002-04-15 Gonzalo Paniagua Javier <[email protected]>
  356. * IPAddressTest.cs: use System.BitConverter.IsLittleEndian (suggested
  357. by Paolo) instead of guessing the endianness.
  358. 2002-04-15 Gonzalo Paniagua Javier <[email protected]>
  359. * ChangeLog:
  360. * AllTests.cs:
  361. * IPAddressTest.cs: added files.