aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Tests/Common
diff options
context:
space:
mode:
authorUbitUmarov2017-05-13 20:21:56 +0100
committerUbitUmarov2017-05-13 20:21:56 +0100
commit25ca8695f3746b000fee42a0d73b91dfa6a1c9c0 (patch)
treecd1f5633d3bb1b31fd5685e319953aa9a03cedc0 /OpenSim/Tests/Common
parentfix passcollisions bool value on store (diff)
downloadopensim-SC_OLD-25ca8695f3746b000fee42a0d73b91dfa6a1c9c0.zip
opensim-SC_OLD-25ca8695f3746b000fee42a0d73b91dfa6a1c9c0.tar.gz
opensim-SC_OLD-25ca8695f3746b000fee42a0d73b91dfa6a1c9c0.tar.bz2
opensim-SC_OLD-25ca8695f3746b000fee42a0d73b91dfa6a1c9c0.tar.xz
find parcels by GlobalID.. well most time
Diffstat (limited to 'OpenSim/Tests/Common')
-rw-r--r--OpenSim/Tests/Common/Mock/TestLandChannel.cs5
1 files changed, 5 insertions, 0 deletions
diff --git a/OpenSim/Tests/Common/Mock/TestLandChannel.cs b/OpenSim/Tests/Common/Mock/TestLandChannel.cs
index 3d44a33..48dc840 100644
--- a/OpenSim/Tests/Common/Mock/TestLandChannel.cs
+++ b/OpenSim/Tests/Common/Mock/TestLandChannel.cs
@@ -96,6 +96,11 @@ namespace OpenSim.Tests.Common
96 return GetNoLand(); 96 return GetNoLand();
97 } 97 }
98 98
99 public ILandObject GetLandObject(UUID ID)
100 {
101 return GetNoLand();
102 }
103
99 public ILandObject GetLandObject(float x, float y) 104 public ILandObject GetLandObject(float x, float y)
100 { 105 {
101 return GetNoLand(); 106 return GetNoLand();