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 deceptivesoprefactor
parent
041f253e2b
commit
5c322335e5
|
@ -1,4 +1,4 @@
|
||||||
:VERSION 1
|
:VERSION 1
|
||||||
|
|
||||||
BEGIN TRANSACTION;
|
BEGIN TRANSACTION;
|
||||||
|
|
||||||
|
|
|
@ -21,4 +21,4 @@
|
||||||
[TestConnections]
|
[TestConnections]
|
||||||
MySqlConnection="Server=localhost;Port=3306;Database=opensim-nunit;User ID=opensim-nunit;Password=opensim-nunit;"
|
MySqlConnection="Server=localhost;Port=3306;Database=opensim-nunit;User ID=opensim-nunit;Password=opensim-nunit;"
|
||||||
SqlConnection="Server=.\SQL2008;Database=opensim-nunit;Trusted_Connection=True;"
|
SqlConnection="Server=.\SQL2008;Database=opensim-nunit;Trusted_Connection=True;"
|
||||||
SqliteConnection=""
|
SqliteConnection="URI=file:opensim-nunit.db,version=3"
|
Loading…
Reference in New Issue