Comment to trigger jenkins

0.9.0-post-fixes
Diva Canto 2017-08-14 16:15:08 -07:00
parent 856d218f99
commit 26a4c5ff85
1 changed files with 1 additions and 0 deletions

View File

@ -103,6 +103,7 @@ namespace OpenSim.Tests.Permissions
private void TakeOneBox(List<SceneObjectGroup> objs, string name, PermissionMask mask)
{
// Find the object inworld
SceneObjectGroup box = objs.Find(sog => sog.Name == name && sog.OwnerID == Common.TheAvatars[0].UUID);
Assert.That(box, Is.Not.Null, name);