diff options
author | Justin Clark-Casey (justincc) | 2012-05-15 23:47:42 +0100 |
---|---|---|
committer | Justin Clark-Casey (justincc) | 2012-05-15 23:47:42 +0100 |
commit | e644e34545054592ebfd5b4b89c67841fe21e22b (patch) | |
tree | 19f8c6f86b3f139a9e20b3d61d90e63376a4b56e /OpenSim/Data/Tests | |
parent | Fix issue where loading OARs could sometimes result in link numbers being reo... (diff) | |
parent | Merge branch 'master' of melanie@opensimulator.org:/var/git/opensim (diff) | |
download | opensim-SC-e644e34545054592ebfd5b4b89c67841fe21e22b.zip opensim-SC-e644e34545054592ebfd5b4b89c67841fe21e22b.tar.gz opensim-SC-e644e34545054592ebfd5b4b89c67841fe21e22b.tar.bz2 opensim-SC-e644e34545054592ebfd5b4b89c67841fe21e22b.tar.xz |
Merge branch 'master' of ssh://opensimulator.org/var/git/opensim
Diffstat (limited to 'OpenSim/Data/Tests')
-rw-r--r-- | OpenSim/Data/Tests/RegionTests.cs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/OpenSim/Data/Tests/RegionTests.cs b/OpenSim/Data/Tests/RegionTests.cs index 1f03ec5..474609b 100644 --- a/OpenSim/Data/Tests/RegionTests.cs +++ b/OpenSim/Data/Tests/RegionTests.cs | |||
@@ -632,7 +632,6 @@ namespace OpenSim.Data.Tests | |||
632 | .IgnoreProperty(x=>x.RegionUUID) | 632 | .IgnoreProperty(x=>x.RegionUUID) |
633 | .IgnoreProperty(x=>x.Scene) | 633 | .IgnoreProperty(x=>x.Scene) |
634 | .IgnoreProperty(x=>x.Parts) | 634 | .IgnoreProperty(x=>x.Parts) |
635 | .IgnoreProperty(x=>x.PassCollision) | ||
636 | .IgnoreProperty(x=>x.RootPart)); | 635 | .IgnoreProperty(x=>x.RootPart)); |
637 | } | 636 | } |
638 | 637 | ||