From 22d4c52ffc374e167cb674e0e20815615d8a6927 Mon Sep 17 00:00:00 2001 From: Justin Clark-Casey (justincc) Date: Sat, 24 Nov 2012 03:15:24 +0000 Subject: Consistenly make NUnit test cases inherit from OpenSimTestCase which automatically turns off any logging enabled between tests --- OpenSim/Tests/ConfigurationLoaderTest.cs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'OpenSim/Tests/ConfigurationLoaderTest.cs') diff --git a/OpenSim/Tests/ConfigurationLoaderTest.cs b/OpenSim/Tests/ConfigurationLoaderTest.cs index 067264d..e5186ae 100644 --- a/OpenSim/Tests/ConfigurationLoaderTest.cs +++ b/OpenSim/Tests/ConfigurationLoaderTest.cs @@ -29,11 +29,12 @@ using System.IO; using Nini.Config; using NUnit.Framework; using OpenSim.Framework; +using OpenSim.Tests.Common; namespace OpenSim.Tests { [TestFixture] - public class ConfigurationLoaderTests + public class ConfigurationLoaderTests : OpenSimTestCase { private const string m_testSubdirectory = "test"; private string m_basePath; -- cgit v1.1