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/LongRunningAttribute.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'OpenSim/Tests/Common/LongRunningAttribute.cs') diff --git a/OpenSim/Tests/Common/LongRunningAttribute.cs b/OpenSim/Tests/Common/LongRunningAttribute.cs index 9831ea8..6013fcb 100644 --- a/OpenSim/Tests/Common/LongRunningAttribute.cs +++ b/OpenSim/Tests/Common/LongRunningAttribute.cs @@ -35,11 +35,11 @@ namespace OpenSim.Tests.Common [AttributeUsage(AttributeTargets.All, AllowMultiple = false, Inherited = true)] - public class LongRunningAttribute : CategoryAttribute + public class LongRunningAttribute : CategoryAttribute { public LongRunningAttribute() : this("Long Running Test") { - + } protected LongRunningAttribute(string category) : base(category) -- cgit v1.1