aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorDiva Canto2017-08-14 16:15:08 -0700
committerDiva Canto2017-08-14 16:15:08 -0700
commit26a4c5ff85562cde2fd84286d3d486f868c8ce55 (patch)
tree7981f5065ebe116494ac9a75cfd2c04e2b250fa7
parentComment that test dll for now. It's making jenkins fail. (diff)
downloadopensim-SC_OLD-26a4c5ff85562cde2fd84286d3d486f868c8ce55.zip
opensim-SC_OLD-26a4c5ff85562cde2fd84286d3d486f868c8ce55.tar.gz
opensim-SC_OLD-26a4c5ff85562cde2fd84286d3d486f868c8ce55.tar.bz2
opensim-SC_OLD-26a4c5ff85562cde2fd84286d3d486f868c8ce55.tar.xz
Comment to trigger jenkins
-rw-r--r--OpenSim/Tests/Permissions/IndirectTransferTests.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/OpenSim/Tests/Permissions/IndirectTransferTests.cs b/OpenSim/Tests/Permissions/IndirectTransferTests.cs
index b2c6e76..66a228a 100644
--- a/OpenSim/Tests/Permissions/IndirectTransferTests.cs
+++ b/OpenSim/Tests/Permissions/IndirectTransferTests.cs
@@ -103,6 +103,7 @@ namespace OpenSim.Tests.Permissions
103 103
104 private void TakeOneBox(List<SceneObjectGroup> objs, string name, PermissionMask mask) 104 private void TakeOneBox(List<SceneObjectGroup> objs, string name, PermissionMask mask)
105 { 105 {
106 // Find the object inworld
106 SceneObjectGroup box = objs.Find(sog => sog.Name == name && sog.OwnerID == Common.TheAvatars[0].UUID); 107 SceneObjectGroup box = objs.Find(sog => sog.Name == name && sog.OwnerID == Common.TheAvatars[0].UUID);
107 Assert.That(box, Is.Not.Null, name); 108 Assert.That(box, Is.Not.Null, name);
108 109