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