aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Tests/Common/Mock/TestInventoryDataPlugin.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Committing partial work on passing folders across instances. This may crash.Melanie Thielker2009-03-231-0/+5
|
* Add a QueryItem method to the inventory subsystem. Currently implemented forMelanie Thielker2009-03-211-0/+5
| | | | | | | MySQL only, stubs for the others. This allows updating the cache with a single item from the database.
* - move OpenSim/Framework/IInventoryData.cs toMike Mazur2009-02-031-34/+35
| | | | | | OpenSim/Data/IInventoryData.cs - trim trailing whitespace
* * Create update folder testJustin Clarke Casey2008-12-121-2/+5
| | | | | | * Correct small logic elidation
* * Actually properly enable the purge folders test and correct some problemsJustin Clarke Casey2008-12-121-2/+19
|
* * Add user info move inventory folder testJustin Clarke Casey2008-12-121-1/+7
|
* * Fold mock classes into existing OpenSim/Tests/Common assembly rather than ↵Justin Clarke Casey2008-12-111-0/+118
sprouting another one