aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Tests/Common/LongRunningAttribute.cs
diff options
context:
space:
mode:
authorlbsa712009-04-09 20:06:27 +0000
committerlbsa712009-04-09 20:06:27 +0000
commit6af0751cc5d276370c7c4ce2a0ee064b1106a7bc (patch)
tree8fae62569ca8bfd02d55a783893b2f412dae89e5 /OpenSim/Tests/Common/LongRunningAttribute.cs
parent* Remove Autooar module pending it's migration to the forge (diff)
downloadopensim-SC_OLD-6af0751cc5d276370c7c4ce2a0ee064b1106a7bc.zip
opensim-SC_OLD-6af0751cc5d276370c7c4ce2a0ee064b1106a7bc.tar.gz
opensim-SC_OLD-6af0751cc5d276370c7c4ce2a0ee064b1106a7bc.tar.bz2
opensim-SC_OLD-6af0751cc5d276370c7c4ce2a0ee064b1106a7bc.tar.xz
* 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.
Diffstat (limited to 'OpenSim/Tests/Common/LongRunningAttribute.cs')
-rw-r--r--OpenSim/Tests/Common/LongRunningAttribute.cs2
1 files changed, 1 insertions, 1 deletions
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
10 Inherited = true)] 10 Inherited = true)]
11 public class LongRunningAttribute : CategoryAttribute 11 public class LongRunningAttribute : CategoryAttribute
12 { 12 {
13 protected LongRunningAttribute() : this("Long Running Test") 13 public LongRunningAttribute() : this("Long Running Test")
14 { 14 {
15 15
16 } 16 }