ChangeLog 2.2 KB

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