Put PassCollision on the ignore list for testing, since we don't save that

yet.
This commit is contained in:
Melanie
2009-12-31 23:51:53 +00:00
parent 3ec502f551
commit 61f63fdc38

View File

@@ -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));
}