aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Data/SQLite/Tests/SQLiteAssetTest.cs
diff options
context:
space:
mode:
authorSean Dague2008-09-10 21:36:12 +0000
committerSean Dague2008-09-10 21:36:12 +0000
commita90d2b491f03fe1c374f8b2fcbdd32011446a6b3 (patch)
tree800a0d4822353b9e7167fc80bd0b1a01ad2d5872 /OpenSim/Data/SQLite/Tests/SQLiteAssetTest.cs
parentmake default rule 'all' again (diff)
downloadopensim-SC_OLD-a90d2b491f03fe1c374f8b2fcbdd32011446a6b3.zip
opensim-SC_OLD-a90d2b491f03fe1c374f8b2fcbdd32011446a6b3.tar.gz
opensim-SC_OLD-a90d2b491f03fe1c374f8b2fcbdd32011446a6b3.tar.bz2
opensim-SC_OLD-a90d2b491f03fe1c374f8b2fcbdd32011446a6b3.tar.xz
fix typo in name of test db
Diffstat (limited to '')
-rw-r--r--OpenSim/Data/SQLite/Tests/SQLiteAssetTest.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Data/SQLite/Tests/SQLiteAssetTest.cs b/OpenSim/Data/SQLite/Tests/SQLiteAssetTest.cs
index f2a5037..824b3b1 100644
--- a/OpenSim/Data/SQLite/Tests/SQLiteAssetTest.cs
+++ b/OpenSim/Data/SQLite/Tests/SQLiteAssetTest.cs
@@ -39,7 +39,7 @@ namespace OpenSim.Data.SQLite.Tests
39 [TestFixture] 39 [TestFixture]
40 public class SQLiteAssetTest 40 public class SQLiteAssetTest
41 { 41 {
42 public string file = "assetest.db"; 42 public string file = "assettest.db";
43 public string connect; 43 public string connect;
44 public SQLiteAssetData db; 44 public SQLiteAssetData db;
45 public UUID uuid1; 45 public UUID uuid1;