diff options
author | Melanie | 2010-11-27 13:07:23 +0100 |
---|---|---|
committer | Melanie | 2010-11-27 13:07:23 +0100 |
commit | 2412b3cb4a7e8e33cc9e1475aa66ce14cab032b7 (patch) | |
tree | a37a3574ce60fec440c4ed8576725d3a06e22057 /OpenSim/Data | |
parent | Instrument TI Dictionary to finally find that pesky script-caused deadlock (diff) | |
parent | Merge branch 'master' into careminster-presence-refactor (diff) | |
download | opensim-SC-2412b3cb4a7e8e33cc9e1475aa66ce14cab032b7.zip opensim-SC-2412b3cb4a7e8e33cc9e1475aa66ce14cab032b7.tar.gz opensim-SC-2412b3cb4a7e8e33cc9e1475aa66ce14cab032b7.tar.bz2 opensim-SC-2412b3cb4a7e8e33cc9e1475aa66ce14cab032b7.tar.xz |
Merge branch 'careminster-presence-refactor' of ssh://3dhosting.de/var/git/careminster into careminster-presence-refactor
Diffstat (limited to 'OpenSim/Data')
-rw-r--r-- | OpenSim/Data/Tests/InventoryTests.cs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/OpenSim/Data/Tests/InventoryTests.cs b/OpenSim/Data/Tests/InventoryTests.cs index dc03259..9c2a2d6 100644 --- a/OpenSim/Data/Tests/InventoryTests.cs +++ b/OpenSim/Data/Tests/InventoryTests.cs | |||
@@ -323,7 +323,7 @@ namespace OpenSim.Data.Tests | |||
323 | .IgnoreProperty(x => x.InvType) | 323 | .IgnoreProperty(x => x.InvType) |
324 | .IgnoreProperty(x => x.CreatorIdAsUuid) | 324 | .IgnoreProperty(x => x.CreatorIdAsUuid) |
325 | .IgnoreProperty(x => x.Description) | 325 | .IgnoreProperty(x => x.Description) |
326 | .IgnoreProperty(x => x.CreatorId) | 326 | .IgnoreProperty(x => x.CreatorIdentification) |
327 | .IgnoreProperty(x => x.CreatorData)); | 327 | .IgnoreProperty(x => x.CreatorData)); |
328 | 328 | ||
329 | inventoryScrambler.Scramble(expected); | 329 | inventoryScrambler.Scramble(expected); |
@@ -334,7 +334,7 @@ namespace OpenSim.Data.Tests | |||
334 | .IgnoreProperty(x => x.InvType) | 334 | .IgnoreProperty(x => x.InvType) |
335 | .IgnoreProperty(x => x.CreatorIdAsUuid) | 335 | .IgnoreProperty(x => x.CreatorIdAsUuid) |
336 | .IgnoreProperty(x => x.Description) | 336 | .IgnoreProperty(x => x.Description) |
337 | .IgnoreProperty(x => x.CreatorId) | 337 | .IgnoreProperty(x => x.CreatorIdentification) |
338 | .IgnoreProperty(x => x.CreatorData)); | 338 | .IgnoreProperty(x => x.CreatorData)); |
339 | } | 339 | } |
340 | 340 | ||