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