* Rename scene tests to scene object tests since that is what they are actually concerned with
parent
2c7ac33650
commit
424792b39b
|
@ -37,10 +37,10 @@ using OpenSim.Region.Environment.Scenes;
|
||||||
namespace OpenSim.Region.Environment.Scenes.Tests
|
namespace OpenSim.Region.Environment.Scenes.Tests
|
||||||
{
|
{
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Scene oriented tests
|
/// Scene object tests
|
||||||
/// </summary>
|
/// </summary>
|
||||||
[TestFixture]
|
[TestFixture]
|
||||||
public class SceneTests
|
public class SceneObjectTests
|
||||||
{
|
{
|
||||||
[SetUp]
|
[SetUp]
|
||||||
public void Init()
|
public void Init()
|
Loading…
Reference in New Issue