| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115 |
- 2009-01-07 Geoff Norton <[email protected]>
- * ApplicationHostTest.cs: Fix a few case-sensitiviy issues.
- 2008-10-31 Gonzalo Paniagua Javier <[email protected]>
- * ApplicationHostTest.cs: ignore the CachePath test. We are settig it
- to DynamicBase to make all the temporary and shadow-copied files go
- into the same directory.
- 2008-03-13 Marek Habersack <[email protected]>
- * ApplicationHostTest.cs: adjust test for the PrivateBinPath
- change in ApplicationHost.
- 2007-11-03 Marek Habersack <[email protected]>
- * ApplicationHostTest.cs: adjust ConstructorTest for
- AppDomainSetup.PrivateBinPath changes.
- 2007-08-24 Marek Habersack <[email protected]>
- * ApplicationHostTest.cs: use ; as the separator in the
- PrivateBinPath test.
- 2007-08-21 Marek Habersack <[email protected]>
- * ApplicationHostTest.cs: adjust the test for the PrivateBinPath
- changes.
- 2006-03-23 Gonzalo Paniagua Javier <[email protected]>
- * SimpleWorkerRequestTest.cs: new tests for PathInfo and disabled a test
- that throws a nullref under MS.
- * ApplicationHostTest.cs: fixed 2 assertions to expect what MS does.
- 2006-02-02 Gonzalo Paniagua Javier <[email protected]>
- * HostingEnvironmentTest.cs: tests for MapPath.
- 2006-02-01 Gonzalo Paniagua Javier <[email protected]>
- * VirtualPathProviderTest.cs: tests for GetFileHash.
- 2006-02-01 Gonzalo Paniagua Javier <[email protected]>
- * HostingEnvironmentTest.cs: new tests.
- 2006-01-25 Gonzalo Paniagua Javier <[email protected]>
- * VirtualPathProviderTest.cs: new tests.
- 2005-11-23 Robert Jordan <[email protected]>
- * SimpleWorkerRequestTest.cs: added a test case for #76794.
- 2005-09-28 Gonzalo Paniagua Javier <[email protected]>
- * ApplicationHostTest.cs: disabled a test.
- 2005-09-21 Sebastien Pouliot <[email protected]>
- * SimpleWorkerRequestTest.cs: When in doubt write more tests...
- 2005-09-18 Sebastien Pouliot <[email protected]>
- * SimpleWorkerRequestTest.cs: Ensure a trailing / in the expected path
- as GetAppPathTranslated must have one (while most directory methods
- don't append one).
- 2005-09-13 Sebastien Pouliot <[email protected]>
- * SimpleWorkerRequestTest.cs: Added a test case (GetUriPath) that was
- failing in the CAS tests (but wasn't CAS related).
- * SimpleWorkerRequestCas.cs: Ignore the ctor(string,string,TextWriter)
- test as I don't have a working test case. Simplify GetUriPath check
- so it doesn't fail.
- 2005-09-10 Sebastien Pouliot <[email protected]>
- * AppDomainFactoryCas.cs: New. CAS unit tests for AppDomainFactory.
- * ApplicationHostCas.cs: New. CAS unit tests for ApplicationHost.
- * ISAPIRuntimeCas.cs: New. CAS unit tests for ISAPIRuntime.
- * SimpleWorkerRequestCas.cs: New. CAS unit tests for
- SimpleWorkerRequest.
- * SimpleWorkerRequestTest.cs: Added a few (unworking) test cases for
- GetPathInfo method.
- 2005-08-22 Chris Toshok <[email protected]>
- * SimpleWorkerRequestTest.cs (Host): make cwd =
- "Environment.CurrentDirectory + Path.DirectorySeparatorChar" so we
- pass on MS.
- 2005-08-20 Gonzalo Paniagua Javier <[email protected]>
- * SimpleWorkerRequestTest.cs: add 2 more assertions.
- * ApplicationHostTest.cs: fix test for the path of web.config.
- 2005-07-27 Miguel de Icaza <[email protected]>
- * SimpleWorkerRequestTest.cs: Do not use the "/tmp" directory as
- that makes the tests fail if we create a hosted
- SimpleWorkerRequest.
- Instead use the current directory, and before starting up, create
- a bin directory and copy the assembly there to allow us to create
- a host.
- Also, replicate the tests for when we are hosted in a new
- appdomain, as "MapPath" does work in this case. When running
- SimpleWorkerRequest on the main domain MapPath always returns
- null.
|