aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Data/Tests/BasicRegionTest.cs
diff options
context:
space:
mode:
authorSean Dague2008-09-23 21:56:38 +0000
committerSean Dague2008-09-23 21:56:38 +0000
commit1aab81e23594e460c3926c1c9e0ef4d24a53ff4c (patch)
tree533a6bc98b7491bf08a74329919f977b8eb05de9 /OpenSim/Data/Tests/BasicRegionTest.cs
parentcommit the .config to see if that gets us over the bamboo hump (diff)
downloadopensim-SC_OLD-1aab81e23594e460c3926c1c9e0ef4d24a53ff4c.zip
opensim-SC_OLD-1aab81e23594e460c3926c1c9e0ef4d24a53ff4c.tar.gz
opensim-SC_OLD-1aab81e23594e460c3926c1c9e0ef4d24a53ff4c.tar.bz2
opensim-SC_OLD-1aab81e23594e460c3926c1c9e0ef4d24a53ff4c.tar.xz
couple of minor test cleanups to see if this gets us past the bamboo hump
Diffstat (limited to 'OpenSim/Data/Tests/BasicRegionTest.cs')
-rw-r--r--OpenSim/Data/Tests/BasicRegionTest.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Data/Tests/BasicRegionTest.cs b/OpenSim/Data/Tests/BasicRegionTest.cs
index f9c5565..6f0160f 100644
--- a/OpenSim/Data/Tests/BasicRegionTest.cs
+++ b/OpenSim/Data/Tests/BasicRegionTest.cs
@@ -51,7 +51,7 @@ namespace OpenSim.Data.Tests
51 { 51 {
52 log4net.Config.XmlConfigurator.Configure(); 52 log4net.Config.XmlConfigurator.Configure();
53 } 53 }
54 catch (Exception) 54 catch (Exception e)
55 { 55 {
56 // I don't care, just leave log4net off 56 // I don't care, just leave log4net off
57 } 57 }