aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/Servers/Tests/GetAssetStreamHandlerTests.cs (unfollow)
Commit message (Collapse)AuthorFilesLines
2009-07-15minor: remove some mono compiler warningsJustin Clarke Casey1-1/+1
2009-06-10Formatting cleanup.Jeff Ames1-1/+1
2009-06-05* Fix unit tests so that they correctly handle 404 missing asset responseJustin Clarke Casey1-3/+4
* I didn't think there were tests in this area - my bad
2009-05-22cleaning out warnings.Dr Scofield1-1/+2
NOTE: we currently have a gazillion warnings caused stuff flagged as "obsolete" (OGS1 stuff) --- what's up with that?
2009-05-20Add copyright headers, formatting cleanup.Jeff Ames1-1/+28
2009-05-13* Added some more tests to the GetAssetStreamHandlerslbsa711-7/+42
2009-05-08* Extracted common superclass for GetAssetStreamHandler and ↵lbsa711-5/+2
CachedGetAssetStreamHandler * Added some more tests
2009-05-08* Introduced new HttpServer.Tests projectlbsa711-29/+10
* Split the GetAssetStreamHandler testing into separate tests for BaseRequestHandler * Ignored some gens
2009-05-08fix svn propertiesSean Dague1-93/+93
2009-05-07instrument most of the tests with a new InMethod function that may help us ↵Sean Dague1-0/+11
figure out where that pesky deadlock is during test runs.
2009-05-07* Added some more GetAssetStreamHandlerTestslbsa711-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 GetAssetStreamHandlerTestslbsa711-0/+42
* Minor tweaks to attain testability