aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Data/Tests/BasicRegionTest.cs
diff options
context:
space:
mode:
authorMelanie Thielker2008-11-14 17:53:58 +0000
committerMelanie Thielker2008-11-14 17:53:58 +0000
commit9960637545f8b79bc38dbb341e99eaf48720c1e0 (patch)
tree96aed844bf79a07a9a77871ccda69ea90cfb25d8 /OpenSim/Data/Tests/BasicRegionTest.cs
parentReapplying a revised version of Christopher Yeoh's (IBM) patch for allow (diff)
downloadopensim-SC_OLD-9960637545f8b79bc38dbb341e99eaf48720c1e0.zip
opensim-SC_OLD-9960637545f8b79bc38dbb341e99eaf48720c1e0.tar.gz
opensim-SC_OLD-9960637545f8b79bc38dbb341e99eaf48720c1e0.tar.bz2
opensim-SC_OLD-9960637545f8b79bc38dbb341e99eaf48720c1e0.tar.xz
Try to make the test pass again
Diffstat (limited to 'OpenSim/Data/Tests/BasicRegionTest.cs')
-rw-r--r--OpenSim/Data/Tests/BasicRegionTest.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Data/Tests/BasicRegionTest.cs b/OpenSim/Data/Tests/BasicRegionTest.cs
index ec64b77..a280af3 100644
--- a/OpenSim/Data/Tests/BasicRegionTest.cs
+++ b/OpenSim/Data/Tests/BasicRegionTest.cs
@@ -594,7 +594,7 @@ namespace OpenSim.Data.Tests
594 // Ownership changes when you drop an object into an object 594 // Ownership changes when you drop an object into an object
595 // owned by someone else 595 // owned by someone else
596 Assert.That(t.OwnerID,Is.EqualTo(sog.RootPart.OwnerID)); 596 Assert.That(t.OwnerID,Is.EqualTo(sog.RootPart.OwnerID));
597 Assert.That(t.CurrentPermissions, Is.EqualTo(curperm)); 597 Assert.That(t.CurrentPermissions, Is.EqualTo(curperm | 8));
598 Assert.That(t.ParentID,Is.EqualTo(sog.RootPart.FolderID)); 598 Assert.That(t.ParentID,Is.EqualTo(sog.RootPart.FolderID));
599 Assert.That(t.ParentPartID,Is.EqualTo(sog.RootPart.UUID)); 599 Assert.That(t.ParentPartID,Is.EqualTo(sog.RootPart.UUID));
600 } 600 }