mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 17:05:55 +08:00
* Move SceneObject tests into their proper namespace
* Add some more debug code to narrow down where the tests are freezing
This commit is contained in:
@@ -37,13 +37,13 @@ using OpenSim.Region.Framework.Scenes;
|
||||
using OpenSim.Tests.Common.Mock;
|
||||
using OpenSim.Tests.Common.Setup;
|
||||
|
||||
namespace OpenSim.Region.CoreModules.Scenes.Tests
|
||||
namespace OpenSim.Region.Framework.Scenes.Tests
|
||||
{
|
||||
/// <summary>
|
||||
/// Basic scene object tests (create, read and delete but not update).
|
||||
/// </summary>
|
||||
[TestFixture]
|
||||
public class SceneObjectTests
|
||||
public class SceneObjectBasicTests
|
||||
{
|
||||
/// <summary>
|
||||
/// Test adding an object to a scene.
|
||||
|
||||
@@ -39,7 +39,7 @@ using OpenSim.Tests.Common.Setup;
|
||||
using log4net;
|
||||
using System.Reflection;
|
||||
|
||||
namespace OpenSim.Region.CoreModules.Scenes.Tests
|
||||
namespace OpenSim.Region.Framework.Scenes.Tests
|
||||
{
|
||||
/// <summary>
|
||||
/// Linking tests
|
||||
|
||||
Reference in New Issue
Block a user