Wed Feb 24 15:47:16 CET 2010 Paolo Molaro <lupus@ximian.com>
[mono.git] / mcs / class / System.Web / Test / System.Web.Hosting / ChangeLog
index 502a37e644ed8014132e3609581dd3334ada2d77..13b9b438dc18c4a0387d8ab6486b877a7be014b5 100644 (file)
@@ -1,3 +1,98 @@
+2010-02-18  Marek Habersack  <mhabersack@novell.com>
+
+       * HostingEnvironmentTest.cs: added a test for HostEnvironment
+       property values both in hosted and non-hosted environments. Patch
+       contributed by Tiaan Geldenhuys <tagdev@gmail.com>, thanks!
+
+2009-01-07  Geoff Norton  <gnorton@novell.com>
+
+       * ApplicationHostTest.cs: Fix a few case-sensitiviy issues.
+
+2008-10-31 Gonzalo Paniagua Javier <gonzalo@novell.com>
+
+       * ApplicationHostTest.cs: ignore the CachePath test. We are settig it
+       to DynamicBase to make all the temporary and shadow-copied files go
+       into the same directory.
+
+2008-03-13  Marek Habersack  <mhabersack@novell.com>
+
+       * ApplicationHostTest.cs: adjust test for the PrivateBinPath
+       change in ApplicationHost.
+
+2007-11-03  Marek Habersack  <mhabersack@novell.com>
+
+       * ApplicationHostTest.cs: adjust ConstructorTest for
+       AppDomainSetup.PrivateBinPath changes.
+
+2007-08-24  Marek Habersack  <mhabersack@novell.com>
+
+       * ApplicationHostTest.cs: use ; as the separator in the
+       PrivateBinPath test.
+
+2007-08-21  Marek Habersack  <mhabersack@novell.com>
+
+       * ApplicationHostTest.cs: adjust the test for the PrivateBinPath
+       changes.
+
+2006-03-23 Gonzalo Paniagua Javier <gonzalo@ximian.com>
+
+       * SimpleWorkerRequestTest.cs: new tests for PathInfo and disabled a test
+       that throws a nullref under MS.
+
+       * ApplicationHostTest.cs: fixed 2 assertions to expect what MS does.
+
+2006-02-02 Gonzalo Paniagua Javier <gonzalo@ximian.com>
+
+       * HostingEnvironmentTest.cs: tests for MapPath.
+
+2006-02-01 Gonzalo Paniagua Javier <gonzalo@ximian.com>
+
+       * VirtualPathProviderTest.cs: tests for GetFileHash.
+
+2006-02-01 Gonzalo Paniagua Javier <gonzalo@ximian.com>
+
+       * HostingEnvironmentTest.cs: new tests.
+
+2006-01-25 Gonzalo Paniagua Javier <gonzalo@ximian.com>
+
+       * VirtualPathProviderTest.cs: new tests.
+
+2005-11-23  Robert Jordan  <robertj@gmx.net>
+
+       * SimpleWorkerRequestTest.cs: added a test case for #76794.
+
+2005-09-28 Gonzalo Paniagua Javier <gonzalo@ximian.com>
+
+       * ApplicationHostTest.cs: disabled a test.
+
+2005-09-21  Sebastien Pouliot  <sebastien@ximian.com> 
+
+       * SimpleWorkerRequestTest.cs: When in doubt write more tests...
+
+2005-09-18  Sebastien Pouliot  <sebastien@ximian.com> 
+
+       * SimpleWorkerRequestTest.cs: Ensure a trailing / in the expected path
+       as GetAppPathTranslated must have one (while most directory methods
+       don't append one).
+
+2005-09-13  Sebastien Pouliot  <sebastien@ximian.com>
+
+       * SimpleWorkerRequestTest.cs: Added a test case (GetUriPath) that was 
+       failing in the CAS tests (but wasn't CAS related).
+       * SimpleWorkerRequestCas.cs: Ignore the ctor(string,string,TextWriter)
+       test as I don't have a working test case. Simplify GetUriPath check
+       so it doesn't fail.
+
+2005-09-10  Sebastien Pouliot  <sebastien@ximian.com>
+
+       * AppDomainFactoryCas.cs: New. CAS unit tests for AppDomainFactory.
+       * ApplicationHostCas.cs: New. CAS unit tests for ApplicationHost.
+       * ISAPIRuntimeCas.cs: New. CAS unit tests for ISAPIRuntime.
+       * SimpleWorkerRequestCas.cs: New. CAS unit tests for 
+       SimpleWorkerRequest.
+       * SimpleWorkerRequestTest.cs: Added a few (unworking) test cases for
+       GetPathInfo method.
+
 2005-08-22  Chris Toshok  <toshok@ximian.com>
 
        * SimpleWorkerRequestTest.cs (Host): make cwd =