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