* 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.
This commit is contained in:
lbsa71
2009-04-09 20:06:27 +00:00
parent 1066aa6998
commit 6af0751cc5
8 changed files with 23 additions and 16 deletions

View File

@@ -35,6 +35,7 @@ using OpenSim.Framework.Communications;
using OpenSim.Framework.Communications.Cache;
using OpenSim.Region.Communications.Local;
using OpenSim.Region.Framework.Scenes;
using OpenSim.Tests.Common;
using OpenSim.Tests.Common.Mock;
using OpenSim.Tests.Common.Setup;
@@ -49,7 +50,7 @@ namespace OpenSim.Region.Framework.Scenes.Tests
/// <summary>
/// Test adding an object to a scene.
/// </summary>
[Test]
[Test, LongRunning]
public void TestAddSceneObject()
{
Console.WriteLine("Beginning test {0}", MethodBase.GetCurrentMethod());