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

0.7.6-post-fixes
Justin Clark-Casey (justincc) 2013-12-14 02:48:29 +00:00
parent 4d8eb95601
commit ba2342a76e
1 changed files with 1 additions and 1 deletions

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));