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

yet.
mysql-performance
Melanie 2009-12-31 23:51:53 +00:00
parent 3ec502f551
commit 61f63fdc38
1 changed files with 1 additions and 0 deletions

View File

@ -577,6 +577,7 @@ namespace OpenSim.Data.Tests
.IgnoreProperty(x=>x.RegionUUID) .IgnoreProperty(x=>x.RegionUUID)
.IgnoreProperty(x=>x.Scene) .IgnoreProperty(x=>x.Scene)
.IgnoreProperty(x=>x.Children) .IgnoreProperty(x=>x.Children)
.IgnoreProperty(x=>x.PassCollision)
.IgnoreProperty(x=>x.RootPart)); .IgnoreProperty(x=>x.RootPart));
} }