| Commit message (Expand) | Author | Files | Lines |
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-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 |
2010-05-23 | EstateData tests passing on all DBs | AlexRa | 1 | -28/+2 |
2010-05-23 | Corrections in RegionTests.cs. It now fully works! | AlexRa | 1 | -48/+75 |
2010-05-23 | Minor corrections in BasicDataServiceTest.cs | AlexRa | 1 | -0/+41 |
2010-05-23 | All data tests made DBMS-independent | AlexRa | 3 | -87/+159 |
2010-05-23 | Added generic base classes for testing database services | AlexRa | 3 | -0/+241 |
2010-05-20 | Series of patches to include creator ID in assets. | AlexRa | 1 | -4/+35 |
2010-05-19 | Scrambled asset type in BasicAssetTest.cs! | AlexRa | 1 | -9/+10 |
2010-04-30 | rename SQLiteNG to SQLite and SQLite to SQLiteLegacy | Justin Clark-Casey (justincc) | 1 | -1/+2 |
2010-03-22 | Remove the reading of estate_settings.xml and the associated processing of | Melanie | 1 | -12/+12 |
2010-03-02 | Fixed SQL tests. | Diva Canto | 1 | -4/+1 |
2010-02-22 | Changed asset CreatorID to a string | John Hurliman | 3 | -11/+11 |
2010-02-22 | * Adds CreatorID to asset metadata. This is just the plumbing to support Crea... | John Hurliman | 3 | -11/+11 |
2010-02-21 | MySQL tests pass, except T016_RandomSogWithSceneParts. Total mystery as to wh... | Diva Canto | 1 | -0/+6 |
2010-02-21 | Deleted obsolete files in the Data layer. Compiles. | Diva Canto | 2 | -876/+0 |
2010-02-16 | Disable Data.BasicRegioNTest.T016_RandomSogWithSceneParts() temporarily since... | Justin Clark-Casey (justincc) | 1 | -1/+1 |
2009-12-31 | Put PassCollision on the ignore list for testing, since we don't save that | Melanie | 1 | -0/+1 |
2009-12-06 | Getting rid of the dead field RootInventoryFolderId on UserProfileData, It's ... | Kunnis | 1 | -7/+2 |
2009-11-27 | Apply patch that fixes the failing T013_eStateSettingsRandomStorage test | Justin Clark-Casey (justincc) | 1 | -3/+4 |
2009-11-12 | minor: remove some mono compiler warnings | Justin Clark-Casey (justincc) | 1 | -1/+1 |
2009-11-05 | Changing the AssetBase constructors to avoid initializing assets with an unkn... | John Hurliman | 3 | -12/+11 |
2009-10-19 | * Removed OpenSim.Data.NHibernate | John Hurliman | 2 | -2/+1 |
2009-10-01 | Formatting cleanup. | Jeff Ames | 1 | -1/+1 |
2009-10-01 | Formatting cleanup. | Jeff Ames | 2 | -29/+29 |
2009-09-16 | SceneObjectGroup cleanup. Removes the default constructor and unnecessary nul... | John Hurliman | 1 | -4/+2 |
2009-09-07 | oops, disable T012_EstateSettingsRandomStorage() again since it does appear t... | Justin Clark-Casey (justincc) | 1 | -1/+2 |
2009-09-06 | T012_EstateSettingsRandomStorage() which wasn't being run because the method ... | Justin Clark-Casey (justincc) | 1 | -2/+1 |
2009-08-19 | Fixing a spot I missed in assets. Switching Grid to the new naming schema wit... | Kunnis | 1 | -4/+4 |
2009-08-19 | * Switching IAssetData to follow the new naming schema, removing the separate... | Kunnis | 1 | -12/+12 |
2009-08-17 | Add copyright headers. Formatting cleanup. Fix a compiler warning. | Jeff Ames | 3 | -6/+33 |
2009-08-16 | * Added Expression based ignores to the PropertyScrambler, which makes a lot ... | Kunnis | 8 | -224/+210 |
2009-08-16 | * More improvements to BasicAssetTest.cs | Kunnis | 1 | -26/+12 |
2009-08-16 | * Fixed MySQL/MySQLAssetData.cs to properly do updates * Removed an extra par... | Kunnis | 3 | -27/+92 |
2009-08-16 | * Modified SQLite/SQLiteInventoryStore.cs to not throw if the inventory row d... | Kunnis | 4 | -46/+140 |
2009-08-16 | Adding in Reflection-based testing, to ensure that all properties are covered. | Kunnis | 6 | -90/+140 |