2
0

ChangeLog 1.8 KB

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