Extend TestLlGetNotecardLine() regression test to contain chars that are two bytes in utf8

This commit is contained in:
Justin Clark-Casey (justincc)
2013-12-14 02:48:29 +00:00
parent 957449e62c
commit 51da52f904

View File

@@ -75,7 +75,7 @@ namespace OpenSim.Region.ScriptEngine.Shared.Tests
{
TestHelpers.InMethod();
string[] ncLines = { "One", "Two", "Three" };
string[] ncLines = { "One", "Twoè", "Three" };
TaskInventoryItem ncItem
= TaskInventoryHelpers.AddNotecard(m_scene, m_so.RootPart, "nc", "1", "10", string.Join("\n", ncLines));