Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2009-08-09 | Removing unused files, legacy from old asset "cache". | Diva Canto | 1 | -134/+0 | |
2009-07-15 | minor: remove some mono compiler warnings | Justin Clarke Casey | 1 | -2/+1 | |
2009-06-05 | * Fix unit tests so that they correctly handle 404 missing asset response | Justin Clarke Casey | 1 | -2/+4 | |
* I didn't think there were tests in this area - my bad | |||||
2009-05-27 | * So, giving up on my efforts to de-duplicate the asset handlers. I'll just ↵ | lbsa71 | 1 | -0/+10 | |
service commit my current state, then start over and this time concentrating only on the new handlers. * Fixed some erroneous refs in Tests.Common | |||||
2009-05-22 | cleaning out warnings. | Dr Scofield | 1 | -1/+2 | |
NOTE: we currently have a gazillion warnings caused stuff flagged as "obsolete" (OGS1 stuff) --- what's up with that? | |||||
2009-05-20 | Add copyright headers, formatting cleanup. | Jeff Ames | 1 | -1/+28 | |
2009-05-13 | * Added some more tests to the GetAssetStreamHandlers | lbsa71 | 1 | -7/+30 | |
2009-05-11 | Update svn properties. | Jeff Ames | 1 | -72/+72 | |
2009-05-08 | * Extracted common superclass for GetAssetStreamHandler and ↵ | lbsa71 | 1 | -74/+72 | |
CachedGetAssetStreamHandler * Added some more tests | |||||
2009-05-08 | * Introduced new HttpServer.Tests project | lbsa71 | 1 | -29/+10 | |
* Split the GetAssetStreamHandler testing into separate tests for BaseRequestHandler * Ignored some gens | |||||
2009-05-08 | fix svn properties | Sean Dague | 1 | -93/+93 | |
2009-05-07 | instrument most of the tests with a new InMethod function that may help us ↵ | Sean Dague | 1 | -0/+11 | |
figure out where that pesky deadlock is during test runs. | |||||
2009-05-07 | * Added some more GetAssetStreamHandlerTests | lbsa71 | 1 | -1/+41 | |
* In the process, caught a potential bug where the handler would allow paths not starting with the registered prefix | |||||
2009-05-06 | * Added some GetAssetStreamHandlerTests | lbsa71 | 1 | -0/+42 | |
* Minor tweaks to attain testability |