aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Data (unfollow)
Commit message (Expand)AuthorFilesLines
2008-09-23couple of minor test cleanups to see if this gets us past the bamboo humpSean Dague5-12/+4
2008-09-23create the first attempted mysql test. This only runs locally if youSean Dague1-8/+19
2008-09-23remove log4net references, see if that helps fix bambooSean Dague1-9/+1
2008-09-23check in stubbing for mysql tests. This is ignored withSean Dague1-0/+74
2008-09-21* minor: warnings removalJustin Clarke Casey1-1/+1
2008-09-20remove some extraneous debug messages from migrationsSean Dague1-2/+0
2008-09-19Small formatting cleanup, before chi11ken notices. Me bad.Homer Horwitz3-20/+39
2008-09-19add in bits to attempt to enable log4net on these tests to help when debuggingSean Dague3-0/+27
2008-09-19add a region settings testSean Dague1-0/+13
2008-09-19convert to using proper .net tempfiles, should have done thisSean Dague4-4/+13
2008-09-18Add a db.Dispose before calling Delete on the SQLite database.Homer Horwitz4-1/+5
2008-09-18- Add Dispose method to IRegionDataStoreHomer Horwitz8-10/+110
2008-09-18* Updates the SQLite region database to support the same properties that the ...Teravus Ovares3-1/+190
2008-09-18adds support to delete a region completely and offers thatDr Scofield1-1/+0
2008-09-18add some comments and some try blocks around object storageSean Dague1-3/+26
2008-09-17Adding currentLookAt to useragents table in SQLite. This complements theHomer Horwitz2-0/+15
2008-09-16Added some terrain tests, and found a fun race condition in the sqliteSean Dague3-26/+97
2008-09-16we can use equals on strings because they are comparible, andSean Dague1-3/+3
2008-09-16Mantis #904: Thanks jonc, for a patch that adds "useragents" table toHomer Horwitz2-67/+84
2008-09-16add an inventory change test.Sean Dague1-0/+19
2008-09-15Update svn properties, minor formatting cleanup, fix a compiler warning.Jeff Ames1-3/+6
2008-09-14Mantis #2124Melanie Thielker24-1717/+2573
2008-09-14Thank you kindly, CMickeyb for a patch that:Charles Krinke1-0/+6
2008-09-13* Adds regiondata and estatedata persistence in Sqlite. This commit is actu...Teravus Ovares1-0/+3
2008-09-13Formatting cleanup.Jeff Ames1-1/+1
2008-09-13* Fixes SQLite load crash. Teravus Ovares1-2/+3
2008-09-13Add region settings support to SQLite (untested!)Melanie Thielker1-1/+183
2008-09-13wrap log4net configure in try block so that it will run if you don't have aSean Dague1-1/+5
2008-09-132 more InventoryItem tests, plus see if I can leave the log4netSean Dague2-0/+26
2008-09-12* minor: spelling mistake and message tidying on Migration messagesJustin Clarke Casey1-5/+5
2008-09-12add first round of folder testsSean Dague1-44/+98
2008-09-12* Make fix to MSSQLRegionData.cs in LoadLandObjects as recommended by Garrett...Justin Clarke Casey1-1/+1
2008-09-12* Add userstore sql upgrade I carelessly forgot to check in a couple of revis...Justin Clarke Casey1-0/+5
2008-09-12* Patch http://opensimulator.org/mantis/view.php?id=2163Justin Clarke Casey2-0/+12
2008-09-12* Check in first part of http://opensimulator.org/mantis/view.php?id=2073Justin Clarke Casey1-3/+6
2008-09-12because UUID supports equality, we can do a straight equals instead ofSean Dague1-3/+3
2008-09-12use new style asserts. They are much easier to read.Sean Dague1-2/+2
2008-09-12move the actual [Test] methods for databases to OpenSim.Data.TestsSean Dague7-167/+308
2008-09-12change order in prebuild.xml so this works in nant on a cleanSean Dague1-1/+1
2008-09-12be more clever and move the bulk of the db tests for inventory intoSean Dague2-140/+187
2008-09-11more inventory folder testsSean Dague1-10/+55
2008-09-11add some folder create and list testsSean Dague1-1/+40
2008-09-11added simple add / exists folder checkSean Dague1-0/+41
2008-09-11add a few more SQLite Asset tests.Sean Dague1-3/+31
2008-09-10added very basic stubs for User and Inventory db creates and emptySean Dague2-0/+146
2008-09-10fix typo in name of test dbSean Dague1-1/+1
2008-09-10add basic sniff tests for SQLite Asset store. Initializes a db,Sean Dague1-0/+91
2008-09-10add a simple update attribute test for SOG & SQLiteSean Dague1-2/+22
2008-09-10added in a few more testsSean Dague1-6/+40
2008-09-10the explicit log4net configure attempt was maybe breaking bamboo, getSean Dague1-4/+0