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/Tests/Common/IntegrationTestAttribute.cs | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 OpenSim/Tests/Common/IntegrationTestAttribute.cs (limited to 'OpenSim/Tests/Common') 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") - { - } - } -} -- cgit v1.1