| 123456789101112131415161718192021222324252627282930313233343536 |
- 2005-09-10 Sebastien Pouliot <[email protected]>
- * AppDomainFactoryCas.cs: New. CAS unit tests for AppDomainFactory.
- * ApplicationHostCas.cs: New. CAS unit tests for ApplicationHost.
- * ISAPIRuntimeCas.cs: New. CAS unit tests for ISAPIRuntime.
- * SimpleWorkerRequestCas.cs: New. CAS unit tests for
- SimpleWorkerRequest.
- * SimpleWorkerRequestTest.cs: Added a few (unworking) test cases for
- GetPathInfo method.
- 2005-08-22 Chris Toshok <[email protected]>
- * SimpleWorkerRequestTest.cs (Host): make cwd =
- "Environment.CurrentDirectory + Path.DirectorySeparatorChar" so we
- pass on MS.
- 2005-08-20 Gonzalo Paniagua Javier <[email protected]>
- * SimpleWorkerRequestTest.cs: add 2 more assertions.
- * ApplicationHostTest.cs: fix test for the path of web.config.
- 2005-07-27 Miguel de Icaza <[email protected]>
- * SimpleWorkerRequestTest.cs: Do not use the "/tmp" directory as
- that makes the tests fail if we create a hosted
- SimpleWorkerRequest.
- Instead use the current directory, and before starting up, create
- a bin directory and copy the assembly there to allow us to create
- a host.
- Also, replicate the tests for when we are hosted in a new
- appdomain, as "MapPath" does work in this case. When running
- SimpleWorkerRequest on the main domain MapPath always returns
- null.
|