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/Framework/Tests/LocationTest.cs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'OpenSim/Framework/Tests/LocationTest.cs') diff --git a/OpenSim/Framework/Tests/LocationTest.cs b/OpenSim/Framework/Tests/LocationTest.cs index 2707afa..a56ecb4 100644 --- a/OpenSim/Framework/Tests/LocationTest.cs +++ b/OpenSim/Framework/Tests/LocationTest.cs @@ -26,11 +26,12 @@ */ using NUnit.Framework; +using OpenSim.Tests.Common; namespace OpenSim.Framework.Tests { [TestFixture] - public class LocationTest + public class LocationTest : OpenSimTestCase { [Test] public void locationRegionHandleRegionHandle() -- cgit v1.1