clockwerk-opensim-stable – Diff between revs 1 and 3

Subversion Repositories:
Rev:
Show entire fileIgnore whitespace
Rev 1 Rev 3
Line 70... Line 70...
70 { 70 {
71 TestHelpers.InMethod(); 71 TestHelpers.InMethod();
72 // TestHelpers.EnableLogging(); 72 // TestHelpers.EnableLogging();
Line 73... Line 73...
73 73
74 UserAccountHelpers.CreateUserWithInventory(m_scene, m_uaLL1, "password"); 74 UserAccountHelpers.CreateUserWithInventory(m_scene, m_uaLL1, "password");
Line 75... Line 75...
75 m_archiverModule.DearchiveInventory(m_uaLL1.FirstName, m_uaLL1.LastName, "/", "password", m_iarStream); 75 m_archiverModule.DearchiveInventory(m_uaLL1.FirstName, m_uaLL1.LastName, "/", m_iarStream);
76 76
Line 77... Line 77...
77 InventoryItemBase coaItem 77 InventoryItemBase coaItem
Line 105... Line 105...
105 TestHelpers.InMethod(); 105 TestHelpers.InMethod();
106 // log4net.Config.XmlConfigurator.Configure(); 106 // log4net.Config.XmlConfigurator.Configure();
Line 107... Line 107...
107   107  
Line 108... Line 108...
108 UserAccountHelpers.CreateUserWithInventory(m_scene, m_uaLL1, "meowfood"); 108 UserAccountHelpers.CreateUserWithInventory(m_scene, m_uaLL1, "meowfood");
109 109
110 m_archiverModule.DearchiveInventory(m_uaLL1.FirstName, m_uaLL1.LastName, "/", "meowfood", m_iarStream); 110 m_archiverModule.DearchiveInventory(m_uaLL1.FirstName, m_uaLL1.LastName, "/", m_iarStream);
Line 111... Line 111...
111 InventoryItemBase foundItem1 111 InventoryItemBase foundItem1
112 = InventoryArchiveUtils.FindItemByPath(m_scene.InventoryService, m_uaLL1.PrincipalID, m_item1Name); 112 = InventoryArchiveUtils.FindItemByPath(m_scene.InventoryService, m_uaLL1.PrincipalID, m_item1Name);
Line 169... Line 169...
169 { 169 {
170 TestHelpers.InMethod(); 170 TestHelpers.InMethod();
171 // log4net.Config.XmlConfigurator.Configure(); 171 // log4net.Config.XmlConfigurator.Configure();
Line 172... Line 172...
172 172
173 UserAccountHelpers.CreateUserWithInventory(m_scene, m_uaMT, "password"); 173 UserAccountHelpers.CreateUserWithInventory(m_scene, m_uaMT, "password");
Line 174... Line 174...
174 m_archiverModule.DearchiveInventory(m_uaMT.FirstName, m_uaMT.LastName, "/", "password", m_iarStream); 174 m_archiverModule.DearchiveInventory(m_uaMT.FirstName, m_uaMT.LastName, "/", m_iarStream);
175   175  
Line 176... Line 176...
176 InventoryItemBase foundItem1 176 InventoryItemBase foundItem1