ChangeLog 2.5 KB

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