aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/Servers/Tests/GetAssetStreamHandlerTests.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* * 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