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