diff options
author | Justin Clark-Casey (justincc) | 2009-11-12 17:42:26 +0000 |
---|---|---|
committer | Justin Clark-Casey (justincc) | 2009-11-12 17:42:26 +0000 |
commit | 55a40694e7a0c9cf143b50d0cfa4bc682b35bb48 (patch) | |
tree | 2bef5d9ed178117b486bf4d1bda802029393df69 /OpenSim/Region/Framework | |
parent | * Added some new syntax options for the Monitor Module's HTTP poll. (diff) | |
download | opensim-SC_OLD-55a40694e7a0c9cf143b50d0cfa4bc682b35bb48.zip opensim-SC_OLD-55a40694e7a0c9cf143b50d0cfa4bc682b35bb48.tar.gz opensim-SC_OLD-55a40694e7a0c9cf143b50d0cfa4bc682b35bb48.tar.bz2 opensim-SC_OLD-55a40694e7a0c9cf143b50d0cfa4bc682b35bb48.tar.xz |
minor: remove mono compiler warning
Diffstat (limited to 'OpenSim/Region/Framework')
-rw-r--r-- | OpenSim/Region/Framework/Scenes/Tests/UuidGathererTests.cs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/OpenSim/Region/Framework/Scenes/Tests/UuidGathererTests.cs b/OpenSim/Region/Framework/Scenes/Tests/UuidGathererTests.cs index 50b65f6..235d7c5 100644 --- a/OpenSim/Region/Framework/Scenes/Tests/UuidGathererTests.cs +++ b/OpenSim/Region/Framework/Scenes/Tests/UuidGathererTests.cs | |||
@@ -52,6 +52,7 @@ namespace OpenSim.Region.Framework.Scenes.Tests | |||
52 | 52 | ||
53 | ug.GatherAssetUuids(missingAssetUuid, AssetType.Object, foundAssetUuids); | 53 | ug.GatherAssetUuids(missingAssetUuid, AssetType.Object, foundAssetUuids); |
54 | 54 | ||
55 | // We count the uuid as gathered even if the asset itself is missing. | ||
55 | Assert.That(foundAssetUuids.Count, Is.EqualTo(1)); | 56 | Assert.That(foundAssetUuids.Count, Is.EqualTo(1)); |
56 | } | 57 | } |
57 | } | 58 | } |