diff options
Diffstat (limited to 'OpenSim/Data/Tests/BasicUserTest.cs')
-rw-r--r-- | OpenSim/Data/Tests/BasicUserTest.cs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/OpenSim/Data/Tests/BasicUserTest.cs b/OpenSim/Data/Tests/BasicUserTest.cs index 21d1a7e..a3c125d 100644 --- a/OpenSim/Data/Tests/BasicUserTest.cs +++ b/OpenSim/Data/Tests/BasicUserTest.cs | |||
@@ -403,6 +403,7 @@ namespace OpenSim.Data.Tests | |||
403 | Assert.That(u1a, Constraints.PropertyCompareConstraint(u) | 403 | Assert.That(u1a, Constraints.PropertyCompareConstraint(u) |
404 | .IgnoreProperty(x=>x.HomeRegionX) | 404 | .IgnoreProperty(x=>x.HomeRegionX) |
405 | .IgnoreProperty(x=>x.HomeRegionY) | 405 | .IgnoreProperty(x=>x.HomeRegionY) |
406 | .IgnoreProperty(x=>x.RootInventoryFolderID) | ||
406 | ); | 407 | ); |
407 | } | 408 | } |
408 | 409 | ||