diff options
author | ubit | 2012-05-15 01:09:29 +0200 |
---|---|---|
committer | ubit | 2012-05-15 01:09:29 +0200 |
commit | 2b8231b8b712b715a10661b7e701f51a07926ee3 (patch) | |
tree | ef851e00f0b48b2a9bd078c713d5fe0dad067ce5 /OpenSim/Data/Tests | |
parent | Merge branch 'ubitwork' of ssh://3dhosting.de/var/git/careminster into ubitwork (diff) | |
parent | Merge branch 'avination' into ubitwork (diff) | |
download | opensim-SC-2b8231b8b712b715a10661b7e701f51a07926ee3.zip opensim-SC-2b8231b8b712b715a10661b7e701f51a07926ee3.tar.gz opensim-SC-2b8231b8b712b715a10661b7e701f51a07926ee3.tar.bz2 opensim-SC-2b8231b8b712b715a10661b7e701f51a07926ee3.tar.xz |
Merge branch 'ubitwork' of ssh://3dhosting.de/var/git/careminster into ubitwork
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 | ||