mirror of
https://github.com/opensim/opensim.git
synced 2026-08-11 03:45:35 +08:00
couple of minor test cleanups to see if this gets us past the bamboo hump
This commit is contained in:
@@ -49,14 +49,6 @@ namespace OpenSim.Data.SQLite.Tests
|
||||
public void Init()
|
||||
{
|
||||
SuperInit();
|
||||
try
|
||||
{
|
||||
log4net.Config.XmlConfigurator.Configure();
|
||||
}
|
||||
catch (Exception)
|
||||
{
|
||||
// I don't care, just leave log4net off
|
||||
}
|
||||
|
||||
file = Path.GetTempFileName() + ".db";
|
||||
connect = "URI=file:" + file + ",version=3";
|
||||
|
||||
Reference in New Issue
Block a user