Add syntax checking for no_sensor() no-arg event
parent
ec4d96acc9
commit
79c1ed8cb9
|
@ -56,6 +56,15 @@ namespace OpenSim.Region.ScriptEngine.Shared.Tests
|
||||||
TestVoidArgEvent("moving_start");
|
TestVoidArgEvent("moving_start");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
[Test]
|
||||||
|
public void TestNoSensorEvent()
|
||||||
|
{
|
||||||
|
TestHelpers.InMethod();
|
||||||
|
// TestHelpers.EnableLogging();
|
||||||
|
|
||||||
|
TestVoidArgEvent("no_sensor");
|
||||||
|
}
|
||||||
|
|
||||||
[Test]
|
[Test]
|
||||||
public void TestNotAtRotTargetEvent()
|
public void TestNotAtRotTargetEvent()
|
||||||
{
|
{
|
||||||
|
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue