fix typo in name of test db

0.6.0-stable
Sean Dague 2008-09-10 21:36:12 +00:00
parent a8f18bda13
commit a90d2b491f
1 changed files with 1 additions and 1 deletions

View File

@ -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;