aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Tests/Common/IntegrationTestAttribute.cs
diff options
context:
space:
mode:
Diffstat (limited to 'OpenSim/Tests/Common/IntegrationTestAttribute.cs')
-rw-r--r--OpenSim/Tests/Common/IntegrationTestAttribute.cs17
1 files changed, 0 insertions, 17 deletions
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 @@
1using System;
2using System.Collections.Generic;
3using System.Text;
4
5namespace OpenSim.Tests.Common
6{
7 [AttributeUsage(AttributeTargets.All,
8 AllowMultiple = false,
9 Inherited = true)]
10 public class IntegrationTestAttribute : LongRunningAttribute
11 {
12 public IntegrationTestAttribute()
13 : base("Integration")
14 {
15 }
16 }
17}