aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Data
diff options
context:
space:
mode:
authorJustin Clark-Casey (justincc)2010-06-04 18:27:16 +0100
committerJustin Clark-Casey (justincc)2010-06-04 18:27:16 +0100
commit5c322335e58312be6070085cf26fc0db191c48da (patch)
treed957aaede1bd282d6a381c5f599011dc7e5c83df /OpenSim/Data
parentminor: comment out region interface registration log msg I accidentally left ... (diff)
downloadopensim-SC_OLD-5c322335e58312be6070085cf26fc0db191c48da.zip
opensim-SC_OLD-5c322335e58312be6070085cf26fc0db191c48da.tar.gz
opensim-SC_OLD-5c322335e58312be6070085cf26fc0db191c48da.tar.bz2
opensim-SC_OLD-5c322335e58312be6070085cf26fc0db191c48da.tar.xz
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
Diffstat (limited to 'OpenSim/Data')
-rw-r--r--OpenSim/Data/SQLite/Resources/RegionStore.migrations2
-rw-r--r--OpenSim/Data/Tests/Resources/TestDataConnections.ini2
2 files changed, 2 insertions, 2 deletions
diff --git a/OpenSim/Data/SQLite/Resources/RegionStore.migrations b/OpenSim/Data/SQLite/Resources/RegionStore.migrations
index c47a85d..c2de1af 100644
--- a/OpenSim/Data/SQLite/Resources/RegionStore.migrations
+++ b/OpenSim/Data/SQLite/Resources/RegionStore.migrations
@@ -1,4 +1,4 @@
1:VERSION 1 1:VERSION 1
2 2
3BEGIN TRANSACTION; 3BEGIN TRANSACTION;
4 4
diff --git a/OpenSim/Data/Tests/Resources/TestDataConnections.ini b/OpenSim/Data/Tests/Resources/TestDataConnections.ini
index 5e68ab0..7b55467 100644
--- a/OpenSim/Data/Tests/Resources/TestDataConnections.ini
+++ b/OpenSim/Data/Tests/Resources/TestDataConnections.ini
@@ -21,4 +21,4 @@
21[TestConnections] 21[TestConnections]
22MySqlConnection="Server=localhost;Port=3306;Database=opensim-nunit;User ID=opensim-nunit;Password=opensim-nunit;" 22MySqlConnection="Server=localhost;Port=3306;Database=opensim-nunit;User ID=opensim-nunit;Password=opensim-nunit;"
23SqlConnection="Server=.\SQL2008;Database=opensim-nunit;Trusted_Connection=True;" 23SqlConnection="Server=.\SQL2008;Database=opensim-nunit;Trusted_Connection=True;"
24SqliteConnection="" \ No newline at end of file 24SqliteConnection="URI=file:opensim-nunit.db,version=3" \ No newline at end of file