aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/Avatar/Inventory/Archiver/Tests/InventoryArchiverTests.cs
diff options
context:
space:
mode:
authorJustin Clark-Casey (justincc)2011-05-21 00:11:52 +0100
committerJustin Clark-Casey (justincc)2011-05-21 00:11:52 +0100
commit534ee52a121c209752101476e031a2c097637d82 (patch)
treef641f53c3ffb9e62ce76530eb83f79caf0e83670 /OpenSim/Region/CoreModules/Avatar/Inventory/Archiver/Tests/InventoryArchiverTests.cs
parentrefactor: in TaskInventoryTests, use UserProfileTestUtils.CreateUserWithInvet... (diff)
downloadopensim-SC_OLD-534ee52a121c209752101476e031a2c097637d82.zip
opensim-SC_OLD-534ee52a121c209752101476e031a2c097637d82.tar.gz
opensim-SC_OLD-534ee52a121c209752101476e031a2c097637d82.tar.bz2
opensim-SC_OLD-534ee52a121c209752101476e031a2c097637d82.tar.xz
rename UserProfileTestUtils to UserAccountHelpers to be consistent with other test helper names
Diffstat (limited to '')
-rw-r--r--OpenSim/Region/CoreModules/Avatar/Inventory/Archiver/Tests/InventoryArchiverTests.cs12
1 files changed, 6 insertions, 6 deletions
diff --git a/OpenSim/Region/CoreModules/Avatar/Inventory/Archiver/Tests/InventoryArchiverTests.cs b/OpenSim/Region/CoreModules/Avatar/Inventory/Archiver/Tests/InventoryArchiverTests.cs
index 52232a0..db57d90 100644
--- a/OpenSim/Region/CoreModules/Avatar/Inventory/Archiver/Tests/InventoryArchiverTests.cs
+++ b/OpenSim/Region/CoreModules/Avatar/Inventory/Archiver/Tests/InventoryArchiverTests.cs
@@ -72,7 +72,7 @@ namespace OpenSim.Region.CoreModules.Avatar.Inventory.Archiver.Tests
72 TestHelper.InMethod(); 72 TestHelper.InMethod();
73// log4net.Config.XmlConfigurator.Configure(); 73// log4net.Config.XmlConfigurator.Configure();
74 74
75 UserProfileTestUtils.CreateUserWithInventory(m_scene, m_uaLL1, "password"); 75 UserAccountHelpers.CreateUserWithInventory(m_scene, m_uaLL1, "password");
76 m_archiverModule.DearchiveInventory(m_uaLL1.FirstName, m_uaLL1.LastName, "/", "password", m_iarStream); 76 m_archiverModule.DearchiveInventory(m_uaLL1.FirstName, m_uaLL1.LastName, "/", "password", m_iarStream);
77 77
78 InventoryItemBase coaItem 78 InventoryItemBase coaItem
@@ -138,7 +138,7 @@ namespace OpenSim.Region.CoreModules.Avatar.Inventory.Archiver.Tests
138 string userLastName = "Stirrup"; 138 string userLastName = "Stirrup";
139 string userPassword = "troll"; 139 string userPassword = "troll";
140 UUID userId = UUID.Parse("00000000-0000-0000-0000-000000000020"); 140 UUID userId = UUID.Parse("00000000-0000-0000-0000-000000000020");
141 UserProfileTestUtils.CreateUserWithInventory(m_scene, userFirstName, userLastName, userId, userPassword); 141 UserAccountHelpers.CreateUserWithInventory(m_scene, userFirstName, userLastName, userId, userPassword);
142 142
143 // Create asset 143 // Create asset
144 UUID ownerId = UUID.Parse("00000000-0000-0000-0000-000000000040"); 144 UUID ownerId = UUID.Parse("00000000-0000-0000-0000-000000000040");
@@ -229,7 +229,7 @@ namespace OpenSim.Region.CoreModules.Avatar.Inventory.Archiver.Tests
229 TestHelper.InMethod(); 229 TestHelper.InMethod();
230// log4net.Config.XmlConfigurator.Configure(); 230// log4net.Config.XmlConfigurator.Configure();
231 231
232 UserProfileTestUtils.CreateUserWithInventory(m_scene, m_uaLL1, "meowfood"); 232 UserAccountHelpers.CreateUserWithInventory(m_scene, m_uaLL1, "meowfood");
233 233
234 m_archiverModule.DearchiveInventory(m_uaLL1.FirstName, m_uaLL1.LastName, "/", "meowfood", m_iarStream); 234 m_archiverModule.DearchiveInventory(m_uaLL1.FirstName, m_uaLL1.LastName, "/", "meowfood", m_iarStream);
235 InventoryItemBase foundItem1 235 InventoryItemBase foundItem1
@@ -261,8 +261,8 @@ namespace OpenSim.Region.CoreModules.Avatar.Inventory.Archiver.Tests
261 TestHelper.InMethod(); 261 TestHelper.InMethod();
262// log4net.Config.XmlConfigurator.Configure(); 262// log4net.Config.XmlConfigurator.Configure();
263 263
264 UserProfileTestUtils.CreateUserWithInventory(m_scene, m_uaMT, "meowfood"); 264 UserAccountHelpers.CreateUserWithInventory(m_scene, m_uaMT, "meowfood");
265 UserProfileTestUtils.CreateUserWithInventory(m_scene, m_uaLL2, "hampshire"); 265 UserAccountHelpers.CreateUserWithInventory(m_scene, m_uaLL2, "hampshire");
266 266
267 m_archiverModule.DearchiveInventory(m_uaMT.FirstName, m_uaMT.LastName, "/", "meowfood", m_iarStream); 267 m_archiverModule.DearchiveInventory(m_uaMT.FirstName, m_uaMT.LastName, "/", "meowfood", m_iarStream);
268 InventoryItemBase foundItem1 268 InventoryItemBase foundItem1
@@ -294,7 +294,7 @@ namespace OpenSim.Region.CoreModules.Avatar.Inventory.Archiver.Tests
294 TestHelper.InMethod(); 294 TestHelper.InMethod();
295// log4net.Config.XmlConfigurator.Configure(); 295// log4net.Config.XmlConfigurator.Configure();
296 296
297 UserProfileTestUtils.CreateUserWithInventory(m_scene, m_uaMT, "password"); 297 UserAccountHelpers.CreateUserWithInventory(m_scene, m_uaMT, "password");
298 m_archiverModule.DearchiveInventory(m_uaMT.FirstName, m_uaMT.LastName, "/", "password", m_iarStream); 298 m_archiverModule.DearchiveInventory(m_uaMT.FirstName, m_uaMT.LastName, "/", "password", m_iarStream);
299 299
300 InventoryItemBase foundItem1 300 InventoryItemBase foundItem1