* 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:
lbsa71
2009-05-27 18:27:28 +00:00
parent 901fdca13b
commit 0787967f59
3 changed files with 44 additions and 6 deletions

View File

@@ -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);