Merge branch 'master' into careminster

This commit is contained in:
Melanie
2013-01-24 00:27:00 +00:00
8 changed files with 11 additions and 4 deletions

View File

@@ -307,6 +307,7 @@ namespace OpenSim.Region.ScriptEngine.Shared.Instance
null,
constructorParams,
null,
null,
null);
else
m_Script

View File

@@ -264,7 +264,9 @@ namespace OpenSim.Region.ScriptEngine.Shared.Instance.Tests
TestStop(script);
}
[Test]
// Disabling for now as these are not particularly useful tests (since they fail due to stack overflow before
// termination can even be tried.
// [Test]
public void TestStopOnInfiniteUserFunctionCallLoop()
{
TestHelpers.InMethod();
@@ -294,7 +296,9 @@ default
TestStop(script);
}
[Test]
// Disabling for now as these are not particularly useful tests (since they fail due to stack overflow before
// termination can even be tried.
// [Test]
public void TestStopOnInfiniteManualEventCallLoop()
{
TestHelpers.InMethod();