From 695d807696709920eb12c2d4bd8af07af922566d Mon Sep 17 00:00:00 2001 From: UbitUmarov Date: Sat, 26 Jan 2019 16:42:42 +0000 Subject: change encoding of a few event caps messages --- OpenSim/Tests/Common/Mock/TestEventQueueGetModule.cs | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) (limited to 'OpenSim/Tests/Common/Mock') diff --git a/OpenSim/Tests/Common/Mock/TestEventQueueGetModule.cs b/OpenSim/Tests/Common/Mock/TestEventQueueGetModule.cs index 9880c91..b17425a 100644 --- a/OpenSim/Tests/Common/Mock/TestEventQueueGetModule.cs +++ b/OpenSim/Tests/Common/Mock/TestEventQueueGetModule.cs @@ -30,6 +30,7 @@ using System.Collections; using System.Collections.Generic; using System.Net; using System.Reflection; +using System.Text; using System.Threading; using log4net; using Nini.Config; @@ -183,5 +184,15 @@ namespace OpenSim.Tests.Common { AddEvent(avatarID, "partPhysicsProperties", localID, physhapetype, density, friction, bounce, gravmod); } - } + + public StringBuilder StartEvent(string eventName) + { + return null; + } + + public string EndEvent(StringBuilder sb) + { + return ""; + } +} } \ No newline at end of file -- cgit v1.1