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