| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223 |
- 2005-11-22 Gonzalo Paniagua Javier <[email protected]>
- * IPAddressTest.cs: more tests for the byte[] ctor.
- 2005-11-17 Gonzalo Paniagua Javier <[email protected]>
- * HttpListenerPrefixCollectionTest.cs:
- * HttpListenerTest.cs:
- * HttpListenerBasicIdentityTest.cs:
- * HttpListener2Test.cs: tests for HttpListener and related classes.
- 2005-11-15 Sebastien Pouliot <[email protected]>
- * IPAddressTest.cs: Fixed an LoopbackIPv6 test case (missing '[') that
- doesn't work on either MS 1.x or 2.0 (and won't work for long on Mono)
- 2005-09-22 Sebastien Pouliot <[email protected]>
- * DnsPermissionAttributeTest.cs: Removed *Choice security actions.
- * SocketPermissionAttributeTest.cs: Removed *Choice security actions.
- * WebPermissionAttributeTest.cs: Removed *Choice security actions.
- 2005-06-26 Gonzalo Paniagua Javier <[email protected]>
- * HttpWebRequestTest.cs: added test for a HTTP/1.1 server returning a
- chunked response with out a 'last-chunk' mark.
- 2005-06-22 Gonzalo Paniagua Javier <[email protected]>
- * HttpWebRequestTest.cs: added test for the sslClientStream blocking
- issue.
- 2005-06-03 Gonzalo Paniagua Javier <[email protected]>
- * IPAddressTest.cs: cleanup and added loopback IPv6 test.
- 2005-05-19 Sebastien Pouliot <[email protected]>
- * DnsCas.cs: New. CAS unit tests for Dns.
- * DnsTest.cs: Fixed the wrong End* method being used in AsyncResolve.
- * FileWebRequestCas.cs: New. CAS unit tests for FileWebRequest.
- * HttpWebRequestCas.cs: New. CAS unit tests for HttpWebRequest.
- * WebRequestTest.cs: Added tests to validate exceptions.
- 2005-03-31 Gonzalo Paniagua Javier <[email protected]>
- * HttpWebRequestTest.cs: added cookie handling test.
- 2005-02-01 Zoltan Varga <[email protected]>
- * HttpWebRequestTest.cs ServicePointManagerTest.cs ServicePointTest.cs:
- Mark some tests with [Caregory ("InetAccess")].
- 2005-01-28 Nick Drochak <[email protected]>
- * DnsTest.cs: Pick a URL we can most likely fail against.
- 2005-01-24 Nick Drochak <[email protected]>
- * ServicePointManagerTest.cs: Make sure we have some Service Points
- when we try to get one.
- 2005-01-20 Sebastien Pouliot <[email protected]>
- * ServicePointManagerTest.cs: Add a TearDown method; add setup/teardown
- logic to (1) record ServicePointManager.MaxServicePointIdleTime, and
- (2) set this to 10 milliseconds in setup. Why? Because when running the
- full regression tests, the default timeout of 15 minutes applied, causing
- the ServicePointManager to be "full" when ServicePointTest is executed.
- This causes ServicePointTest to generate a failure, as it isn't able to
- add as many ServicePoints as it expects. Worse, this failure isn't
- apparent if you run ServicePointTest individually; it only occurs if it
- executes *after* ServicePointManagerTest. Yay Heisenbugs.
- 2005-01-19 Sebastien Pouliot <[email protected]>
- * WebPermissionAttributeTest.cs: Removed a test for 1.1 as we delay
- the regex creation (like 2.0) so the exception is also delayed.
- 2005-01-18 Sebastien Pouliot <[email protected]>
- * IPAddressTest.cs: Some tests may not work if support for IPv6 is
- disabled in machine.config. Tests haven't re-worked to check for
- Socket.SupportsIPv6 to ignore them in this case.
- 2005-01-18 Gonzalo Paniagua Javier <[email protected]>
- * IPAddressTest.cs: this test fails with a FormatException.
- 2005-01-10 Nick Drochak <[email protected]>
- * IPAddressTest.cs: Make tests pass on Fx1.1
- 2005-01-10 Nick Drochak <[email protected]>
- * SocketPermissionAttributeTest.cs: Do not run tests on .NET where there
- are bugs in the framework.
- * WebPermissionAttributeTest.cs: Assuming these all pass on Fx2.0, so
- make them pass on 1.1 too.
- 2004-12-01 Gonzalo Paniagua Javier <[email protected]>
- * CookieContainerTest.cs: added tests for CookieContainer.
- 2004-10-10 David Sheldon <[email protected]>
- * DnsTest.cs: Updated IP for www.go-mono.com.
- 2004-09-10 Sebastien Pouliot <[email protected]>
- * DnsPermissionAttributeTest.cs: New. Unit tests for DnsPermissionAttr.
- * DnsPermissionTest.cs: New. Unit tests for DnsPermission.
- * SocketPermissionAttributeTest.cs: New. Unit tests for
- SocketPermissionAttribute.
- * WebPermissionAttributeTest.cs: New. Unit tests for WebPermission
- Attribute.
- 2004-01-02 Nick Drochak <[email protected]>
- * ServicePointManagerTest.cs: Use the nunit v2 paradigm, and stop this
- test from outputting its debug info with WriteLines.
- * ServicePointTest.cs: Make sure MaxServicePoints weren't set to some
- other limit in another test or whatever. Suppress debug output.
- 2003-12-30 Nick Drochak <[email protected]>
- * DnsTest.cs: Update with new IP address for www.go-mono.com and make
- test failure output more informative. All Tests pass for me on
- .NET 1.1.
- * HttpWebRequestTest.cs: Get rid of WriteLines and use Asserts to make
- it a proper unit test.
- 2003-07-16 Peter Williams <[email protected]>
- * IPAddressTest.cs: #if NET_1_1 for some IPv6 tests that
- rely on some NET_1_1-only features.
- 2003-07-14 Jerome Laban <[email protected]>
- * IPAddressTest.cs: Added IPv6 addresses tests.
- 2002-09-17 Nick Drochak <[email protected]>
- * ServicePointManagerTest.cs: Convert Console.WriteLine() into a Fail()
- 2002-05-21 Lawrence Pit <[email protected]>
- * WebClientTest.cs: added
- * WebProxyTest.cs: more tests
- 2002-05-20 Lawrence Pit <[email protected]>
- * ServicePointTest.cs: added
- * ServicePointManagerTest.cs: added
- * WebProxyTest.cs: added
- * AllTests.cs: added the above tests
- * WebHeaderCollection.cs: added TestIndexers.
- 2002-05-19 Lawrence Pit <[email protected]>
- * FileWebRequestTest.cs: all the async methods tests to behave the same
- as in ms.net
- 2002-05-12 Lawrence Pit <[email protected]>
- * FileWebRequestTest.cs: added
- 2002-05-11 Lawrence Pit <[email protected]>
- * WebRequestTest.cs: added
- * WebHeaderCollectionTest.cs: added
- 2002-05-09 Lawrence Pit <[email protected]>
- * Added tests to IPAddressTest.cs
- * Fixed tests in CookieTest.cs, SocketPermissionsTest.cs, IPEndPointTest.cs
- 2002-05-05 Lawrence Pit <[email protected]>
- * CredentialCacheTest.cs: added
- * AllTests.cs: added CredentialCacheTest
- 2002-05-05 Lawrence Pit <[email protected]>
- * IPAddressTest.cs: added test for loopback
- 2002-04-30 Nick Drochak <[email protected]>
- * IPAddressTest.cs: Remove unused code to eliminate compiler warnings.
- 2002-04-27 Lawrence Pit <[email protected]>
- * CookieTest.cs: added
- * CookieCollectionTest.cs: added
- * AllTests.cs: added
- 2002-04-24 Nick Drochak <[email protected]>
- * IPAddressTest.cs: Make test conform to MS behavior. Also, if wrong
- exception is thrown, let eveyone know which one.
- 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.
|