svn path=/branches/mono-1-1-9/mcs/; revision=51212
[mono.git] / mcs / class / System.Web / Test / System.Web.Hosting / ChangeLog
1 2005-08-22  Chris Toshok  <toshok@ximian.com>
2
3         * SimpleWorkerRequestTest.cs (Host): make cwd =
4         "Environment.CurrentDirectory + Path.DirectorySeparatorChar" so we
5         pass on MS.
6
7 2005-08-20 Gonzalo Paniagua Javier <gonzalo@ximian.com>
8
9         * SimpleWorkerRequestTest.cs: add 2 more assertions.
10         * ApplicationHostTest.cs: fix test for the path of web.config.
11
12 2005-07-27  Miguel de Icaza  <miguel@novell.com>
13
14         * SimpleWorkerRequestTest.cs: Do not use the "/tmp" directory as
15         that makes the tests fail if we create a hosted
16         SimpleWorkerRequest.
17
18         Instead use the current directory, and before starting up, create
19         a bin directory and copy the assembly there to allow us to create
20         a host.
21
22         Also, replicate the tests for when we are hosted in a new
23         appdomain, as "MapPath" does work in this case.  When running
24         SimpleWorkerRequest on the main domain MapPath always returns
25         null. 
26