aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/Avatar/Inventory/Archiver/Tests/PathTests.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* get rid of all traces of the now used mock service infrastructureJustin Clark-Casey (justincc)2011-04-151-7/+7
|
* refactor: rename test user account fieldsJustin Clark-Casey (justincc)2011-03-101-13/+13
|
* When setting up default iar for testing, use iar archiving code rather than ↵Justin Clark-Casey (justincc)2011-03-101-3/+1
| | | | constructing the tar manually
* Split the inventory path testing parts of TestLoadIarV0_1ExistingUsers() ↵Justin Clark-Casey (justincc)2011-03-101-1/+46
| | | | into a new test TestLoadIarToInventoryPaths()
* Upgrade nunit.framework.dll to version 2.5.9. Fix up tests appropriately.Justin Clark-Casey (justincc)2011-03-091-1/+0
| | | | This version removes the NUnit.Framework.SyntaxHelpers namespace, so any modules with their own tests will need to delete this using statement.
* Split out path tests from InventoryArchiveTests. Factor common code into ↵Justin Clark-Casey (justincc)2011-03-091-0/+436
test case parent