minor: remove mono compiler warning

This commit is contained in:
Justin Clark-Casey (justincc)
2009-11-12 17:42:26 +00:00
parent cedd827f7f
commit 55a40694e7
2 changed files with 3 additions and 2 deletions

View File

@@ -52,6 +52,7 @@ namespace OpenSim.Region.Framework.Scenes.Tests
ug.GatherAssetUuids(missingAssetUuid, AssetType.Object, foundAssetUuids);
// We count the uuid as gathered even if the asset itself is missing.
Assert.That(foundAssetUuids.Count, Is.EqualTo(1));
}
}