aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Data/Tests/BasicRegionTest.cs
diff options
context:
space:
mode:
authorJeff Ames2008-11-15 02:21:52 +0000
committerJeff Ames2008-11-15 02:21:52 +0000
commite40fe2db26c6fae4f52df2cc350ea1e534df441a (patch)
tree7da025e47635ee7642bd92ec0e57d6adac9a6369 /OpenSim/Data/Tests/BasicRegionTest.cs
parent* test: Add scene root agent test stub, since I'll be picking up with somethi... (diff)
downloadopensim-SC_OLD-e40fe2db26c6fae4f52df2cc350ea1e534df441a.zip
opensim-SC_OLD-e40fe2db26c6fae4f52df2cc350ea1e534df441a.tar.gz
opensim-SC_OLD-e40fe2db26c6fae4f52df2cc350ea1e534df441a.tar.bz2
opensim-SC_OLD-e40fe2db26c6fae4f52df2cc350ea1e534df441a.tar.xz
Update svn properties, minor formatting cleanup.
Diffstat (limited to 'OpenSim/Data/Tests/BasicRegionTest.cs')
-rw-r--r--OpenSim/Data/Tests/BasicRegionTest.cs4
1 files changed, 2 insertions, 2 deletions
diff --git a/OpenSim/Data/Tests/BasicRegionTest.cs b/OpenSim/Data/Tests/BasicRegionTest.cs
index a280af3..ff8f8c3 100644
--- a/OpenSim/Data/Tests/BasicRegionTest.cs
+++ b/OpenSim/Data/Tests/BasicRegionTest.cs
@@ -591,8 +591,8 @@ namespace OpenSim.Data.Tests
591 Assert.That(t.ItemID,Is.EqualTo(id)); 591 Assert.That(t.ItemID,Is.EqualTo(id));
592 Assert.That(t.LastOwnerID, Is.EqualTo(sog.RootPart.LastOwnerID)); 592 Assert.That(t.LastOwnerID, Is.EqualTo(sog.RootPart.LastOwnerID));
593 Assert.That(t.NextPermissions, Is.EqualTo(nextperm)); 593 Assert.That(t.NextPermissions, Is.EqualTo(nextperm));
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 | 8)); 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));