aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/Servers/Tests/GetAssetStreamHandlerTests.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* * Switching IAssetData to follow the new naming schema, removing the ↵Kunnis2009-08-191-1/+1
| | | | separate insert and update methods.
* minor: remove some mono compiler warningsJustin Clarke Casey2009-07-151-1/+1
|
* Formatting cleanup.Jeff Ames2009-06-101-1/+1
|
* * Fix unit tests so that they correctly handle 404 missing asset responseJustin Clarke Casey2009-06-051-3/+4
| | | | | | * I didn't think there were tests in this area - my bad
* cleaning out warnings.Dr Scofield2009-05-221-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 Ames2009-05-201-1/+28
|
* * Added some more tests to the GetAssetStreamHandlerslbsa712009-05-131-7/+42
|
* * Extracted common superclass for GetAssetStreamHandler and ↵lbsa712009-05-081-5/+2
| | | | | | | CachedGetAssetStreamHandler * Added some more tests
* * Introduced new HttpServer.Tests projectlbsa712009-05-081-29/+10
| | | | | | | * Split the GetAssetStreamHandler testing into separate tests for BaseRequestHandler * Ignored some gens
* fix svn propertiesSean Dague2009-05-081-93/+93
|
* instrument most of the tests with a new InMethod function that may help us ↵Sean Dague2009-05-071-0/+11
| | | | | | | figure out where that pesky deadlock is during test runs.
* * Added some more GetAssetStreamHandlerTestslbsa712009-05-071-1/+41
| | | | | * In the process, caught a potential bug where the handler would allow paths not starting with the registered prefix
* * Added some GetAssetStreamHandlerTestslbsa712009-05-061-0/+42
* Minor tweaks to attain testability