aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Data/Tests/BasicRegionTest.cs
diff options
context:
space:
mode:
Diffstat (limited to '')
-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 a259427..12435c9 100644
--- a/OpenSim/Data/Tests/BasicRegionTest.cs
+++ b/OpenSim/Data/Tests/BasicRegionTest.cs
@@ -206,7 +206,7 @@ namespace OpenSim.Data.Tests
206 } 206 }
207 207
208 [Test] 208 [Test]
209 public void T013_DatabaseConsistency() 209 public void T013_DatabasePersistency()
210 { 210 {
211 // Sets all ScenePart parameters, stores and retrieves them, then check for consistency with initial data 211 // Sets all ScenePart parameters, stores and retrieves them, then check for consistency with initial data
212 // The commented Asserts are the ones that are unchangeable (when storing on the database, their "Set" values are ignored 212 // The commented Asserts are the ones that are unchangeable (when storing on the database, their "Set" values are ignored
@@ -587,7 +587,7 @@ namespace OpenSim.Data.Tests
587 Assert.That(t.Flags,Is.EqualTo(flags)); 587 Assert.That(t.Flags,Is.EqualTo(flags));
588 Assert.That(t.GroupID,Is.EqualTo(sog.RootPart.GroupID)); 588 Assert.That(t.GroupID,Is.EqualTo(sog.RootPart.GroupID));
589 // Where is this group permissions?? 589 // Where is this group permissions??
590 //Assert.That(t.GroupPermissions,Is.EqualTo()); 590 // Assert.That(t.GroupPermissions,Is.EqualTo());
591 Assert.That(t.InvType,Is.EqualTo(invtype)); 591 Assert.That(t.InvType,Is.EqualTo(invtype));
592 Assert.That(t.ItemID,Is.EqualTo(id)); 592 Assert.That(t.ItemID,Is.EqualTo(id));
593 Assert.That(t.LastOwnerID, Is.EqualTo(sog.RootPart.LastOwnerID)); 593 Assert.That(t.LastOwnerID, Is.EqualTo(sog.RootPart.LastOwnerID));