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