aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/World/Serialiser/Tests/SerialiserTests.cs (follow)
Commit message (Expand)AuthorAgeFilesLines
* Dump OpenSim 0.9.0.1 into it's own branch.onefang2019-05-191-12/+16
* Initial update to OpenSim 0.8.2.1 source code.David Walter Seikel2016-11-031-114/+442
* Consistenly make NUnit test cases inherit from OpenSimTestCase which automati...Justin Clark-Casey (justincc)2012-11-241-1/+1
* Add regression test for teleporting an agent between separated regions on the...Justin Clark-Casey (justincc)2012-04-271-1/+1
* Turn off logging on test in last commit (2b84295).Justin Clark-Casey (justincc)2012-02-161-1/+1
* If shape properties fail SOP parsing (e.g. due to commas instead of decimal p...Justin Clark-Casey (justincc)2012-02-161-0/+133
* rename TestHelper => TestHelpers for consistencyJustin Clark-Casey (justincc)2011-08-061-4/+4
* rename test SceneSetupHelpers -> SceneHelpers for consistencyJustin Clark-Casey (justincc)2011-08-061-2/+2
* Get rid of OpenSim.Tests.Common.Setup subpackage in favour of just OpenSim.Te...Justin Clark-Casey (justincc)2011-05-211-1/+0
* get rid of all traces of the now used mock service infrastructureJustin Clark-Casey (justincc)2011-04-151-1/+1
* Upgrade nunit.framework.dll to version 2.5.9. Fix up tests appropriately.Justin Clark-Casey (justincc)2011-03-091-1/+0
* .NET automagical serialization of SOPs replaced by manual serialization acros...Diva Canto2010-10-171-3/+7
* Fix test break - TestSerializeXml2() still requires old-guids optionJustin Clark-Casey (justincc)2010-10-161-3/+6
* Made OARs use the new serialization procedure. (TPs/crossings still on the ol...Diva Canto2010-10-151-1/+1
* Formatting cleanup.Jeff Ames2009-10-011-8/+8
* * Improves SceneSetupHelper to allow the tester to choose a real or mock, inv...Arthur Valadares2009-08-111-1/+1
* * Add simple original xml serialization testJustin Clarke Casey2009-06-021-3/+73
* * Add simple original sog xml serialization testJustin Clarke Casey2009-06-011-16/+17
* * minor: change the name of one serialization method to match its counterpartJustin Clarke Casey2009-06-011-4/+128
* Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE...Jeff Ames2009-06-011-1/+1
* * refactor: Remove redundent prim id attribute on Scene.AddSceneObject()Justin Clarke Casey2009-05-291-1/+1
* * Add save xml2 serialization testJustin Clarke Casey2009-05-291-3/+70
* * minor: move common serialization test code into fixture setupJustin Clarke Casey2009-05-291-6/+17
* * Add xml2 load testJustin Clarke Casey2009-05-291-0/+143