diff options
author | Melanie Thielker | 2009-04-16 00:46:24 +0000 |
---|---|---|
committer | Melanie Thielker | 2009-04-16 00:46:24 +0000 |
commit | ac96722c1d6b8c6466fcd924a2d92d50853de042 (patch) | |
tree | 146d186ec7d71f871fed918f8d9e238bed9fba1b /OpenSim/Tests | |
parent | Expose the GroupRecord and it's accessor API (diff) | |
download | opensim-SC_OLD-ac96722c1d6b8c6466fcd924a2d92d50853de042.zip opensim-SC_OLD-ac96722c1d6b8c6466fcd924a2d92d50853de042.tar.gz opensim-SC_OLD-ac96722c1d6b8c6466fcd924a2d92d50853de042.tar.bz2 opensim-SC_OLD-ac96722c1d6b8c6466fcd924a2d92d50853de042.tar.xz |
Fix build break and change some groups interfaces
Diffstat (limited to 'OpenSim/Tests')
-rw-r--r-- | OpenSim/Tests/Common/Mock/TestClient.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Tests/Common/Mock/TestClient.cs b/OpenSim/Tests/Common/Mock/TestClient.cs index 15e92da..ff2e3ca 100644 --- a/OpenSim/Tests/Common/Mock/TestClient.cs +++ b/OpenSim/Tests/Common/Mock/TestClient.cs | |||
@@ -929,7 +929,7 @@ namespace OpenSim.Tests.Common.Mock | |||
929 | { | 929 | { |
930 | } | 930 | } |
931 | 931 | ||
932 | public void SendLandObjectOwners(Dictionary<UUID, int> ownersAndCount) | 932 | public void SendLandObjectOwners(LandData land, Dictionary<UUID, int> ownersAndCount) |
933 | { | 933 | { |
934 | } | 934 | } |
935 | 935 | ||