diff options
author | Justin Clarke Casey | 2009-05-25 19:54:47 +0000 |
---|---|---|
committer | Justin Clarke Casey | 2009-05-25 19:54:47 +0000 |
commit | 582c20b1c4fb669884f0e2804487dd050f779f2b (patch) | |
tree | 3152941227a4445f08fa2ff5941890c447b3dfca /OpenSim/Region | |
parent | One more utility. Not used yet. (diff) | |
download | opensim-SC_OLD-582c20b1c4fb669884f0e2804487dd050f779f2b.zip opensim-SC_OLD-582c20b1c4fb669884f0e2804487dd050f779f2b.tar.gz opensim-SC_OLD-582c20b1c4fb669884f0e2804487dd050f779f2b.tar.bz2 opensim-SC_OLD-582c20b1c4fb669884f0e2804487dd050f779f2b.tar.xz |
* reseparate inventory item creator id and creator uuid
* unfortunately, while the client requires uuids and we want to be able to have arbitrary string ids, these cannot be kept in sync
* I think the problems last time were due to a serialization change
* So the major inteface version has been bumped to take care of any lingering issues here.
* This means that region servers beyond this revision can only connect to similarly uptodate grid services, and vice versa
Diffstat (limited to 'OpenSim/Region')
-rw-r--r-- | OpenSim/Region/CoreModules/Avatar/Inventory/Archiver/Tests/InventoryArchiverTests.cs | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/OpenSim/Region/CoreModules/Avatar/Inventory/Archiver/Tests/InventoryArchiverTests.cs b/OpenSim/Region/CoreModules/Avatar/Inventory/Archiver/Tests/InventoryArchiverTests.cs index fd79ffa..20adb21 100644 --- a/OpenSim/Region/CoreModules/Avatar/Inventory/Archiver/Tests/InventoryArchiverTests.cs +++ b/OpenSim/Region/CoreModules/Avatar/Inventory/Archiver/Tests/InventoryArchiverTests.cs | |||
@@ -198,7 +198,6 @@ namespace OpenSim.Region.CoreModules.Avatar.Inventory.Archiver.Tests | |||
198 | [Test] | 198 | [Test] |
199 | public void TestLoadIarV0_1ExistingUsers() | 199 | public void TestLoadIarV0_1ExistingUsers() |
200 | { | 200 | { |
201 | Assert.Ignore(); | ||
202 | TestHelper.InMethod(); | 201 | TestHelper.InMethod(); |
203 | 202 | ||
204 | //log4net.Config.XmlConfigurator.Configure(); | 203 | //log4net.Config.XmlConfigurator.Configure(); |
@@ -265,9 +264,7 @@ namespace OpenSim.Region.CoreModules.Avatar.Inventory.Archiver.Tests | |||
265 | [Test] | 264 | [Test] |
266 | public void TestLoadIarV0_1TempProfiles() | 265 | public void TestLoadIarV0_1TempProfiles() |
267 | { | 266 | { |
268 | Assert.Ignore(); | ||
269 | TestHelper.InMethod(); | 267 | TestHelper.InMethod(); |
270 | Console.WriteLine("### Started {0} ###", MethodBase.GetCurrentMethod()); | ||
271 | 268 | ||
272 | log4net.Config.XmlConfigurator.Configure(); | 269 | log4net.Config.XmlConfigurator.Configure(); |
273 | 270 | ||