From a90d2b491f03fe1c374f8b2fcbdd32011446a6b3 Mon Sep 17 00:00:00 2001 From: Sean Dague Date: Wed, 10 Sep 2008 21:36:12 +0000 Subject: fix typo in name of test db --- OpenSim/Data/SQLite/Tests/SQLiteAssetTest.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'OpenSim/Data/SQLite/Tests') 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 [TestFixture] public class SQLiteAssetTest { - public string file = "assetest.db"; + public string file = "assettest.db"; public string connect; public SQLiteAssetData db; public UUID uuid1; -- cgit v1.1