aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Data/Tests/BasicAssetTest.cs
diff options
context:
space:
mode:
authorJustin Clarke Casey2008-09-26 15:28:14 +0000
committerJustin Clarke Casey2008-09-26 15:28:14 +0000
commit97323345ee7953258c6902138c50265eac39c319 (patch)
tree383249b76c73023a318c3e60f2b5968c630240a6 /OpenSim/Data/Tests/BasicAssetTest.cs
parent* Apply http://opensimulator.org/mantis/view.php?id=2274 (diff)
downloadopensim-SC_OLD-97323345ee7953258c6902138c50265eac39c319.zip
opensim-SC_OLD-97323345ee7953258c6902138c50265eac39c319.tar.gz
opensim-SC_OLD-97323345ee7953258c6902138c50265eac39c319.tar.bz2
opensim-SC_OLD-97323345ee7953258c6902138c50265eac39c319.tar.xz
* minor: remove warnings
Diffstat (limited to 'OpenSim/Data/Tests/BasicAssetTest.cs')
-rw-r--r--OpenSim/Data/Tests/BasicAssetTest.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Data/Tests/BasicAssetTest.cs b/OpenSim/Data/Tests/BasicAssetTest.cs
index 53c9379..6546472 100644
--- a/OpenSim/Data/Tests/BasicAssetTest.cs
+++ b/OpenSim/Data/Tests/BasicAssetTest.cs
@@ -50,7 +50,7 @@ namespace OpenSim.Data.Tests
50 { 50 {
51 log4net.Config.XmlConfigurator.Configure(); 51 log4net.Config.XmlConfigurator.Configure();
52 } 52 }
53 catch (Exception e) 53 catch (Exception)
54 { 54 {
55 // I don't care, just leave log4net off 55 // I don't care, just leave log4net off
56 } 56 }