diff options
author | Justin Clark-Casey (justincc) | 2013-12-18 23:35:38 +0000 |
---|---|---|
committer | Justin Clark-Casey (justincc) | 2013-12-18 23:35:38 +0000 |
commit | a5ca15c42893681a777d091c737d5c7615af4f48 (patch) | |
tree | 90b6d2e2ad732a152f3cebcb33a293d4e7686d02 /OpenSim/Tests/Common | |
parent | Extend TestLlGetNotecardLine() regression test to contain chars that are two ... (diff) | |
download | opensim-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.cs | 3 |
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; | |||
38 | using OpenMetaverse.StructuredData; | 38 | using OpenMetaverse.StructuredData; |
39 | using OpenSim.Framework; | 39 | using OpenSim.Framework; |
40 | using OpenSim.Framework.Servers; | 40 | using OpenSim.Framework.Servers; |
41 | using OpenSim.Region.ClientStack.Linden; | ||
41 | using OpenSim.Region.Framework.Interfaces; | 42 | using OpenSim.Region.Framework.Interfaces; |
42 | using OpenSim.Region.Framework.Scenes; | 43 | using 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 (); |