ChangeLog 2.0 KB

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