aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Environment/Modules/World/Archiver/Tests (follow)
Commit message (Collapse)AuthorAgeFilesLines
* * 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