mirror of
https://github.com/opensim/opensim.git
synced 2026-08-06 17:32:42 +08:00
* So, giving up on my efforts to de-duplicate the asset handlers. I'll just service commit my current state, then start over and this time concentrating only on the new handlers.
* Fixed some erroneous refs in Tests.Common
This commit is contained in:
@@ -109,6 +109,16 @@ namespace OpenSim.Framework.Servers.Tests
|
||||
GetAssetStreamHandlerTestHelpers.BaseFetchExistingAssetDataTest(asset, handler, response);
|
||||
}
|
||||
|
||||
//[Test]
|
||||
//public void TestHandleFetchExistingAssetMetaData()
|
||||
//{
|
||||
// CachedGetAssetStreamHandler handler;
|
||||
// OSHttpResponse response;
|
||||
// AssetBase asset = CreateTestEnvironment(out handler, out response);
|
||||
|
||||
// GetAssetStreamHandlerTestHelpers.BaseFetchExistingAssetMetaDataTest(asset, handler, response);
|
||||
//}
|
||||
|
||||
private static AssetBase CreateTestEnvironment(out CachedGetAssetStreamHandler handler, out OSHttpResponse response)
|
||||
{
|
||||
AssetBase asset = GetAssetStreamHandlerTestHelpers.CreateCommonTestResources(out response);
|
||||
|
||||
Reference in New Issue
Block a user