aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Environment/Modules/World/Archiver/Tests (follow)
Commit message (Collapse)AuthorAgeFilesLines
* * Add another object to the existing save oar testJustin Clarke Casey2009-02-031-21/+62
|
* * Establish OnOarFileSaved EventManager event and subscribe to that instead ↵Justin Clarke Casey2009-02-021-5/+13
| | | | | | | | | of passing in a waithandle to the archiver * This matches the existing OnOarFileLoaded event * This brings up the question of how these things can be made generic so that they don't have to be tied into EventManager, but that's a topic for another day
* * Put a wait timeout on the archive test, just in case the archiver never ↵Justin Clarke Casey2009-01-301-1/+1
| | | | returns
* * Extend archive save test to check for the presence of the file for the ↵Justin Clarke Casey2009-01-301-7/+41
| | | | | | | | object that was in the scene * Can now pass in a wait handle to ArchiveRegion() if you want same thread signalling that the save has completed
* * minor: stop bothering to set parts to phantom within test setups - tests ↵Justin Clarke Casey2009-01-301-0/+1
| | | | now seem to pass without having to do this
* * Write a simple archive loading test which doesn't actually do any testing ↵Justin Clarke Casey2009-01-231-1/+25
| | | | yet apart from not blow up
* * Extend archive test to check for the presence of a control file in a saved ↵Justin Clarke Casey2009-01-231-4/+36
| | | | archive
* * Add direct stream loading and saving methods to the archive module.Justin Clarke Casey2009-01-231-4/+8
| | | | | | * The async stream method does not yet signal completion to interested calling code
* * minor: Future archiver test stubJustin Clarke Casey2009-01-161-0/+44