diff options
Diffstat (limited to '')
-rw-r--r-- | OpenSim/Data/SQLite/Tests/SQLiteAssetTest.cs | 2 |
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; |