ChangeLog 1.6 KB

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