Add regression tests for llGetNotecardLine()

This commit is contained in:
Justin Clark-Casey (justincc)
2013-02-28 20:57:03 +00:00
parent 9e0c678c1e
commit 14684116f8
8 changed files with 342 additions and 24 deletions

View File

@@ -151,7 +151,7 @@ namespace OpenSim.Region.ScriptEngine.Shared.Tests
// Create an object embedded inside the first
TaskInventoryHelpers.AddNotecard(
m_scene, inWorldObj.RootPart, taskInvObjItemName, taskInvObjItemId, TestHelpers.ParseTail(0x900));
m_scene, inWorldObj.RootPart, taskInvObjItemName, taskInvObjItemId, TestHelpers.ParseTail(0x900), "Hello World!");
bool exceptionCaught = false;