aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/Servers/Tests/CachedGetAssetStreamHandlerTests.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* * Fix unit tests so that they correctly handle 404 missing asset responseJustin Clarke Casey2009-06-051-2/+4
| | | | | | * I didn't think there were tests in this area - my bad
* * So, giving up on my efforts to de-duplicate the asset handlers. I'll just ↵lbsa712009-05-271-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
* 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/+30
|
* Update svn properties.Jeff Ames2009-05-111-72/+72
|
* * Extracted common superclass for GetAssetStreamHandler and ↵lbsa712009-05-081-0/+72
CachedGetAssetStreamHandler * Added some more tests