| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254 |
- 2006-09-04 Igor Zelmanovich <[email protected]>
- * HttpUtilityTest.cs: new test added.
- 2006-08-23 Gonzalo Paniagua Javier <[email protected]>
- * HttpWriter.cs: call WriteString instead of Write. Fixes the test.
- 2006-07-10 Andrew Skiba <[email protected]>
- * StaticSiteMapProviderTest.cs: run 3 tests in web context,
- so they don't fail on HttpContext.Current == null
- 2006-07-06 Andrew Skiba <[email protected]>
- * HttpRequestTest: add a test
- 2006-07-05 Andrew Skiba <[email protected]>
- * HttpRequestTest: add MapPath tests
- 2006-06-21 Sebastien Pouliot <[email protected]>
- * HttpWriter.cs: Fix test fixture not to inherit from
- AspNetHostingMinimal which limits the test execution when the CAS
- category isn't excluded.
- 2006-06-05 Juraj Skripsky <[email protected]>
- * HttpRequestTest.cs: add test case to verify that the correct
- encoding is used during url-decoding of the query string.
- 2006-05-17 Kazuki Oikawa <[email protected]>
- * HttpUtilityTest.cs: added tests for HttpUtility.ParseQueryString.
- 2006-04-20 Andrew Skiba <[email protected]>
- * SiteMapNodeTest.cs: new tests for null reference exceptions in SiteMapNode
- 2006-04-10 Gonzalo Paniagua Javier <[email protected]>
- * HttpUtilityTest.cs: new tests. Patch by Vladimir Krasnov.
- 2006-04-05 Andrew Skiba <[email protected]>
- * HttpUtilityTest.cs: test UrlEncode and UrlEncodeUnicode for all
- values from char.MinValue to char.MaxValue according to reference
- implementation.
- 2006-03-27 Gonzalo Paniagua Javier <[email protected]>
- * HttpUtilityTest.cs: test from bug #77931.
- 2006-03-23 Gonzalo Paniagua Javier <[email protected]>
- * HttpResponseTest.cs: added tests for CacheControl that set it to null
- and string.Empty.
- 2006-03-10 Chris Toshok <[email protected]>
- * StaticSiteMapProviderTest.cs: new tests.
- * SiteMapProviderTest.cs: new tests.
- 2006-01-30 Gonzalo Paniagua Javier <[email protected]>
- * VirtualPathUtilityTest.cs: added new tests.
- 2005-12-08 Gonzalo Paniagua Javier <[email protected]>
- * HttpRequestTest.cs: ignore test.
- 2005-12-06 Gonzalo Paniagua Javier <[email protected]>
- * HttpCookieTest.cs: test for setting the Secure property.
- 2005-11-07 Jason Diamond <[email protected]>
- * HttpRequestTest.cs: Added new tests.
- 2005-11-01 Chris Toshok <[email protected]>
- * VirtualPathUtilityTest.cs: new tests.
- 2005-10-07 Gonzalo Paniagua Javier <[email protected]>
- * HttpResponseCas.cs:
- * HttpRequestCas.cs: now that filters are implemented, remove the catch
- for NotImplementedException.
- 2005-09-29 Sebastien Pouliot <[email protected]>
- * HttpBrowserCapabilitiesCas.cs: Fixed tests case to work with both
- values returned by Mono and MS runtimes.
- * HttpContextCas.cs: Ignore the Application_Deny_UnmanagedCode test
- case. This check was removed in 2.0 and seems to be inconsistent in
- previous versions (i.e. depends on the execution order which triggers
- the initialization of the HttpRuntime).
- 2005-09-23 Sebastien Pouliot <[email protected]>
- * HttpContextCas.cs: Mono throws ArgumentNullException for RewritePath
- methods while MS throws NullReferenceException.
- 2005-09-22 Sebastien Pouliot <[email protected]>
- * HttpCachePolicyCas.cs: SetDiskCacheable method was removed in 2.0 RC
- 2005-09-21 Sebastien Pouliot <[email protected]>
- * HttpRequestTest.cs: Fixed test cases so they now execute without
- errors on MS 1.1 SP1, 2.0 RC and Mono (default profile).
- 2005-09-14 Sebastien Pouliot <[email protected]>
- * HttpWorkerRequestTest.cs: Add test cases for default values of new
- 2.0 APIs.
- 2005-09-13 Sebastien Pouliot <[email protected]>
- * HttpApplicationCas.cs: New. CAS unit tests.
- * HttpApplicationStateCas.cs: New. CAS unit tests.
- * HttpBrowserCapabilitiesCas.cs: New. CAS unit tests.
- * HttpCachePolicyCas.cs: New. CAS unit tests.
- * HttpCacheVaryByHeadersCas.cs: New. CAS unit tests.
- * HttpCacheVaryByParamsCas.cs: New. CAS unit tests.
- * HttpClientCertificateCas.cs: New. CAS unit tests.
- * HttpCompileExceptionCas.cs: New. CAS unit tests.
- * HttpContextCas.cs: Add method/propertie CAS tests cases.
- * HttpCookieCas.cs: New. CAS unit tests.
- * HttpCookieCollectionCas.cs: New. CAS unit tests.
- * HttpExceptionCas.cs: New. CAS unit tests.
- * HttpFileCollectionCas.cs: New. CAS unit tests.
- * HttpModuleCollectionCas.cs: New. CAS unit tests.
- * HttpParseExceptionCas.cs: New. CAS unit tests.
- * HttpRequestCas.cs: New. CAS unit tests.
- * HttpRequestValidationExceptionCas.cs: New. CAS unit tests.
- * HttpResponseCas.cs: New. CAS unit tests.
- * HttpRuntimeCas.cs: New. CAS unit tests.
- * HttpServerUtilityCas.cs: New. CAS unit tests.
- * HttpStaticObjectsCollectionCas.cs: New. CAS unit tests.
- * HttpUnhandledExceptionCas.cs: New. CAS unit tests.
- * HttpUtilityCas.cs: New. CAS unit tests.
- * HttpWorkerRequestCas.cs: New. CAS unit tests.
- * HttpWriterCas.cs: New. CAS unit tests.
- * ProcessInfoCas.cs: New. CAS unit tests.
- * ProcessModelInfoCas.cs: New. CAS unit tests.
- * TraceContextCas.cs: New. CAS unit tests.
- 2005-09-01 Sebastien Pouliot <[email protected]>
- * HttpContextCas.cs: New. CAS unit tests for SkipAuthorization and
- User property setters.
- 2005-08-25 Gonzalo Paniagua Javier <[email protected]>
- * HttpRequestTest.cs: test for negative content length.
- 2005-08-25 Sebastien Pouliot <[email protected]>
- * HttpClientCertificateTest.cs: Most of the test throws a
- ArgumentNullException on MS 1.x implementation - even for getting
- properties. Mono only support the 2.0 (right) behaviour so we're
- skipping the tests on 1.1.
- 2005-08-22 Sebastien Pouliot <[email protected]>
- * HttpContext.cs: Added test case for using the .ctor with a null
- HttpWorkerRequest.
- 2005-08-20 Gonzalo Paniagua Javier <[email protected]>
- * HttpRequestTest.cs: test for MapImageCoordinates.
- 2005-08-18 Gonzalo Paniagua Javier <[email protected]>
- * HttpRequestTest.cs: test for UserLanguages.
- 2005-08-18 Gonzalo Paniagua Javier <[email protected]>
- * HttpRequestTest.cs: new test for AcceptTypes property.
- 2005-08-10 Sebastien Pouliot <[email protected]>
-
- * HttpClientCertificateTest.cs: Unit tests for HttpClientCertificate.
- 2005-08-03 Gonzalo Paniagua Javier <[email protected]>
- * HttpResponseTest.cs: added tests for Status, StatusDescription and
- StatusCode.
- 2005-08-01 Gonzalo Paniagua Javier <[email protected]>
- * HttpRequestTest.cs: test case to ensure that the first variable in
- the query string does not get a wrong name.
- 2005-07-21 Chris Toshok <[email protected]>
- * HttpCookieCollectionTest.cs: fix warnings.
- 2005-07-18 Chris Toshok <[email protected]>
- * HttpCacheVaryByParamsTest.cs: rework these tests a bit.
- * HttpCacheVaryByHeadersTest.cs: add case sensitivity check.
- 2005-07-15 Chris Toshok <[email protected]>
- * HttpCookieCollectionTest.cs: tests for
- System.Web.HttpCookieCollection
- 2005-07-15 Chris Toshok <[email protected]>
- * HttpCookieTest.cs: add a subkeys-only test.
- 2005-07-15 Chris Toshok <[email protected]>
- * HttpCookieTest.cs: new tests for S.W.HttpCookie.
- 2005-07-13 Sebastien Pouliot <[email protected]>
- * HttpUtilityTest.cs: Use Assert.Fail (and not Assertion.Fail) to
- remove warning from compiler (obsolete).
- 2005-06-26 Gonzalo Paniagua Javier <[email protected]>
- * HttpUtilityTest.cs: added one more test.
- 2005-06-23 Gonzalo Paniagua Javier <[email protected]>
- * HttpUtilityTest.cs: new test for extra '0'.
- 2005-06-23 Gonzalo Paniagua Javier <[email protected]>
- * HttpUtilityTest.cs: new tests.
- 2005-05-13 Atsushi Enomoto <[email protected]>
- * HttpUtilityTest.cs : test for url decode.
- 2005-02-23 Sebastien Pouliot <[email protected]>
-
- * HttpRequestTest.cs: Added another XSS case that was found on ASP.NET
- (fixed now) but didn't affect Mono.
- 2005-02-23 Sebastien Pouliot <[email protected]>
- * HttpRequestTest.cs: New. Test that ValidateInput throw exceptions
- when expected.
- * HttpServerUtilityTest.cs: New. Test for possible XSS when using
- HtmlEncode.
- * HttpUtilityTest.cs: New. Test for possible XSS when using
- HtmlEncode.
|