diff options
author | Melanie | 2009-12-31 23:51:53 +0000 |
---|---|---|
committer | Melanie | 2009-12-31 23:51:53 +0000 |
commit | 61f63fdc38a4108305a833f56d9fd82d35c5d564 (patch) | |
tree | ea1c3cc022945c38f38ab1a230aedfd9365331ce /OpenSim/Data/Tests/BasicRegionTest.cs | |
parent | Readds llCollisionFilter and adds llPassCollision. (diff) | |
download | opensim-SC_OLD-61f63fdc38a4108305a833f56d9fd82d35c5d564.zip opensim-SC_OLD-61f63fdc38a4108305a833f56d9fd82d35c5d564.tar.gz opensim-SC_OLD-61f63fdc38a4108305a833f56d9fd82d35c5d564.tar.bz2 opensim-SC_OLD-61f63fdc38a4108305a833f56d9fd82d35c5d564.tar.xz |
Put PassCollision on the ignore list for testing, since we don't save that
yet.
Diffstat (limited to 'OpenSim/Data/Tests/BasicRegionTest.cs')
-rw-r--r-- | OpenSim/Data/Tests/BasicRegionTest.cs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/OpenSim/Data/Tests/BasicRegionTest.cs b/OpenSim/Data/Tests/BasicRegionTest.cs index f76962c..676c6ba 100644 --- a/OpenSim/Data/Tests/BasicRegionTest.cs +++ b/OpenSim/Data/Tests/BasicRegionTest.cs | |||
@@ -577,6 +577,7 @@ namespace OpenSim.Data.Tests | |||
577 | .IgnoreProperty(x=>x.RegionUUID) | 577 | .IgnoreProperty(x=>x.RegionUUID) |
578 | .IgnoreProperty(x=>x.Scene) | 578 | .IgnoreProperty(x=>x.Scene) |
579 | .IgnoreProperty(x=>x.Children) | 579 | .IgnoreProperty(x=>x.Children) |
580 | .IgnoreProperty(x=>x.PassCollision) | ||
580 | .IgnoreProperty(x=>x.RootPart)); | 581 | .IgnoreProperty(x=>x.RootPart)); |
581 | } | 582 | } |
582 | 583 | ||