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