Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | minor: remove some mono compiler warnings | Justin Clarke Casey | 2009-07-15 | 1 | -1/+1 |
| | |||||
* | Formatting cleanup. | Jeff Ames | 2009-06-10 | 1 | -1/+1 |
| | |||||
* | * Fix unit tests so that they correctly handle 404 missing asset response | Justin Clarke Casey | 2009-06-05 | 1 | -3/+4 |
| | | | | | | * I didn't think there were tests in this area - my bad | ||||
* | cleaning out warnings. | Dr Scofield | 2009-05-22 | 1 | -1/+2 |
| | | | | | | NOTE: we currently have a gazillion warnings caused stuff flagged as "obsolete" (OGS1 stuff) --- what's up with that? | ||||
* | Add copyright headers, formatting cleanup. | Jeff Ames | 2009-05-20 | 1 | -1/+28 |
| | |||||
* | * Added some more tests to the GetAssetStreamHandlers | lbsa71 | 2009-05-13 | 1 | -7/+42 |
| | |||||
* | * Extracted common superclass for GetAssetStreamHandler and ↵ | lbsa71 | 2009-05-08 | 1 | -5/+2 |
| | | | | | | | CachedGetAssetStreamHandler * Added some more tests | ||||
* | * Introduced new HttpServer.Tests project | lbsa71 | 2009-05-08 | 1 | -29/+10 |
| | | | | | | | * Split the GetAssetStreamHandler testing into separate tests for BaseRequestHandler * Ignored some gens | ||||
* | fix svn properties | Sean Dague | 2009-05-08 | 1 | -93/+93 |
| | |||||
* | instrument most of the tests with a new InMethod function that may help us ↵ | Sean Dague | 2009-05-07 | 1 | -0/+11 |
| | | | | | | | figure out where that pesky deadlock is during test runs. | ||||
* | * Added some more GetAssetStreamHandlerTests | lbsa71 | 2009-05-07 | 1 | -1/+41 |
| | | | | | * In the process, caught a potential bug where the handler would allow paths not starting with the registered prefix | ||||
* | * Added some GetAssetStreamHandlerTests | lbsa71 | 2009-05-06 | 1 | -0/+42 |
* Minor tweaks to attain testability |