aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Data/SQLite/Tests/SQLiteAssetTest.cs (follow)
Commit message (Expand)AuthorAgeFilesLines
* Removed MySql and SQLite-specific asset test filesAlexRa2010-05-231-64/+0
* skip sqlite tests on z linux, as sqlite doesn't work right on the platformSean Dague2009-08-061-3/+3
* 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-8/+1
* This changeset is the step 1 of 2 in refactoringDr Scofield2009-02-061-1/+1
* convert to using proper .net tempfiles, should have done thisSean Dague2008-09-191-2/+3
* Add a db.Dispose before calling Delete on the SQLite database.Homer Horwitz2008-09-181-0/+1
* move the actual [Test] methods for databases to OpenSim.Data.TestsSean Dague2008-09-121-60/+3
* add a few more SQLite Asset tests.Sean Dague2008-09-111-3/+31
* fix typo in name of test dbSean Dague2008-09-101-1/+1
* add basic sniff tests for SQLite Asset store. Initializes a db,Sean Dague2008-09-101-0/+91