couple of minor test cleanups to see if this gets us past the bamboo hump

This commit is contained in:
Sean Dague
2008-09-23 21:56:38 +00:00
parent 59c7d72146
commit 1aab81e235
6 changed files with 4 additions and 13 deletions

View File

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