aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Data/Tests (unfollow)
Commit message (Expand)AuthorFilesLines
2019-05-19Move db directory out of tree.onefang2-3/+3
2019-05-19Dump OpenSim 0.9.0.1 into it's own branch.onefang8-123/+143
2016-11-04Attempt to move everything writable, and the configs, out of the bin directory.David Walter Seikel2-3/+3
2016-11-03Initial update to OpenSim 0.8.2.1 source code.David Walter Seikel5-39/+12
2012-11-26Fix database service unit test failures by temporarily reverting BasicDataSer...Justin Clark-Casey (justincc)1-1/+7
2012-11-24Consistenly make NUnit test cases inherit from OpenSimTestCase which automati...Justin Clark-Casey (justincc)4-4/+7
2012-07-07minor: remove some recent mono compiler warningsJustin Clark-Casey (justincc)1-2/+0
2012-07-07Remove redundant SetScene() function in Scene.AddSceneObject()Justin Clark-Casey (justincc)1-1/+1
2012-05-15Port Avination's collision fixes to core.Melanie1-1/+0
2012-03-31Rename SOG.HasChildPrim(uint) to SOG.ContainsPart(uint) to match existing Con...Justin Clark-Casey (justincc)1-4/+4
2012-01-26refactor: change RezScriptFromAgentInventory(), RezNewScript() and AddInvento...Justin Clark-Casey (justincc)1-6/+6
2011-11-02Changes UpdateFlag in SOP to an enumeration of NONE, TERSE and FULL.Dan Lake1-5/+0
2011-08-27refactor: move SOP.IsAttachment and AttachmentPoint up into SOG to avoid poin...Justin Clark-Casey (justincc)1-4/+2
2011-08-06rename TestHelper => TestHelpers for consistencyJustin Clark-Casey (justincc)4-44/+44
2011-03-14Fix a bug in T015_LargeSceneObjects() where the large scene object was stored...Justin Clark-Casey (justincc)1-2/+3
2011-03-14when retrieving a sog in database tests, don't bother adding the scene since ...Justin Clark-Casey (justincc)1-14/+1
2011-03-14Add method doc to T015_LargeSceneObjects() and slightly clean up formatting.Justin Clark-Casey (justincc)1-3/+6
2011-03-14Add current method output to all persistence level tests so that we can track...Justin Clark-Casey (justincc)4-11/+99
2011-03-12minor: remove mono compiler warningJustin Clark-Casey (justincc)1-1/+1
2011-03-09Upgrade nunit.framework.dll to version 2.5.9. Fix up tests appropriately.Justin Clark-Casey (justincc)6-57/+2
2010-11-26Another attempt at fixing failing test for creator info.Marck1-2/+2
2010-11-23Attempt at fixing failing test.Diva Canto1-2/+4
2010-09-16Changed SceneObjectGroup to store parts with the fast and thread-safe MapAndA...John Hurliman1-7/+7
2010-09-12Formatting cleanup.Jeff Ames1-5/+5
2010-09-12Add copyright headers.Jeff Ames2-2/+56
2010-09-11Fixed the naming mess around data connectors for simulation dataJohn Hurliman1-6/+6
2010-08-24Add automated test at the opensim 'api' level to check that a given item goes...Justin Clark-Casey (justincc)3-14/+0
2010-08-13refactor: Use SOP.Flags rather than SOP.ObjectFlagsJustin Clark-Casey (justincc)1-4/+4
2010-07-14comment out obsolete assert that 'item has been passed to another user since ...Justin Clark-Casey (justincc)1-1/+1
2010-07-13Revamp the permissions propagation. This MAY mess up. Please test.Melanie1-1/+1
2010-06-04add sqlite database back to database testsJustin Clark-Casey (justincc)1-1/+1
2010-05-26Minor correction to AssetTests.csAlexRa1-3/+3
2010-05-23Ensured that tests are skipped for wrong conn string, also m_log chngAlexRa1-2/+23
2010-05-23Various minor changes in the data testsAlexRa5-16/+18
2010-05-23Unitests: Asset, Estate, Region (the "legacy" one), InventoryAlexRa5-173/+137
2010-05-23Added MS SQL test conn to INI - only as an example, modify before use!!!AlexRa1-4/+21
2010-05-23BasicAssetTest.cs replaced by AssetTests.csAlexRa1-0/+161
2010-05-23Bugfix in tests (must clear db before migrations, not after)AlexRa3-3/+3
2010-05-23EstateData tests passing on all DBsAlexRa1-28/+2
2010-05-23Corrections in RegionTests.cs. It now fully works!AlexRa1-48/+75
2010-05-23Minor corrections in BasicDataServiceTest.csAlexRa1-0/+41
2010-05-23All data tests made DBMS-independentAlexRa3-87/+159
2010-05-23Added generic base classes for testing database servicesAlexRa3-0/+241
2010-05-20Series of patches to include creator ID in assets.AlexRa1-4/+35
2010-05-19Scrambled asset type in BasicAssetTest.cs!AlexRa1-9/+10
2010-04-30rename SQLiteNG to SQLite and SQLite to SQLiteLegacyJustin Clark-Casey (justincc)1-1/+2
2010-03-22Remove the reading of estate_settings.xml and the associated processing ofMelanie1-12/+12
2010-03-02Fixed SQL tests.Diva Canto1-4/+1
2010-02-22Changed asset CreatorID to a stringJohn Hurliman3-11/+11
2010-02-22* Adds CreatorID to asset metadata. This is just the plumbing to support Crea...John Hurliman3-11/+11