aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Data/Tests (follow)
Commit message (Expand)AuthorAgeFilesLines
* Move db directory out of tree.onefang2019-05-192-3/+3
* Dump OpenSim 0.9.0.1 into it's own branch.onefang2019-05-198-123/+143
* Attempt to move everything writable, and the configs, out of the bin directory.David Walter Seikel2016-11-042-3/+3
* Initial update to OpenSim 0.8.2.1 source code.David Walter Seikel2016-11-035-39/+12
* Fix database service unit test failures by temporarily reverting BasicDataSer...Justin Clark-Casey (justincc)2012-11-261-1/+7
* Consistenly make NUnit test cases inherit from OpenSimTestCase which automati...Justin Clark-Casey (justincc)2012-11-244-4/+7
* minor: remove some recent mono compiler warningsJustin Clark-Casey (justincc)2012-07-071-2/+0
* Remove redundant SetScene() function in Scene.AddSceneObject()Justin Clark-Casey (justincc)2012-07-071-1/+1
* Port Avination's collision fixes to core.Melanie2012-05-151-1/+0
* Rename SOG.HasChildPrim(uint) to SOG.ContainsPart(uint) to match existing Con...Justin Clark-Casey (justincc)2012-03-311-4/+4
* refactor: change RezScriptFromAgentInventory(), RezNewScript() and AddInvento...Justin Clark-Casey (justincc)2012-01-261-6/+6
* Changes UpdateFlag in SOP to an enumeration of NONE, TERSE and FULL.Dan Lake2011-11-021-5/+0
* refactor: move SOP.IsAttachment and AttachmentPoint up into SOG to avoid poin...Justin Clark-Casey (justincc)2011-08-271-4/+2
* rename TestHelper => TestHelpers for consistencyJustin Clark-Casey (justincc)2011-08-064-44/+44
* Fix a bug in T015_LargeSceneObjects() where the large scene object was stored...Justin Clark-Casey (justincc)2011-03-141-2/+3
* when retrieving a sog in database tests, don't bother adding the scene since ...Justin Clark-Casey (justincc)2011-03-141-14/+1
* Add method doc to T015_LargeSceneObjects() and slightly clean up formatting.Justin Clark-Casey (justincc)2011-03-141-3/+6
* Add current method output to all persistence level tests so that we can track...Justin Clark-Casey (justincc)2011-03-144-11/+99
* minor: remove mono compiler warningJustin Clark-Casey (justincc)2011-03-121-1/+1
* Upgrade nunit.framework.dll to version 2.5.9. Fix up tests appropriately.Justin Clark-Casey (justincc)2011-03-096-57/+2
* Another attempt at fixing failing test for creator info.Marck2010-11-261-2/+2
* Attempt at fixing failing test.Diva Canto2010-11-231-2/+4
* Changed SceneObjectGroup to store parts with the fast and thread-safe MapAndA...John Hurliman2010-09-161-7/+7
* Formatting cleanup.Jeff Ames2010-09-121-5/+5
* Add copyright headers.Jeff Ames2010-09-122-2/+56
* Fixed the naming mess around data connectors for simulation dataJohn Hurliman2010-09-111-6/+6
* Add automated test at the opensim 'api' level to check that a given item goes...Justin Clark-Casey (justincc)2010-08-243-14/+0
* refactor: Use SOP.Flags rather than SOP.ObjectFlagsJustin Clark-Casey (justincc)2010-08-131-4/+4
* comment out obsolete assert that 'item has been passed to another user since ...Justin Clark-Casey (justincc)2010-07-141-1/+1
* Revamp the permissions propagation. This MAY mess up. Please test.Melanie2010-07-131-1/+1
* add sqlite database back to database testsJustin Clark-Casey (justincc)2010-06-041-1/+1
* Minor correction to AssetTests.csAlexRa2010-05-261-3/+3
* Ensured that tests are skipped for wrong conn string, also m_log chngAlexRa2010-05-231-2/+23
* Various minor changes in the data testsAlexRa2010-05-235-16/+18
* Unitests: Asset, Estate, Region (the "legacy" one), InventoryAlexRa2010-05-235-173/+137
* Added MS SQL test conn to INI - only as an example, modify before use!!!AlexRa2010-05-231-4/+21
* BasicAssetTest.cs replaced by AssetTests.csAlexRa2010-05-231-0/+161
* Bugfix in tests (must clear db before migrations, not after)AlexRa2010-05-233-3/+3
* EstateData tests passing on all DBsAlexRa2010-05-231-28/+2
* Corrections in RegionTests.cs. It now fully works!AlexRa2010-05-231-48/+75
* Minor corrections in BasicDataServiceTest.csAlexRa2010-05-231-0/+41
* All data tests made DBMS-independentAlexRa2010-05-233-87/+159
* Added generic base classes for testing database servicesAlexRa2010-05-233-0/+241
* Series of patches to include creator ID in assets.AlexRa2010-05-201-4/+35
* Scrambled asset type in BasicAssetTest.cs!AlexRa2010-05-191-9/+10
* rename SQLiteNG to SQLite and SQLite to SQLiteLegacyJustin Clark-Casey (justincc)2010-04-301-1/+2
* Remove the reading of estate_settings.xml and the associated processing ofMelanie2010-03-221-12/+12
* Fixed SQL tests.Diva Canto2010-03-021-4/+1
* Changed asset CreatorID to a stringJohn Hurliman2010-02-223-11/+11
* Merge branch 'presence-refactor' of ssh://opensimulator.org/var/git/opensim i...John Hurliman2010-02-224-877/+7
|\