From 5e4d6cab00cb29cd088ab7b62ab13aff103b64cb Mon Sep 17 00:00:00 2001 From: onefang Date: Sun, 19 May 2019 21:24:15 +1000 Subject: Dump OpenSim 0.9.0.1 into it's own branch. --- OpenSim/Tests/Common/DatabaseTestAttribute.cs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'OpenSim/Tests/Common/DatabaseTestAttribute.cs') diff --git a/OpenSim/Tests/Common/DatabaseTestAttribute.cs b/OpenSim/Tests/Common/DatabaseTestAttribute.cs index d027d59..d6a03cd 100644 --- a/OpenSim/Tests/Common/DatabaseTestAttribute.cs +++ b/OpenSim/Tests/Common/DatabaseTestAttribute.cs @@ -32,13 +32,13 @@ using NUnit.Framework; namespace OpenSim.Tests.Common { - [AttributeUsage(AttributeTargets.All, - AllowMultiple=false, + [AttributeUsage(AttributeTargets.All, + AllowMultiple=false, Inherited=true)] public class DatabaseTestAttribute : LongRunningAttribute { public DatabaseTestAttribute() : base("Database") - { + { } } } \ No newline at end of file -- cgit v1.1