diff options
Diffstat (limited to '')
-rw-r--r-- | OpenSim/Framework/Communications/Tests/Cache/AssetCacheTests.cs | 4 |
1 files changed, 2 insertions, 2 deletions
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 | |||
43 | { | 43 | { |
44 | protected UUID m_assetIdReceived; | 44 | protected UUID m_assetIdReceived; |
45 | protected AssetBase m_assetReceived; | 45 | protected AssetBase m_assetReceived; |
46 | 46 | ||
47 | [Test] | ||
48 | /// <summary> | 47 | /// <summary> |
49 | /// Test the 'asynchronous' get asset mechanism (though this won't be done asynchronously within this test) | 48 | /// Test the 'asynchronous' get asset mechanism (though this won't be done asynchronously within this test) |
50 | /// </summary> | 49 | /// </summary> |
50 | [Test] | ||
51 | public void TestGetAsset() | 51 | public void TestGetAsset() |
52 | { | 52 | { |
53 | UUID assetId = UUID.Parse("00000000-0000-0000-0000-000000000001"); | 53 | UUID assetId = UUID.Parse("00000000-0000-0000-0000-000000000001"); |