* Comment out XEngineTest that doesn't appear to test anything. It just creates a scene named 'My Test' which just happens to be the last scene displayed in the nunit log before it goes boom.
parent
95be3eccd2
commit
72c2819c53
|
@ -40,6 +40,8 @@ namespace OpenSim.Region.ScriptEngine.XEngine.Tests
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Scene presence tests
|
/// Scene presence tests
|
||||||
/// </summary>
|
/// </summary>
|
||||||
|
/// Commented out XEngineTests that don't do anything
|
||||||
|
/*
|
||||||
[TestFixture]
|
[TestFixture]
|
||||||
public class XEngineTest
|
public class XEngineTest
|
||||||
{
|
{
|
||||||
|
@ -65,4 +67,5 @@ namespace OpenSim.Region.ScriptEngine.XEngine.Tests
|
||||||
xengine.RegionLoaded(scene);
|
xengine.RegionLoaded(scene);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
*
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue