aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/Avatar/Inventory/Archiver/Tests (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add --noassets option for "save iar"Justin Clark-Casey (justincc)2011-05-261-2/+102
* Get rid of OpenSim.Tests.Common.Setup subpackage in favour of just OpenSim.Te...Justin Clark-Casey (justincc)2011-05-213-3/+0
* rename UserInventoryTestsUtils -> UserInventoryHelpers for consistencyJustin Clark-Casey (justincc)2011-05-211-4/+4
* rename UserProfileTestUtils to UserAccountHelpers to be consistent with other...Justin Clark-Casey (justincc)2011-05-213-15/+15
* add test to ensure that an IAR starts with the control fileJustin Clark-Casey (justincc)2011-04-181-1/+28
* get rid of all traces of the now used mock service infrastructureJustin Clark-Casey (justincc)2011-04-153-9/+9
* extend TestLoadCoalesecedItem() to check loaded object ids and positionsJustin Clark-Casey (justincc)2011-04-151-1/+7
* Make all the objects in a coalescence reappears after being loaded from an IA...Justin Clark-Casey (justincc)2011-04-152-19/+26
* implement stub TestLoadCoalesecedItem(). Doesn't do what it's meant to do yet.Justin Clark-Casey (justincc)2011-04-142-4/+48
* simplify InventoryArchiveTestCase setupJustin Clark-Casey (justincc)2011-04-141-18/+2
* simplify TestSaveItemToIarV0_1()Justin Clark-Casey (justincc)2011-04-141-18/+2
* Add test for simple case where creator account with appropriate uuid exists o...Justin Clark-Casey (justincc)2011-03-101-0/+32
* refactor: rename test user account fieldsJustin Clark-Casey (justincc)2011-03-103-35/+35
* factor out common scene setup code in InventoryArchiveTestCaseJustin Clark-Casey (justincc)2011-03-102-41/+33
* extend TestLoadIarV0_1AbsentCreator() to check serialized object CreatorId as...Justin Clark-Casey (justincc)2011-03-101-0/+6
* re-enable item.CreatorId check in TestLoadIarV0_1AbsentCreator()Justin Clark-Casey (justincc)2011-03-101-3/+3
* For objects loaded from an IAR, make sure the CreatorID points towards the OS...Justin Clark-Casey (justincc)2011-03-101-5/+5
* When setting up default iar for testing, use iar archiving code rather than c...Justin Clark-Casey (justincc)2011-03-103-13/+17
* Change existing users load iar test so that it fulfills it's original intenti...Justin Clark-Casey (justincc)2011-03-102-11/+15
* Split the inventory path testing parts of TestLoadIarV0_1ExistingUsers() into...Justin Clark-Casey (justincc)2011-03-102-23/+46
* Make the item created in the default test iar an object rather than a scriptJustin Clark-Casey (justincc)2011-03-091-2/+27
* minor: change the order of some default iar setup in test caseJustin Clark-Casey (justincc)2011-03-091-5/+7
* Upgrade nunit.framework.dll to version 2.5.9. Fix up tests appropriately.Justin Clark-Casey (justincc)2011-03-093-3/+0
* Split out path tests from InventoryArchiveTests. Factor common code into tes...Justin Clark-Casey (justincc)2011-03-093-531/+562
* Simplify TestLoadIarV0_1AbsentUsers() to use common IAR test setup. Make sta...Justin Clark-Casey (justincc)2011-03-091-50/+15
* Construct test load iar only once and reuse for each test, rather than recrea...Justin Clark-Casey (justincc)2011-03-051-8/+18
* Remove the restriction that you have to be logged in when loading/saving iarsJustin Clark-Casey (justincc)2010-12-111-7/+7
* Fix unit test.Diva Canto2010-11-291-5/+8
* Preservation of creator information now also working in IARs. Cleaned up usag...Diva Canto2010-11-291-3/+2
* Formatting cleanup.Jeff Ames2010-09-121-27/+27
* Create Scene.Inventory.cs.AddInventoryItem(InventoryItemBase item)Justin Clark-Casey (justincc)2010-09-041-3/+3
* very minor log message and var name tweaking for iar savingJustin Clark-Casey (justincc)2010-08-281-1/+2
* Improve liveness by operating on list copies of SOG.Children where appropriateJustin Clark-Casey (justincc)2010-08-281-1/+1
* allow inventory path specified in "load iar" to start with a / (e.g. /Objects...Justin Clark-Casey (justincc)2010-08-271-0/+24
* refactor: Make IAR tests set up standard iar for loadingJustin Clark-Casey (justincc)2010-08-271-44/+60
* Remove old test classes that don't actually test anything not done elsewhereJustin Clark-Casey (justincc)2010-08-071-1/+1
* Merge branch 'iar-merge'Justin Clark-Casey (justincc)2010-08-041-5/+45
|\
| * Add --merge switch to load iar.Justin Clark-Casey (justincc)2010-06-301-5/+45
* | Fix obvious bug in XInventoryService.GetFolderItems() which was preventing th...Justin Clark-Casey (justincc)2010-07-141-5/+120
|/
* Fix problem where iar load would duplicate huge number of foldersJustin Clark-Casey (justincc)2010-06-181-26/+49
* change TestPartExistingIarPath() to check appropriate folder creationJustin Clark-Casey (justincc)2010-06-181-15/+23
* in IAR utils, return all folders that match a particular path rather than jus...Justin Clark-Casey (justincc)2010-06-181-5/+5
* Revert "Allow IInventoryService.GetFolder(folderId, userId) as well as GetFol...Justin Clark-Casey (justincc)2010-06-111-2/+2
* Allow IInventoryService.GetFolder(folderId, userId) as well as GetFolder(Inve...Justin Clark-Casey (justincc)2010-06-111-2/+2
* create inactive test for iar folders/items merged with existing pathsJustin Clark-Casey (justincc)2010-06-111-2/+48
* various refactorings on methods to replicate IAR paths to user inventory in o...Justin Clark-Casey (justincc)2010-06-051-1/+1
* refactor: do pathname trimming outside of ReplicateArchivePathToUserInventory()Justin Clark-Casey (justincc)2010-06-041-1/+1
* bring TestLoadIarV0_1AbsentUsers() back onlineJustin Clark-Casey (justincc)2010-06-041-63/+56
* bring TestIarV0_1WithEscapedChars() back onlineJustin Clark-Casey (justincc)2010-06-041-89/+72
* bring test TestLoadIarV0_1ExistingUsers() back onlineJustin Clark-Casey (justincc)2010-06-041-81/+76