diff options
Diffstat (limited to 'OpenSim/Data')
-rw-r--r-- | OpenSim/Data/Tests/BasicRegionTest.cs | 2 |
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 | } |