aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Data/SQLite/Tests/SQLiteEstateTest.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* All data tests made DBMS-independentAlexRa2010-05-231-65/+0
|
* skip sqlite tests on z linux, as sqlite doesn't work right on the platformSean Dague2009-08-061-2/+2
|
* Minor: Change OpenSim to OpenSimulator in older copyright headers and ↵Jeff Ames2009-06-011-1/+1
| | | | LICENSE.txt.
* silly C# not letting me use a File.Exists test for a directory. Don'tSean Dague2009-04-241-1/+1
| | | | | you know a directory is just a special kind of file on Linux.
* change power linux detection method, the previous method only workedSean Dague2009-04-241-2/+2
| | | | | with interactive logins, not under panda.
* * Moved the DatabaseTestAttribute to Test.Common, and thus included ref to ↵lbsa712009-04-091-0/+1
| | | | that in all db tests. *phew*
* * Added custom DatabaseTestAttribute to help separating unit tests from ↵lbsa712009-04-091-1/+1
| | | | component tests.
* SQLite doesn't work on ppc64, so ignore these tests if we areSean Dague2009-04-081-0/+6
| | | | | on this platform
* * optimized usings.lbsa712009-02-121-7/+0
|
* Update svn properties, minor formatting cleanup.Jeff Ames2009-02-091-65/+65
|
* Thank you kindly, TLaukkan (Timmil) for a patch that:Charles Krinke2009-02-091-0/+65
* Fixed and added athursv's BasicEstateTest * Added MySQLEstateTest * Added SQLiteEstateTest