diff options
author | Sean Dague | 2008-09-10 21:36:12 +0000 |
---|---|---|
committer | Sean Dague | 2008-09-10 21:36:12 +0000 |
commit | a90d2b491f03fe1c374f8b2fcbdd32011446a6b3 (patch) | |
tree | 800a0d4822353b9e7167fc80bd0b1a01ad2d5872 | |
parent | make default rule 'all' again (diff) | |
download | opensim-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
-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; |