aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Data/SQLite/Tests/SQLiteAssetTest.cs
diff options
context:
space:
mode:
Diffstat (limited to 'OpenSim/Data/SQLite/Tests/SQLiteAssetTest.cs')
-rw-r--r--OpenSim/Data/SQLite/Tests/SQLiteAssetTest.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/OpenSim/Data/SQLite/Tests/SQLiteAssetTest.cs b/OpenSim/Data/SQLite/Tests/SQLiteAssetTest.cs
index b399543..89bb2ae 100644
--- a/OpenSim/Data/SQLite/Tests/SQLiteAssetTest.cs
+++ b/OpenSim/Data/SQLite/Tests/SQLiteAssetTest.cs
@@ -56,6 +56,7 @@ namespace OpenSim.Data.SQLite.Tests
56 [TestFixtureTearDown] 56 [TestFixtureTearDown]
57 public void Cleanup() 57 public void Cleanup()
58 { 58 {
59 db.Dispose();
59 System.IO.File.Delete(file); 60 System.IO.File.Delete(file);
60 } 61 }
61 } 62 }