diff options
Diffstat (limited to 'OpenSim/Region/CoreModules/Avatar')
-rw-r--r-- | OpenSim/Region/CoreModules/Avatar/Inventory/Archiver/Tests/InventoryArchiverTests.cs | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/OpenSim/Region/CoreModules/Avatar/Inventory/Archiver/Tests/InventoryArchiverTests.cs b/OpenSim/Region/CoreModules/Avatar/Inventory/Archiver/Tests/InventoryArchiverTests.cs index 4c6045a..374cea3 100644 --- a/OpenSim/Region/CoreModules/Avatar/Inventory/Archiver/Tests/InventoryArchiverTests.cs +++ b/OpenSim/Region/CoreModules/Avatar/Inventory/Archiver/Tests/InventoryArchiverTests.cs | |||
@@ -68,6 +68,7 @@ namespace OpenSim.Region.CoreModules.Avatar.Inventory.Archiver.Tests | |||
68 | [Test] | 68 | [Test] |
69 | public void TestSaveIarV0p1() | 69 | public void TestSaveIarV0p1() |
70 | { | 70 | { |
71 | TestHelper.InMethod(); | ||
71 | //log4net.Config.XmlConfigurator.Configure(); | 72 | //log4net.Config.XmlConfigurator.Configure(); |
72 | 73 | ||
73 | InventoryArchiverModule archiverModule = new InventoryArchiverModule(); | 74 | InventoryArchiverModule archiverModule = new InventoryArchiverModule(); |
@@ -201,6 +202,7 @@ namespace OpenSim.Region.CoreModules.Avatar.Inventory.Archiver.Tests | |||
201 | [Test] | 202 | [Test] |
202 | public void TestLoadIarV0p1ExistingUsers() | 203 | public void TestLoadIarV0p1ExistingUsers() |
203 | { | 204 | { |
205 | TestHelper.InMethod(); | ||
204 | Console.WriteLine("Started {0}", MethodBase.GetCurrentMethod()); | 206 | Console.WriteLine("Started {0}", MethodBase.GetCurrentMethod()); |
205 | 207 | ||
206 | //log4net.Config.XmlConfigurator.Configure(); | 208 | //log4net.Config.XmlConfigurator.Configure(); |
@@ -267,6 +269,7 @@ namespace OpenSim.Region.CoreModules.Avatar.Inventory.Archiver.Tests | |||
267 | [Test] | 269 | [Test] |
268 | public void TestLoadIarV0p1TempProfiles() | 270 | public void TestLoadIarV0p1TempProfiles() |
269 | { | 271 | { |
272 | TestHelper.InMethod(); | ||
270 | Console.WriteLine("### Started {0} ###", MethodBase.GetCurrentMethod()); | 273 | Console.WriteLine("### Started {0} ###", MethodBase.GetCurrentMethod()); |
271 | 274 | ||
272 | log4net.Config.XmlConfigurator.Configure(); | 275 | log4net.Config.XmlConfigurator.Configure(); |
@@ -336,6 +339,7 @@ namespace OpenSim.Region.CoreModules.Avatar.Inventory.Archiver.Tests | |||
336 | [Test] | 339 | [Test] |
337 | public void TestReplicateArchivePathToUserInventory() | 340 | public void TestReplicateArchivePathToUserInventory() |
338 | { | 341 | { |
342 | TestHelper.InMethod(); | ||
339 | CommunicationsManager commsManager = new TestCommunicationsManager(); | 343 | CommunicationsManager commsManager = new TestCommunicationsManager(); |
340 | CachedUserInfo userInfo = UserProfileTestUtils.CreateUserWithInventory(commsManager); | 344 | CachedUserInfo userInfo = UserProfileTestUtils.CreateUserWithInventory(commsManager); |
341 | Dictionary <string, InventoryFolderImpl> foldersCreated = new Dictionary<string, InventoryFolderImpl>(); | 345 | Dictionary <string, InventoryFolderImpl> foldersCreated = new Dictionary<string, InventoryFolderImpl>(); |