mirror of
https://github.com/opensim/opensim.git
synced 2026-08-11 20:05:33 +08:00
Comment to trigger jenkins
This commit is contained in:
@@ -103,6 +103,7 @@ namespace OpenSim.Tests.Permissions
|
|||||||
|
|
||||||
private void TakeOneBox(List<SceneObjectGroup> objs, string name, PermissionMask mask)
|
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);
|
SceneObjectGroup box = objs.Find(sog => sog.Name == name && sog.OwnerID == Common.TheAvatars[0].UUID);
|
||||||
Assert.That(box, Is.Not.Null, name);
|
Assert.That(box, Is.Not.Null, name);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user