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