| Commit message (Expand) | Author | Files | Lines |
2020-09-08 | Move various paths out of the bin directory. | onefang | 2 | -3/+3 |
2019-01-21 | disable tests that now fail bc a scenegraph is now needed to find prims by lo... | UbitUmarov | 1 | -3/+10 |
2017-01-05 | Massive tab and trailing space cleanup | Melanie Thielker | 7 | -114/+114 |
2016-09-01 | asset tests that still need UploadAttempts | UbitUmarov | 1 | -0/+18 |
2016-09-01 | assets uploads to grid. Change the retry code. Stop using asset.UploadAttempt... | UbitUmarov | 1 | -18/+0 |
2016-02-21 | The old sqlite inventory data interface was still around and causing problems... | Diva Canto | 1 | -5/+0 |
2015-11-17 | work around some 'tests' errors: assets are modified by the test, on current... | UbitUmarov | 1 | -0/+18 |
2015-11-16 | work around some 'tests' errors | UbitUmarov | 1 | -2/+9 |
2014-11-28 | Remove unmaintained MSSQL support. | Justin Clark-Casey (justincc) | 4 | -32/+0 |
2014-04-02 | Made the SQLite unit tests work on Windows (sqlite3.dll wasn't being loaded) | Oren Hurvitz | 1 | -0/+3 |
2014-04-02 | Added assets service method AssetsExist(), which returns whether the given li... | Oren Hurvitz | 1 | -7/+9 |
2013-12-14 | varregion: rename 'LegacyRegionLocX' back to 'RegionLocX' and same for Y and Z. | Robert Adams | 1 | -4/+4 |
2013-09-28 | VarRegion: change RegionInfo storage of region coordinates from region | Robert Adams | 1 | -4/+4 |
2013-09-25 | VarRegion: change RegionInfo storage of region coordinates from region | Robert Adams | 1 | -4/+4 |
2012-11-26 | Fix database service unit test failures by temporarily reverting BasicDataSer... | Justin Clark-Casey (justincc) | 1 | -1/+7 |
2012-11-24 | Consistenly make NUnit test cases inherit from OpenSimTestCase which automati... | Justin Clark-Casey (justincc) | 4 | -4/+7 |
2012-07-07 | minor: remove some recent mono compiler warnings | Justin Clark-Casey (justincc) | 1 | -2/+0 |
2012-07-07 | Remove redundant SetScene() function in Scene.AddSceneObject() | Justin Clark-Casey (justincc) | 1 | -1/+1 |
2012-05-15 | Port Avination's collision fixes to core. | Melanie | 1 | -1/+0 |
2012-05-14 | Completely revamp collision handling. Now works as it is supposed to. | Melanie | 1 | -1/+0 |
2012-03-31 | Rename SOG.HasChildPrim(uint) to SOG.ContainsPart(uint) to match existing Con... | Justin Clark-Casey (justincc) | 1 | -4/+4 |
2012-01-26 | refactor: change RezScriptFromAgentInventory(), RezNewScript() and AddInvento... | Justin Clark-Casey (justincc) | 1 | -6/+6 |
2011-11-02 | Changes UpdateFlag in SOP to an enumeration of NONE, TERSE and FULL. | Dan Lake | 1 | -5/+0 |
2011-08-27 | refactor: move SOP.IsAttachment and AttachmentPoint up into SOG to avoid poin... | Justin Clark-Casey (justincc) | 1 | -4/+2 |
2011-08-06 | rename TestHelper => TestHelpers for consistency | Justin Clark-Casey (justincc) | 4 | -44/+44 |
2011-03-14 | Fix a bug in T015_LargeSceneObjects() where the large scene object was stored... | Justin Clark-Casey (justincc) | 1 | -2/+3 |
2011-03-14 | when retrieving a sog in database tests, don't bother adding the scene since ... | Justin Clark-Casey (justincc) | 1 | -14/+1 |
2011-03-14 | Add method doc to T015_LargeSceneObjects() and slightly clean up formatting. | Justin Clark-Casey (justincc) | 1 | -3/+6 |
2011-03-14 | Add current method output to all persistence level tests so that we can track... | Justin Clark-Casey (justincc) | 4 | -11/+99 |
2011-03-12 | minor: remove mono compiler warning | Justin Clark-Casey (justincc) | 1 | -1/+1 |
2011-03-09 | Upgrade nunit.framework.dll to version 2.5.9. Fix up tests appropriately. | Justin Clark-Casey (justincc) | 6 | -57/+2 |
2010-11-26 | Another attempt at fixing failing test for creator info. | Marck | 1 | -2/+2 |
2010-11-23 | Attempt at fixing failing test. | Diva Canto | 1 | -2/+4 |
2010-09-16 | Changed SceneObjectGroup to store parts with the fast and thread-safe MapAndA... | John Hurliman | 1 | -7/+7 |
2010-09-12 | Formatting cleanup. | Jeff Ames | 1 | -5/+5 |
2010-09-12 | Add copyright headers. | Jeff Ames | 2 | -2/+56 |
2010-09-11 | Fixed the naming mess around data connectors for simulation data | John Hurliman | 1 | -6/+6 |
2010-08-24 | Add automated test at the opensim 'api' level to check that a given item goes... | Justin Clark-Casey (justincc) | 3 | -14/+0 |
2010-08-13 | refactor: Use SOP.Flags rather than SOP.ObjectFlags | Justin Clark-Casey (justincc) | 1 | -4/+4 |
2010-07-14 | comment out obsolete assert that 'item has been passed to another user since ... | Justin Clark-Casey (justincc) | 1 | -1/+1 |
2010-07-13 | Revamp the permissions propagation. This MAY mess up. Please test. | Melanie | 1 | -1/+1 |
2010-07-13 | Revamp the permissions propagation. This MAY mess up. Please test. | Melanie Thielker | 1 | -1/+1 |
2010-06-04 | add sqlite database back to database tests | Justin Clark-Casey (justincc) | 1 | -1/+1 |
2010-05-26 | Minor correction to AssetTests.cs | AlexRa | 1 | -3/+3 |
2010-05-23 | Ensured that tests are skipped for wrong conn string, also m_log chng | AlexRa | 1 | -2/+23 |
2010-05-23 | Various minor changes in the data tests | AlexRa | 5 | -16/+18 |
2010-05-23 | Unitests: Asset, Estate, Region (the "legacy" one), Inventory | AlexRa | 5 | -173/+137 |
2010-05-23 | Added MS SQL test conn to INI - only as an example, modify before use!!! | AlexRa | 1 | -4/+21 |
2010-05-23 | BasicAssetTest.cs replaced by AssetTests.cs | AlexRa | 1 | -0/+161 |
2010-05-23 | Bugfix in tests (must clear db before migrations, not after) | AlexRa | 3 | -3/+3 |