aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Tests
diff options
context:
space:
mode:
authorJustin Clark-Casey (justincc)2013-12-19 01:41:04 +0000
committerJustin Clark-Casey (justincc)2013-12-19 01:41:04 +0000
commit68773ee7c4730a0227717e2549cd7fa8f873781e (patch)
tree3e6b5de25f14029597d6c4a2a5c9851a24ead347 /OpenSim/Tests
parentFix issue with editing notes for other avatars (diff)
parentAdd missing viewer param elements for butt and breast physics. (diff)
downloadopensim-SC_OLD-68773ee7c4730a0227717e2549cd7fa8f873781e.zip
opensim-SC_OLD-68773ee7c4730a0227717e2549cd7fa8f873781e.tar.gz
opensim-SC_OLD-68773ee7c4730a0227717e2549cd7fa8f873781e.tar.bz2
opensim-SC_OLD-68773ee7c4730a0227717e2549cd7fa8f873781e.tar.xz
Merge branch 'justincc-master'
Diffstat (limited to 'OpenSim/Tests')
-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 ();