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

0.6.1-post-fixes
Justin Clarke Casey 2008-11-12 21:12:46 +00:00
parent 2c7ac33650
commit 424792b39b
1 changed files with 2 additions and 2 deletions

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