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 +--
OpenSim/Tests/Common/IntegrationTestAttribute.cs | 17 -----------------
prebuild.xml | 1 -
3 files changed, 1 insertion(+), 20 deletions(-)
delete mode 100644 OpenSim/Tests/Common/IntegrationTestAttribute.cs
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);
diff --git a/OpenSim/Tests/Common/IntegrationTestAttribute.cs b/OpenSim/Tests/Common/IntegrationTestAttribute.cs
deleted file mode 100644
index c721710..0000000
--- a/OpenSim/Tests/Common/IntegrationTestAttribute.cs
+++ /dev/null
@@ -1,17 +0,0 @@
-using System;
-using System.Collections.Generic;
-using System.Text;
-
-namespace OpenSim.Tests.Common
-{
- [AttributeUsage(AttributeTargets.All,
- AllowMultiple = false,
- Inherited = true)]
- public class IntegrationTestAttribute : LongRunningAttribute
- {
- public IntegrationTestAttribute()
- : base("Integration")
- {
- }
- }
-}
diff --git a/prebuild.xml b/prebuild.xml
index 854185f..884d4ed 100644
--- a/prebuild.xml
+++ b/prebuild.xml
@@ -502,7 +502,6 @@
-
--
cgit v1.1