mirror of
https://github.com/opensim/opensim.git
synced 2026-08-11 20:05:33 +08:00
Put PassCollision on the ignore list for testing, since we don't save that
yet.
This commit is contained in:
@@ -577,6 +577,7 @@ namespace OpenSim.Data.Tests
|
||||
.IgnoreProperty(x=>x.RegionUUID)
|
||||
.IgnoreProperty(x=>x.Scene)
|
||||
.IgnoreProperty(x=>x.Children)
|
||||
.IgnoreProperty(x=>x.PassCollision)
|
||||
.IgnoreProperty(x=>x.RootPart));
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user