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

0.6.0-stable
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

@ -68,6 +68,5 @@
<exec program="rsync" workingdir="../doc" commandline="-az - - delete html/ /home/afrisby/public_html/docs/html/" />
-->
<!-- ensure a clean checkout each time -->
<delete dir="../" />
</target>
</project>

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

View File

@ -49,7 +49,7 @@ namespace OpenSim.Data.Tests
{
log4net.Config.XmlConfigurator.Configure();
}
catch (Exception)
catch (Exception e)
{
// I don't care, just leave log4net off
}

View File

@ -69,7 +69,7 @@ namespace OpenSim.Data.Tests
{
log4net.Config.XmlConfigurator.Configure();
}
catch (Exception)
catch (Exception e)
{
// I don't care, just leave log4net off
}

View File

@ -51,7 +51,7 @@ namespace OpenSim.Data.Tests
{
log4net.Config.XmlConfigurator.Configure();
}
catch (Exception)
catch (Exception e)
{
// I don't care, just leave log4net off
}

View File

@ -49,7 +49,7 @@ namespace OpenSim.Data.Tests
{
log4net.Config.XmlConfigurator.Configure();
}
catch (Exception)
catch (Exception e)
{
// I don't care, just leave log4net off
}