ChangeLog 3.2 KB

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