aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Data/SQLite/Tests/SQLiteInventoryTest.cs (follow)
Commit message (Expand)AuthorAgeFilesLines
* Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE...Jeff Ames2009-06-011-1/+1
* silly C# not letting me use a File.Exists test for a directory. Don'tSean Dague2009-04-241-1/+1
* change power linux detection method, the previous method only workedSean Dague2009-04-241-2/+2
* * Moved the DatabaseTestAttribute to Test.Common, and thus included ref to th...lbsa712009-04-091-0/+1
* * Added custom DatabaseTestAttribute to help separating unit tests from compo...lbsa712009-04-091-1/+1
* SQLite doesn't work on ppc64, so ignore these tests if we areSean Dague2009-04-081-0/+6
* * optimized usings.lbsa712009-02-121-9/+1
* This changeset is the step 1 of 2 in refactoringDr Scofield2009-02-061-1/+1
* couple of minor test cleanups to see if this gets us past the bamboo humpSean Dague2008-09-231-8/+0
* convert to using proper .net tempfiles, should have done thisSean Dague2008-09-191-1/+5
* Add a db.Dispose before calling Delete on the SQLite database.Homer Horwitz2008-09-181-0/+1
* Update svn properties, minor formatting cleanup, fix a compiler warning.Jeff Ames2008-09-151-3/+6
* 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-131-0/+2
* be more clever and move the bulk of the db tests for inventory intoSean Dague2008-09-121-140/+3
* more inventory folder testsSean Dague2008-09-111-10/+55
* add some folder create and list testsSean Dague2008-09-111-1/+40
* added simple add / exists folder checkSean Dague2008-09-111-0/+41
* added very basic stubs for User and Inventory db creates and emptySean Dague2008-09-101-0/+73