mirror of
https://github.com/opensim/opensim.git
synced 2026-07-31 22:05:36 +08:00
Extend TestLlGetNotecardLine() regression test to contain chars that are two bytes in utf8
This commit is contained in:
@@ -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));
|
||||
|
||||
Reference in New Issue
Block a user