ChangeLog 1.3 KB

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