mirror of
https://github.com/opensim/opensim.git
synced 2026-08-10 19:36:07 +08:00
* Moved the DatabaseTestAttribute to Test.Common, and thus included ref to that in all db tests. *phew*
This commit is contained in:
@@ -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")
|
||||
{
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user