aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Data/Tests
diff options
context:
space:
mode:
authorlbsa712009-04-09 16:40:02 +0000
committerlbsa712009-04-09 16:40:02 +0000
commit5572a00295e36e3ee455a4eef9879c4685f3589d (patch)
treef0c2d7b2f417a100fcb2e5c9cccec051d1684e09 /OpenSim/Data/Tests
parent* Allows MRMs to import libraries in the OpenSim bin directory. (diff)
downloadopensim-SC_OLD-5572a00295e36e3ee455a4eef9879c4685f3589d.zip
opensim-SC_OLD-5572a00295e36e3ee455a4eef9879c4685f3589d.tar.gz
opensim-SC_OLD-5572a00295e36e3ee455a4eef9879c4685f3589d.tar.bz2
opensim-SC_OLD-5572a00295e36e3ee455a4eef9879c4685f3589d.tar.xz
* Moved the DatabaseTestAttribute to Test.Common, and thus included ref to that in all db tests. *phew*
Diffstat (limited to 'OpenSim/Data/Tests')
-rw-r--r--OpenSim/Data/Tests/DatabaseTestAttribute.cs17
1 files changed, 0 insertions, 17 deletions
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 @@
1using System;
2using System.Collections.Generic;
3using System.Text;
4using NUnit.Framework;
5
6namespace OpenSim.Data.Tests
7{
8 [AttributeUsage(AttributeTargets.All,
9 AllowMultiple=false,
10 Inherited=true)]
11 public class DatabaseTestAttribute : CategoryAttribute
12 {
13 public DatabaseTestAttribute() : base("Database")
14 {
15 }
16 }
17}