ChangeLog 2.4 KB

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