* docs.make, Makefile.am: Build mono-file-formats{.tree,.zip},
[mono.git] / mcs / class / System.Web / Test / System.Web.Hosting / ChangeLog
1
2 2008-10-31 Gonzalo Paniagua Javier <gonzalo@novell.com>
3
4         * ApplicationHostTest.cs: ignore the CachePath test. We are settig it
5         to DynamicBase to make all the temporary and shadow-copied files go
6         into the same directory.
7
8 2008-03-13  Marek Habersack  <mhabersack@novell.com>
9
10         * ApplicationHostTest.cs: adjust test for the PrivateBinPath
11         change in ApplicationHost.
12
13 2007-11-03  Marek Habersack  <mhabersack@novell.com>
14
15         * ApplicationHostTest.cs: adjust ConstructorTest for
16         AppDomainSetup.PrivateBinPath changes.
17
18 2007-08-24  Marek Habersack  <mhabersack@novell.com>
19
20         * ApplicationHostTest.cs: use ; as the separator in the
21         PrivateBinPath test.
22
23 2007-08-21  Marek Habersack  <mhabersack@novell.com>
24
25         * ApplicationHostTest.cs: adjust the test for the PrivateBinPath
26         changes.
27
28 2006-03-23 Gonzalo Paniagua Javier <gonzalo@ximian.com>
29
30         * SimpleWorkerRequestTest.cs: new tests for PathInfo and disabled a test
31         that throws a nullref under MS.
32
33         * ApplicationHostTest.cs: fixed 2 assertions to expect what MS does.
34
35 2006-02-02 Gonzalo Paniagua Javier <gonzalo@ximian.com>
36
37         * HostingEnvironmentTest.cs: tests for MapPath.
38
39 2006-02-01 Gonzalo Paniagua Javier <gonzalo@ximian.com>
40
41         * VirtualPathProviderTest.cs: tests for GetFileHash.
42
43 2006-02-01 Gonzalo Paniagua Javier <gonzalo@ximian.com>
44
45         * HostingEnvironmentTest.cs: new tests.
46
47 2006-01-25 Gonzalo Paniagua Javier <gonzalo@ximian.com>
48
49         * VirtualPathProviderTest.cs: new tests.
50
51 2005-11-23  Robert Jordan  <robertj@gmx.net>
52
53         * SimpleWorkerRequestTest.cs: added a test case for #76794.
54
55 2005-09-28 Gonzalo Paniagua Javier <gonzalo@ximian.com>
56
57         * ApplicationHostTest.cs: disabled a test.
58
59 2005-09-21  Sebastien Pouliot  <sebastien@ximian.com> 
60
61         * SimpleWorkerRequestTest.cs: When in doubt write more tests...
62
63 2005-09-18  Sebastien Pouliot  <sebastien@ximian.com> 
64
65         * SimpleWorkerRequestTest.cs: Ensure a trailing / in the expected path
66         as GetAppPathTranslated must have one (while most directory methods
67         don't append one).
68
69 2005-09-13  Sebastien Pouliot  <sebastien@ximian.com>
70
71         * SimpleWorkerRequestTest.cs: Added a test case (GetUriPath) that was 
72         failing in the CAS tests (but wasn't CAS related).
73         * SimpleWorkerRequestCas.cs: Ignore the ctor(string,string,TextWriter)
74         test as I don't have a working test case. Simplify GetUriPath check
75         so it doesn't fail.
76
77 2005-09-10  Sebastien Pouliot  <sebastien@ximian.com>
78
79         * AppDomainFactoryCas.cs: New. CAS unit tests for AppDomainFactory.
80         * ApplicationHostCas.cs: New. CAS unit tests for ApplicationHost.
81         * ISAPIRuntimeCas.cs: New. CAS unit tests for ISAPIRuntime.
82         * SimpleWorkerRequestCas.cs: New. CAS unit tests for 
83         SimpleWorkerRequest.
84         * SimpleWorkerRequestTest.cs: Added a few (unworking) test cases for
85         GetPathInfo method.
86
87 2005-08-22  Chris Toshok  <toshok@ximian.com>
88
89         * SimpleWorkerRequestTest.cs (Host): make cwd =
90         "Environment.CurrentDirectory + Path.DirectorySeparatorChar" so we
91         pass on MS.
92
93 2005-08-20 Gonzalo Paniagua Javier <gonzalo@ximian.com>
94
95         * SimpleWorkerRequestTest.cs: add 2 more assertions.
96         * ApplicationHostTest.cs: fix test for the path of web.config.
97
98 2005-07-27  Miguel de Icaza  <miguel@novell.com>
99
100         * SimpleWorkerRequestTest.cs: Do not use the "/tmp" directory as
101         that makes the tests fail if we create a hosted
102         SimpleWorkerRequest.
103
104         Instead use the current directory, and before starting up, create
105         a bin directory and copy the assembly there to allow us to create
106         a host.
107
108         Also, replicate the tests for when we are hosted in a new
109         appdomain, as "MapPath" does work in this case.  When running
110         SimpleWorkerRequest on the main domain MapPath always returns
111         null. 
112