From ab30c6dc62af2c8d46dafdcdaafcb6e9ec54325a Mon Sep 17 00:00:00 2001 From: Jeff Ames Date: Mon, 15 Sep 2008 14:21:57 +0000 Subject: Update svn properties, minor formatting cleanup, fix a compiler warning. --- OpenSim/Data/SQLite/Tests/SQLiteInventoryTest.cs | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'OpenSim/Data') diff --git a/OpenSim/Data/SQLite/Tests/SQLiteInventoryTest.cs b/OpenSim/Data/SQLite/Tests/SQLiteInventoryTest.cs index 6e5c68d..14c4f56 100644 --- a/OpenSim/Data/SQLite/Tests/SQLiteInventoryTest.cs +++ b/OpenSim/Data/SQLite/Tests/SQLiteInventoryTest.cs @@ -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"; @@ -64,4 +67,4 @@ namespace OpenSim.Data.SQLite.Tests System.IO.File.Delete(file); } } -} \ No newline at end of file +} -- cgit v1.1