aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Data/Tests/BasicRegionTest.cs
diff options
context:
space:
mode:
authorSean Dague2008-11-04 18:53:13 +0000
committerSean Dague2008-11-04 18:53:13 +0000
commit972143b592b6aa5ad4f9f9d4662d7d143d1996d3 (patch)
treea20823d2c923e7c0f24f26866b3752e69918502a /OpenSim/Data/Tests/BasicRegionTest.cs
parent- Stronger inventory tests (diff)
downloadopensim-SC_OLD-972143b592b6aa5ad4f9f9d4662d7d143d1996d3.zip
opensim-SC_OLD-972143b592b6aa5ad4f9f9d4662d7d143d1996d3.tar.gz
opensim-SC_OLD-972143b592b6aa5ad4f9f9d4662d7d143d1996d3.tar.bz2
opensim-SC_OLD-972143b592b6aa5ad4f9f9d4662d7d143d1996d3.tar.xz
- Added stronger persistence tests for BasicUserTests
From: Arthur Rodrigo S Valadares <arthursv@linux.vnet.ibm.com>
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));