aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/World/Serialiser/Tests (unfollow)
Commit message (Collapse)AuthorFilesLines
2010-10-17.NET automagical serialization of SOPs replaced by manual serialization ↵Diva Canto1-3/+7
across the board.
2010-10-16Fix test break - TestSerializeXml2() still requires old-guids optionJustin Clark-Casey (justincc)1-3/+6
2010-10-15Made OARs use the new serialization procedure. (TPs/crossings still on the ↵Diva Canto1-1/+1
old one) Added an options argument down the pipeline. For the time being it takes --old-guids as an option to produce <Guid> instead of <UUID>.
2009-10-01Formatting cleanup.Jeff Ames1-8/+8
2009-08-11* Improves SceneSetupHelper to allow the tester to choose a real or mock, ↵Arthur Valadares1-1/+1
inventory and asset, service modules. The boolean startServices was replaced with realServices string. If the string contains the word asset, it will start a real asset module, if it contains inventory, it starts a real inventory. Otherwise, it use mock (NullPlugin-like) objects, for tests that don't really need functionality. * SetupScene is now actually sharing the asset and inventory modules if the tester wishes to have multiple regions connected. To link regions, just start SetupScene with the same CommunicationManager for all scenes. SceneSetupHelper will hold a static reference to the modules and won't initialize them again, just run the scenes through the modules AddRegion, RegionLoaded and PostInitialize. * With the recent changes, both asset and inventory (and in the future, user) services should always be asked from the scene, not instantiated alone. The tests should reflect this new behavior and always start a scene.
2009-06-02* Add simple original xml serialization testJustin Clarke Casey1-3/+73
2009-06-01* Add simple original sog xml serialization testJustin Clarke Casey1-16/+17
2009-06-01* minor: change the name of one serialization method to match its counterpartJustin Clarke Casey1-4/+128
2009-06-01Minor: Change OpenSim to OpenSimulator in older copyright headers and ↵Jeff Ames1-1/+1
LICENSE.txt.
2009-05-29* refactor: Remove redundent prim id attribute on Scene.AddSceneObject()Justin Clarke Casey1-1/+1
2009-05-29* Add save xml2 serialization testJustin Clarke Casey1-3/+70
2009-05-29* minor: move common serialization test code into fixture setupJustin Clarke Casey1-6/+17
2009-05-29* Add xml2 load testJustin Clarke Casey1-0/+143