mirror of
https://github.com/opensim/opensim.git
synced 2026-08-04 16:22:50 +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.
|
||||
|
||||
Reference in New Issue
Block a user