From 051096e8ae6d6eb262f1e5398ab1521db05bae2e Mon Sep 17 00:00:00 2001 From: Justin Clarke Casey Date: Mon, 9 Mar 2009 19:58:39 +0000 Subject: * minor: remove some mono compiler warnings --- OpenSim/Framework/Communications/Tests/Cache/AssetCacheTests.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'OpenSim/Framework/Communications/Tests/Cache/AssetCacheTests.cs') diff --git a/OpenSim/Framework/Communications/Tests/Cache/AssetCacheTests.cs b/OpenSim/Framework/Communications/Tests/Cache/AssetCacheTests.cs index 34193b5..18ae9a7 100644 --- a/OpenSim/Framework/Communications/Tests/Cache/AssetCacheTests.cs +++ b/OpenSim/Framework/Communications/Tests/Cache/AssetCacheTests.cs @@ -43,11 +43,11 @@ namespace OpenSim.Framework.Communications.Tests { protected UUID m_assetIdReceived; protected AssetBase m_assetReceived; - - [Test] + /// /// Test the 'asynchronous' get asset mechanism (though this won't be done asynchronously within this test) /// + [Test] public void TestGetAsset() { UUID assetId = UUID.Parse("00000000-0000-0000-0000-000000000001"); -- cgit v1.1