ChangeLog 880 B

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