aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Data/SQLite/Tests (unfollow)
Commit message (Expand)AuthorFilesLines
2009-06-01Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE...Jeff Ames5-5/+5
2009-04-24silly C# not letting me use a File.Exists test for a directory. Don'tSean Dague5-5/+5
2009-04-24change power linux detection method, the previous method only workedSean Dague5-10/+10
2009-04-09* Moved the DatabaseTestAttribute to Test.Common, and thus included ref to th...lbsa715-0/+5
2009-04-09* Added custom DatabaseTestAttribute to help separating unit tests from compo...lbsa715-5/+5
2009-04-08SQLite doesn't work on ppc64, so ignore these tests if we areSean Dague5-0/+30
2009-02-12* optimized usings.lbsa715-40/+4
2009-02-09Update svn properties, minor formatting cleanup.Jeff Ames1-65/+65
2009-02-09Thank you kindly, TLaukkan (Timmil) for a patch that:Charles Krinke1-0/+65
2009-02-06This changeset is the step 1 of 2 in refactoringDr Scofield4-4/+4
2008-09-23couple of minor test cleanups to see if this gets us past the bamboo humpSean Dague1-8/+0
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-16Added some terrain tests, and found a fun race condition in the sqliteSean Dague1-1/+1
2008-09-15Update svn properties, minor formatting cleanup, fix a compiler warning.Jeff Ames1-3/+6
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 Dague1-0/+2
2008-09-12move the actual [Test] methods for databases to OpenSim.Data.TestsSean Dague3-167/+9
2008-09-12be more clever and move the bulk of the db tests for inventory intoSean Dague1-140/+3
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
2008-09-10added the first couple of sqlite tests. we'll see how bambooSean Dague1-1/+52
2008-09-10add shell for SQLite testing. No tests yet.Sean Dague1-0/+49