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