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