aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Data (follow)
Commit message (Expand)AuthorAgeFilesLines
* stick a TODO in here about land tests, which really can't be done inSean Dague2008-10-011-1/+7
* enhance boundary tests for no terrain. Put in a null loadSean Dague2008-10-011-3/+22
* remove tests for inventorySean Dague2008-10-011-0/+19
* add basic store retrieve prim inventory test. the primSean Dague2008-10-011-3/+60
* add delete prim tests. Found and fixed bugs where regionSean Dague2008-10-013-8/+47
* add a test for updating region settings and fix a bug in uuidSean Dague2008-09-292-1/+21
* * Add missing mssql migration files from http://opensimulator.org/mantis/view...Justin Clarke Casey2008-09-293-0/+76
* * Apply http://opensimulator.org/mantis/view.php?id=2295Justin Clarke Casey2008-09-294-72/+103
* Mantis#2291. Thank you kindly, StrawberryFride for a patch that solves:Charles Krinke2008-09-283-53/+0
* Update svn properties. Minor formatting cleanup. Fix a compiler warning. F...Jeff Ames2008-09-281-2/+2
* * Patch from JHurlimanTeravus Ovares2008-09-265-17/+17
* * minor: remove warningsJustin Clarke Casey2008-09-264-4/+4
* removal of more dead alter table codeSean Dague2008-09-251-39/+2
* light mysql user testsSean Dague2008-09-241-0/+88
* expose it for real, missed the public keywordSean Dague2008-09-241-1/+1
* expose MySQLUserData class so that it can be testedSean Dague2008-09-241-1/+1
* remove configurable table names from the mysql user driver. ThatSean Dague2008-09-241-24/+3
* Add persistence of active gestures. This needs an UGAIM update to work.Homer Horwitz2008-09-244-0/+65
* light the mysql region testsSean Dague2008-09-241-0/+97
* let the asset tests run on MySQL. Interesting difference here, theSean Dague2008-09-244-4/+102
* remove a bunch of out of date inline ALTER table commands that would onlySean Dague2008-09-241-84/+17
* couple of minor test cleanups to see if this gets us past the bamboo humpSean Dague2008-09-235-12/+4
* create the first attempted mysql test. This only runs locally if youSean Dague2008-09-231-8/+19
* remove log4net references, see if that helps fix bambooSean Dague2008-09-231-9/+1
* check in stubbing for mysql tests. This is ignored withSean Dague2008-09-231-0/+74
* * minor: warnings removalJustin Clarke Casey2008-09-211-1/+1
* remove some extraneous debug messages from migrationsSean Dague2008-09-201-2/+0
* Small formatting cleanup, before chi11ken notices. Me bad.Homer Horwitz2008-09-193-20/+39
* add in bits to attempt to enable log4net on these tests to help when debuggingSean Dague2008-09-193-0/+27
* add a region settings testSean Dague2008-09-191-0/+13
* convert to using proper .net tempfiles, should have done thisSean Dague2008-09-194-4/+13
* Add a db.Dispose before calling Delete on the SQLite database.Homer Horwitz2008-09-184-1/+5
* - Add Dispose method to IRegionDataStoreHomer Horwitz2008-09-188-10/+110
* * Updates the SQLite region database to support the same properties that the ...Teravus Ovares2008-09-183-1/+190
* adds support to delete a region completely and offers thatDr Scofield2008-09-181-1/+0
* add some comments and some try blocks around object storageSean Dague2008-09-181-3/+26
* Adding currentLookAt to useragents table in SQLite. This complements theHomer Horwitz2008-09-172-0/+15
* Added some terrain tests, and found a fun race condition in the sqliteSean Dague2008-09-163-26/+97
* we can use equals on strings because they are comparible, andSean Dague2008-09-161-3/+3
* Mantis #904: Thanks jonc, for a patch that adds "useragents" table toHomer Horwitz2008-09-162-67/+84
* add an inventory change test.Sean Dague2008-09-161-0/+19
* Update svn properties, minor formatting cleanup, fix a compiler warning.Jeff Ames2008-09-151-3/+6
* Mantis #2124Melanie Thielker2008-09-1424-1717/+2573
* Thank you kindly, CMickeyb for a patch that:Charles Krinke2008-09-141-0/+6
* * Adds regiondata and estatedata persistence in Sqlite. This commit is actu...Teravus Ovares2008-09-131-0/+3
* Formatting cleanup.Jeff Ames2008-09-131-1/+1
* * Fixes SQLite load crash. Teravus Ovares2008-09-131-2/+3
* Add region settings support to SQLite (untested!)Melanie Thielker2008-09-131-1/+183
* wrap log4net configure in try block so that it will run if you don't have aSean Dague2008-09-131-1/+5
* 2 more InventoryItem tests, plus see if I can leave the log4netSean Dague2008-09-132-0/+26