aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/World/Archiver/Tests (unfollow)
Commit message (Expand)AuthorFilesLines
2010-06-04remove pointless mock user account service since the real one can now be easi...Justin Clark-Casey (justincc)1-1/+1
2010-05-21make oar object filename/pathname creation a helper methodJustin Clark-Casey (justincc)1-27/+10
2010-05-21add prim item and test asset save in save oar unit testJustin Clark-Casey (justincc)1-2/+30
2010-04-16Add --skip-assets option to load oar.Justin Clark-Casey (justincc)1-1/+1
2010-02-21One more test running.Diva Canto1-1/+1
2010-02-15Formatting cleanup.Jeff Ames1-12/+12
2010-01-29use common sop2 setup for TestMergeOarV0_2()Justin Clark-Casey (justincc)1-16/+12
2010-01-29make TestSaveOarV0_2() use a common part2 constructionJustin Clark-Casey (justincc)1-18/+14
2010-01-29use common part1 createio nin TestMergeOarV0_2()Justin Clark-Casey (justincc)1-16/+5
2010-01-29minor: swap which part uses the automatically set up scene in TestMergeOarV0_2()Justin Clark-Casey (justincc)1-25/+13
2010-01-29use common part1 creation in ArchiverTests.TestLoadOarV0_2()Justin Clark-Casey (justincc)1-30/+28
2010-01-29refactor out scene object 1 creation n ArchiverTetssJustin Clark-Casey (justincc)1-44/+22
2010-01-29factor out scene setup in ArchiverTestsJustin Clark-Casey (justincc)1-40/+53
2010-01-29Add method to get all items with the same name from a particular primJustin Clark-Casey (justincc)1-5/+4
2010-01-22Add first part of test for checking restore of task inventory items on oar loadJustin Clark-Casey (justincc)2-1/+49
2010-01-22complete assertion checks of all other oar loaded region settingsJustin Clark-Casey (justincc)1-0/+28
2010-01-22Allow oar loading to work even if an estate module is not presentJustin Clark-Casey (justincc)1-0/+70
2010-01-11OpenSim/Framework/Communications/Cache deleted. LibraryRootFolder deleted.Diva Canto1-1/+1
2009-10-01Formatting cleanup.Jeff Ames1-5/+5
2009-08-11* Improves SceneSetupHelper to allow the tester to choose a real or mock, inv...Arthur Valadares1-1/+1
2009-06-01Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE...Jeff Ames1-1/+1
2009-05-29* Add xml2 load testJustin Clarke Casey1-2/+0
2009-05-18* Resolve http://opensimulator.org/mantis/view.php?id=3191Justin Clarke Casey1-4/+4
2009-05-18* Re-enable save oar test by loading asset data plugins from test mock classJustin Clarke Casey1-120/+120
2009-05-15Heart surgery on asset service code bits. Affects OpenSim.ini configuration -...diva1-120/+120
2009-05-14* refactor: break some of xml2 serialization out of sogJustin Clarke Casey1-1/+2
2009-05-07remove misleading commentSean Dague1-3/+0
2009-05-07instrument most of the tests with a new InMethod function that may help us fi...Sean Dague1-0/+3
2009-04-28* Get rid of some extraneous debug log output from the last commitJustin Clarke Casey1-2/+2
2009-04-28* Stop oar loading barfing if the archive contains directory entriesJustin Clarke Casey1-4/+34
2009-04-24* Write separate unit test for replicating iar structure to a user inventoryJustin Clarke Casey1-3/+2
2009-04-24* Write basic, incomplete load iar testJustin Clarke Casey1-6/+0
2009-04-23* refactor: move archive user inventory item serialization out to a separate ...Justin Clarke Casey1-1/+1
2009-04-22From: Alan Webb <alan_webb@us.ibm.com>Dr Scofield1-4/+11
2009-04-15* Make it possible to add a request id to load and save oar requestsJustin Clarke Casey1-3/+10
2009-04-14* Make archiver tests pump the asset server manually instead of starting the ...Justin Clarke Casey1-1/+6
2009-04-09* Tagged long running tests with LongRunningAttribute.lbsa711-2/+4
2009-03-16Rename OpenSim.Framework.Archive to OpenSim.Framework.SerializationMike Mazur1-77/+77
2009-03-13* Support loading empty folders in an iarJustin Clarke Casey1-4/+4
2009-03-12* Move SceneObject tests into their proper namespaceJustin Clarke Casey1-0/+6
2009-03-12Moving TarArchive to OpenSim.Framework.ArchiveMike Mazur1-1/+2
2009-03-10* Enable test logging for TestSaveOarV0p2 to capture more information the nex...Justin Clarke Casey1-3/+4
2009-03-06* Improve memory usage when writing OARsJustin Clarke Casey1-4/+4
2009-02-18* Move asset gathering code from oar module to OpenSim.Region.Framework since...Justin Clarke Casey1-1/+1
2009-02-17* switch to pulsing monitors to perform test sync instead of events, since th...Justin Clarke Casey1-11/+17
2009-02-17* Get rid of a unit test race condition based on my misreading of the AutoRes...Justin Clarke Casey1-2/+4
2009-02-13* Change static field "initialized" in RestInterregionComms to an instance fieldJustin Clarke Casey1-1/+1
2009-02-12large scale fix for svn props after "the great refactor"Sean Dague1-13/+13
2009-02-12* optimized usings.lbsa711-15/+14
2009-02-10* Implement merging of oars in codeJustin Clarke Casey1-2/+80