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