Update svn properties, minor formatting cleanup, fix a compiler warning.

0.6.0-stable
Jeff Ames 2008-09-15 14:21:57 +00:00
parent 0e2edbb5d4
commit ab30c6dc62
2 changed files with 88 additions and 85 deletions

View File

@ -48,9 +48,12 @@ namespace OpenSim.Data.SQLite.Tests
public void Init()
{
SuperInit();
try {
try
{
log4net.Config.XmlConfigurator.Configure();
} catch (Exception e) {
}
catch (Exception)
{
// I don't care, just leave log4net off
}
connect = "URI=file:" + file + ",version=3";