Add syntax checking for no_sensor() no-arg event

link-sitting
Justin Clark-Casey (justincc) 2013-11-16 03:00:03 +00:00
parent ec4d96acc9
commit 79c1ed8cb9
2 changed files with 5267 additions and 5256 deletions

View File

@ -56,6 +56,15 @@ namespace OpenSim.Region.ScriptEngine.Shared.Tests
TestVoidArgEvent("moving_start");
}
[Test]
public void TestNoSensorEvent()
{
TestHelpers.InMethod();
// TestHelpers.EnableLogging();
TestVoidArgEvent("no_sensor");
}
[Test]
public void TestNotAtRotTargetEvent()
{

File diff suppressed because it is too large Load Diff