ChangeLog 2.1 KB

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