Update svn properties, minor formatting cleanup, fix a compiler warning.
parent
0e2edbb5d4
commit
ab30c6dc62
|
@ -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";
|
||||
|
|
Loading…
Reference in New Issue