From 6af0751cc5d276370c7c4ce2a0ee064b1106a7bc Mon Sep 17 00:00:00 2001 From: lbsa71 Date: Thu, 9 Apr 2009 20:06:27 +0000 Subject: * Tagged long running tests with LongRunningAttribute. * Now, the 144 unit tests takes roughly as long time to run (16s on my laptop) that the 10 long running takes. The database tests takes forever. * Feel free to run the unit tests as you code, and the rest before commit. --- OpenSim/Tests/Common/LongRunningAttribute.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'OpenSim/Tests/Common/LongRunningAttribute.cs') diff --git a/OpenSim/Tests/Common/LongRunningAttribute.cs b/OpenSim/Tests/Common/LongRunningAttribute.cs index 722217d..b1dabfc 100644 --- a/OpenSim/Tests/Common/LongRunningAttribute.cs +++ b/OpenSim/Tests/Common/LongRunningAttribute.cs @@ -10,7 +10,7 @@ namespace OpenSim.Tests.Common Inherited = true)] public class LongRunningAttribute : CategoryAttribute { - protected LongRunningAttribute() : this("Long Running Test") + public LongRunningAttribute() : this("Long Running Test") { } -- cgit v1.1