aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/Asset/Tests (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-05-19Dump OpenSim 0.9.0.1 into it's own branch.onefang1-1/+1
2016-11-03Initial update to OpenSim 0.8.2.1 source code.David Walter Seikel1-1/+0
2012-12-05minor: Fix more compiler warnings in CoreModules tests by properly ↵Justin Clark-Casey (justincc)1-1/+3
overriding OpenSimTestCase.SetUp()
2012-11-24Consistenly make NUnit test cases inherit from OpenSimTestCase which ↵Justin Clark-Casey (justincc)1-1/+1
automatically turns off any logging enabled between tests
2012-09-09Adjust namespce of FlotsamCacheBlueWall1-1/+0
Place FloatsamCache in the same namespace as our other core asset caches
2012-09-09Revert "Move addin information to CoreModulePlugin.addin.xml"BlueWall1-1/+1
This reverts commit 2ec34580ce3807cede97539488237040e1a8a6cc. Moving the attributes for mono addins back to the source file - this also fixes http://opensimulator.org/mantis/view.php?id=6278.
2012-09-07Move addin information to CoreModulePlugin.addin.xmlBlueWall1-1/+1
Move the addin information from attributes in the source file to the CoreModulePlugin.xml, which is the standard. This will help us automate addin version dependency information when we make new OpenSim releases.
2012-04-27Add regression test for teleporting an agent between separated regions on ↵Justin Clark-Casey (justincc)1-1/+1
the same simulator. This involves a large amount of change in test scene setup code to allow test scenes to share shared modules SetupScene is now an instance method that requires an instantiation of SceneHelpers, though other SceneHelpers methods are still static May split these out into separate classes in the future.
2011-10-22refactor: rename some AssetHelpers.CreateAsset() methods to ↵Justin Clark-Casey (justincc)1-4/+4
CreateNotecardAsset()
2011-08-06rename TestHelper => TestHelpers for consistencyJustin Clark-Casey (justincc)1-6/+6
2011-08-06rename test SceneSetupHelpers -> SceneHelpers for consistencyJustin Clark-Casey (justincc)1-2/+2
2011-07-04Add TestClearCache()Justin Clark-Casey (justincc)1-0/+17
2011-07-04add TestExpireAsset()Justin Clark-Casey (justincc)1-0/+20
2011-07-04refactor: Move test setup code into setup methodJustin Clark-Casey (justincc)1-13/+20
2011-07-04Make it possible to disable the file part of the flotsam asset cacheJustin Clark-Casey (justincc)1-1/+2
This matches the ability to disable the memory part This is controlled through the FileCacheEnabled parameter in FlotsamCache.ini Default is true, so existing installations are not affected. Improved fcache command feedback when various caches are disabled. Re-enabled test for flotsam cache with file caching disabled.
2011-07-04Add basic flotsam asset cache test for retrieved cached asset.Justin Clark-Casey (justincc)1-0/+82
Disabled temporarily since file system caching disrupts subsequent test runs