2005-09-22 Chris Toshok <toshok@ximian.com>
[mono.git] / mcs / class / System.Web / Test / System.Web.Hosting / ChangeLog
1 2005-09-21  Sebastien Pouliot  <sebastien@ximian.com> 
2
3         * SimpleWorkerRequestTest.cs: When in doubt write more tests...
4
5 2005-09-18  Sebastien Pouliot  <sebastien@ximian.com> 
6
7         * SimpleWorkerRequestTest.cs: Ensure a trailing / in the expected path
8         as GetAppPathTranslated must have one (while most directory methods
9         don't append one).
10
11 2005-09-13  Sebastien Pouliot  <sebastien@ximian.com>
12
13         * SimpleWorkerRequestTest.cs: Added a test case (GetUriPath) that was 
14         failing in the CAS tests (but wasn't CAS related).
15         * SimpleWorkerRequestCas.cs: Ignore the ctor(string,string,TextWriter)
16         test as I don't have a working test case. Simplify GetUriPath check
17         so it doesn't fail.
18
19 2005-09-10  Sebastien Pouliot  <sebastien@ximian.com>
20
21         * AppDomainFactoryCas.cs: New. CAS unit tests for AppDomainFactory.
22         * ApplicationHostCas.cs: New. CAS unit tests for ApplicationHost.
23         * ISAPIRuntimeCas.cs: New. CAS unit tests for ISAPIRuntime.
24         * SimpleWorkerRequestCas.cs: New. CAS unit tests for 
25         SimpleWorkerRequest.
26         * SimpleWorkerRequestTest.cs: Added a few (unworking) test cases for
27         GetPathInfo method.
28
29 2005-08-22  Chris Toshok  <toshok@ximian.com>
30
31         * SimpleWorkerRequestTest.cs (Host): make cwd =
32         "Environment.CurrentDirectory + Path.DirectorySeparatorChar" so we
33         pass on MS.
34
35 2005-08-20 Gonzalo Paniagua Javier <gonzalo@ximian.com>
36
37         * SimpleWorkerRequestTest.cs: add 2 more assertions.
38         * ApplicationHostTest.cs: fix test for the path of web.config.
39
40 2005-07-27  Miguel de Icaza  <miguel@novell.com>
41
42         * SimpleWorkerRequestTest.cs: Do not use the "/tmp" directory as
43         that makes the tests fail if we create a hosted
44         SimpleWorkerRequest.
45
46         Instead use the current directory, and before starting up, create
47         a bin directory and copy the assembly there to allow us to create
48         a host.
49
50         Also, replicate the tests for when we are hosted in a new
51         appdomain, as "MapPath" does work in this case.  When running
52         SimpleWorkerRequest on the main domain MapPath always returns
53         null. 
54