From 5572a00295e36e3ee455a4eef9879c4685f3589d Mon Sep 17 00:00:00 2001 From: lbsa71 Date: Thu, 9 Apr 2009 16:40:02 +0000 Subject: * Moved the DatabaseTestAttribute to Test.Common, and thus included ref to that in all db tests. *phew* --- OpenSim/Data/Tests/DatabaseTestAttribute.cs | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 OpenSim/Data/Tests/DatabaseTestAttribute.cs (limited to 'OpenSim/Data/Tests') diff --git a/OpenSim/Data/Tests/DatabaseTestAttribute.cs b/OpenSim/Data/Tests/DatabaseTestAttribute.cs deleted file mode 100644 index b500f40..0000000 --- a/OpenSim/Data/Tests/DatabaseTestAttribute.cs +++ /dev/null @@ -1,17 +0,0 @@ -using System; -using System.Collections.Generic; -using System.Text; -using NUnit.Framework; - -namespace OpenSim.Data.Tests -{ - [AttributeUsage(AttributeTargets.All, - AllowMultiple=false, - Inherited=true)] - public class DatabaseTestAttribute : CategoryAttribute - { - public DatabaseTestAttribute() : base("Database") - { - } - } -} -- cgit v1.1