mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 17:05:55 +08:00
Made the SQLite unit tests work on Windows (sqlite3.dll wasn't being loaded)
This commit is contained in:
@@ -99,6 +99,9 @@ namespace OpenSim.Data.Tests
|
||||
if (Directory.Exists("/proc/ppc64") || Directory.Exists("/proc/dasd"))
|
||||
Assert.Ignore();
|
||||
|
||||
if (Util.IsWindows())
|
||||
Util.LoadArchSpecificWindowsDll("sqlite3.dll");
|
||||
|
||||
// for SQLite, if no explicit conn string is specified, use a temp file
|
||||
if (String.IsNullOrEmpty(m_connStr))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user