aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Data/Tests (unfollow)
Commit message (Expand)AuthorFilesLines
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
2010-02-21MySQL tests pass, except T016_RandomSogWithSceneParts. Total mystery as to wh...Diva Canto1-0/+6
2010-02-21Deleted obsolete files in the Data layer. Compiles.Diva Canto2-876/+0
2010-02-16Disable Data.BasicRegioNTest.T016_RandomSogWithSceneParts() temporarily since...Justin Clark-Casey (justincc)1-1/+1
2009-12-31Put PassCollision on the ignore list for testing, since we don't save thatMelanie1-0/+1
2009-12-06Getting rid of the dead field RootInventoryFolderId on UserProfileData, It's ...Kunnis1-7/+2
2009-11-27Apply patch that fixes the failing T013_eStateSettingsRandomStorage testJustin Clark-Casey (justincc)1-3/+4
2009-11-12minor: remove some mono compiler warningsJustin Clark-Casey (justincc)1-1/+1
2009-11-05Changing the AssetBase constructors to avoid initializing assets with an unkn...John Hurliman3-12/+11
2009-10-19* Removed OpenSim.Data.NHibernateJohn Hurliman2-2/+1
2009-10-01Formatting cleanup.Jeff Ames1-1/+1
2009-10-01Formatting cleanup.Jeff Ames2-29/+29
2009-09-16SceneObjectGroup cleanup. Removes the default constructor and unnecessary nul...John Hurliman1-4/+2
2009-09-07oops, disable T012_EstateSettingsRandomStorage() again since it does appear t...Justin Clark-Casey (justincc)1-1/+2
2009-09-06T012_EstateSettingsRandomStorage() which wasn't being run because the method ...Justin Clark-Casey (justincc)1-2/+1
2009-08-19Fixing a spot I missed in assets. Switching Grid to the new naming schema wit...Kunnis1-4/+4
2009-08-19* Switching IAssetData to follow the new naming schema, removing the separate...Kunnis1-12/+12
2009-08-17Add copyright headers. Formatting cleanup. Fix a compiler warning.Jeff Ames3-6/+33
2009-08-16* Added Expression based ignores to the PropertyScrambler, which makes a lot ...Kunnis8-224/+210
2009-08-16* More improvements to BasicAssetTest.csKunnis1-26/+12
2009-08-16* Fixed MySQL/MySQLAssetData.cs to properly do updates * Removed an extra par...Kunnis3-27/+92
2009-08-16* Modified SQLite/SQLiteInventoryStore.cs to not throw if the inventory row d...Kunnis4-46/+140
2009-08-16Adding in Reflection-based testing, to ensure that all properties are covered.Kunnis6-90/+140
2009-08-16Add copyright headers. Formatting cleanup.Jeff Ames2-3/+57
2009-08-14minor formatting adjustmentsJustin Clark-Casey (justincc)1-2/+10
2009-08-14Adding in Reflection-based testing, to ensure that all properties are covered.Kunnis2-0/+400
2009-06-01Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE...Jeff Ames6-6/+6
2009-04-13make the asserts spit out messages about their test namesSean Dague5-378/+378
2009-04-09* Moved the DatabaseTestAttribute to Test.Common, and thus included ref to th...lbsa711-17/+0