From 85e91ddb67cd1f158d0e4e4b153f7472eb0ae86c Mon Sep 17 00:00:00 2001 From: Sean Dague Date: Wed, 27 May 2009 12:53:29 +0000 Subject: Revert "* Added IntegrationTest Attribute and tagged the ODETestClass" This reverts commit 8f0096cc7b112fea8f69f391224911f624482747. To get us back to compiling on fresh checkouts. --- OpenSim/Region/Physics/OdePlugin/ODETestClass.cs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'OpenSim/Region') diff --git a/OpenSim/Region/Physics/OdePlugin/ODETestClass.cs b/OpenSim/Region/Physics/OdePlugin/ODETestClass.cs index a269d31..6ee23db 100644 --- a/OpenSim/Region/Physics/OdePlugin/ODETestClass.cs +++ b/OpenSim/Region/Physics/OdePlugin/ODETestClass.cs @@ -33,11 +33,10 @@ using OpenSim.Framework; using OpenSim.Region.Physics.Manager; using log4net; using System.Reflection; -using OpenSim.Tests.Common; namespace OpenSim.Region.Physics.OdePlugin { - [IntegrationTest] + [TestFixture] public class ODETestClass { private static readonly ILog m_log = LogManager.GetLogger(MethodBase.GetCurrentMethod().DeclaringType); -- cgit v1.1