* Rename scene tests to scene object tests since that is what they are actually concerned with

This commit is contained in:
Justin Clarke Casey
2008-11-12 21:12:46 +00:00
parent 2c7ac33650
commit 424792b39b

View File

@@ -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()