ChangeLog 3.0 KB

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