diff options
author | Justin Clark-Casey (justincc) | 2010-09-07 03:41:29 +0100 |
---|---|---|
committer | Justin Clark-Casey (justincc) | 2010-09-07 03:41:29 +0100 |
commit | f7b28dd32155eac2d55ccf0757b059794d6b5f67 (patch) | |
tree | daba1307fa62acc66a74fb15ca621e32ed24c98b /OpenSim/Region/CoreModules | |
parent | minor: comment out some excessive test logging (diff) | |
download | opensim-SC_OLD-f7b28dd32155eac2d55ccf0757b059794d6b5f67.zip opensim-SC_OLD-f7b28dd32155eac2d55ccf0757b059794d6b5f67.tar.gz opensim-SC_OLD-f7b28dd32155eac2d55ccf0757b059794d6b5f67.tar.bz2 opensim-SC_OLD-f7b28dd32155eac2d55ccf0757b059794d6b5f67.tar.xz |
If a scene object part UUID is changed (only possible when not in a scene), then adjust the inventory items to point to the new uuid as well
Diffstat (limited to 'OpenSim/Region/CoreModules')
-rw-r--r-- | OpenSim/Region/CoreModules/World/Archiver/Tests/ArchiverTests.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/CoreModules/World/Archiver/Tests/ArchiverTests.cs b/OpenSim/Region/CoreModules/World/Archiver/Tests/ArchiverTests.cs index 58698ee..32b3724 100644 --- a/OpenSim/Region/CoreModules/World/Archiver/Tests/ArchiverTests.cs +++ b/OpenSim/Region/CoreModules/World/Archiver/Tests/ArchiverTests.cs | |||
@@ -215,7 +215,7 @@ namespace OpenSim.Region.CoreModules.World.Archiver.Tests | |||
215 | public void TestLoadOarV0_2() | 215 | public void TestLoadOarV0_2() |
216 | { | 216 | { |
217 | TestHelper.InMethod(); | 217 | TestHelper.InMethod(); |
218 | //log4net.Config.XmlConfigurator.Configure(); | 218 | // log4net.Config.XmlConfigurator.Configure(); |
219 | 219 | ||
220 | MemoryStream archiveWriteStream = new MemoryStream(); | 220 | MemoryStream archiveWriteStream = new MemoryStream(); |
221 | TarArchiveWriter tar = new TarArchiveWriter(archiveWriteStream); | 221 | TarArchiveWriter tar = new TarArchiveWriter(archiveWriteStream); |