mirror of
https://github.com/opensim/opensim.git
synced 2026-08-06 01:06:30 +08:00
convert to using proper .net tempfiles, should have done this
initially.
This commit is contained in:
@@ -26,6 +26,7 @@
|
||||
*/
|
||||
|
||||
using System;
|
||||
using System.IO;
|
||||
using System.Collections.Generic;
|
||||
using NUnit.Framework;
|
||||
using NUnit.Framework.SyntaxHelpers;
|
||||
@@ -47,6 +48,7 @@ namespace OpenSim.Data.SQLite.Tests
|
||||
public void Init()
|
||||
{
|
||||
SuperInit();
|
||||
file = Path.GetTempFileName() + ".db";
|
||||
connect = "URI=file:" + file + ",version=3";
|
||||
db = new SQLiteRegionData();
|
||||
db.Initialise(connect);
|
||||
|
||||
Reference in New Issue
Block a user