add sqlite database back to database tests

this appears to be okay even though we reuse it between runs without deleting it first.
size of the database appears not to be changing though that could be deceptive
soprefactor
Justin Clark-Casey (justincc) 2010-06-04 18:27:16 +01:00
parent 041f253e2b
commit 5c322335e5
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
:VERSION 1
:VERSION 1
BEGIN TRANSACTION;

View File

@ -21,4 +21,4 @@
[TestConnections]
MySqlConnection="Server=localhost;Port=3306;Database=opensim-nunit;User ID=opensim-nunit;Password=opensim-nunit;"
SqlConnection="Server=.\SQL2008;Database=opensim-nunit;Trusted_Connection=True;"
SqliteConnection=""
SqliteConnection="URI=file:opensim-nunit.db,version=3"