* 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
|
||||
{
|
||||
/// <summary>
|
||||
/// Scene oriented tests
|
||||
/// Scene object tests
|
||||
/// </summary>
|
||||
[TestFixture]
|
||||
public class SceneTests
|
||||
public class SceneObjectTests
|
||||
{
|
||||
[SetUp]
|
||||
public void Init()
|
Loading…
Reference in New Issue