aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Tests/Common
diff options
context:
space:
mode:
authorJustin Clark-Casey (justincc)2013-12-18 23:35:38 +0000
committerJustin Clark-Casey (justincc)2013-12-18 23:35:38 +0000
commita5ca15c42893681a777d091c737d5c7615af4f48 (patch)
tree90b6d2e2ad732a152f3cebcb33a293d4e7686d02 /OpenSim/Tests/Common
parentExtend TestLlGetNotecardLine() regression test to contain chars that are two ... (diff)
downloadopensim-SC_OLD-a5ca15c42893681a777d091c737d5c7615af4f48.zip
opensim-SC_OLD-a5ca15c42893681a777d091c737d5c7615af4f48.tar.gz
opensim-SC_OLD-a5ca15c42893681a777d091c737d5c7615af4f48.tar.bz2
opensim-SC_OLD-a5ca15c42893681a777d091c737d5c7615af4f48.tar.xz
Create regression test TestSendAgentGroupDataUpdate() for groups agent data sending
Diffstat (limited to 'OpenSim/Tests/Common')
-rw-r--r--OpenSim/Tests/Common/Mock/TestEventQueueGetModule.cs3
1 files changed, 2 insertions, 1 deletions
diff --git a/OpenSim/Tests/Common/Mock/TestEventQueueGetModule.cs b/OpenSim/Tests/Common/Mock/TestEventQueueGetModule.cs
index 6707019..e666433 100644
--- a/OpenSim/Tests/Common/Mock/TestEventQueueGetModule.cs
+++ b/OpenSim/Tests/Common/Mock/TestEventQueueGetModule.cs
@@ -38,6 +38,7 @@ using OpenMetaverse;
38using OpenMetaverse.StructuredData; 38using OpenMetaverse.StructuredData;
39using OpenSim.Framework; 39using OpenSim.Framework;
40using OpenSim.Framework.Servers; 40using OpenSim.Framework.Servers;
41using OpenSim.Region.ClientStack.Linden;
41using OpenSim.Region.Framework.Interfaces; 42using OpenSim.Region.Framework.Interfaces;
42using OpenSim.Region.Framework.Scenes; 43using OpenSim.Region.Framework.Scenes;
43 44
@@ -164,7 +165,7 @@ namespace OpenSim.Tests.Common
164 throw new System.NotImplementedException (); 165 throw new System.NotImplementedException ();
165 } 166 }
166 167
167 public OSD BuildEvent (string eventName, OSD eventBody) 168 public OSD BuildEvent(string eventName, OSD eventBody)
168 { 169 {
169 Console.WriteLine("TWO"); 170 Console.WriteLine("TWO");
170 throw new System.NotImplementedException (); 171 throw new System.NotImplementedException ();