aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Data/SQLite/Tests (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | | | | | stores an asset, fetches that asset, make sure it has the name we gave it. All simple stuff, but should catch the more egregious breaks.
* add a simple update attribute test for SOG & SQLiteSean Dague2008-09-101-2/+22
|
* added in a few more testsSean Dague2008-09-101-6/+40
|
* the explicit log4net configure attempt was maybe breaking bamboo, getSean Dague2008-09-101-4/+0
| | | | | | rid of that.
* added the first couple of sqlite tests. we'll see how bambooSean Dague2008-09-101-1/+52
| | | | | | handles them.
* add shell for SQLite testing. No tests yet.Sean Dague2008-09-101-0/+49
add another nant target for test-xml to get the verbose version