diff options
Diffstat (limited to 'OpenSim/Tests')
-rw-r--r-- | OpenSim/Tests/Common/Mock/TestClient.cs | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/OpenSim/Tests/Common/Mock/TestClient.cs b/OpenSim/Tests/Common/Mock/TestClient.cs index 5f02524..2463b3b 100644 --- a/OpenSim/Tests/Common/Mock/TestClient.cs +++ b/OpenSim/Tests/Common/Mock/TestClient.cs | |||
@@ -627,14 +627,10 @@ namespace OpenSim.Tests.Common.Mock | |||
627 | { | 627 | { |
628 | } | 628 | } |
629 | 629 | ||
630 | /// <see>IClientAPI.SendBulkUpdateInventory(InventoryItemBase)</see> | 630 | public virtual void SendBulkUpdateInventory(InventoryNodeBase node) |
631 | public virtual void SendBulkUpdateInventory(InventoryItemBase item) | ||
632 | { | 631 | { |
633 | } | 632 | } |
634 | 633 | ||
635 | public void SendBulkUpdateInventory(InventoryFolderBase folderBase) | ||
636 | {} | ||
637 | |||
638 | public UUID GetDefaultAnimation(string name) | 634 | public UUID GetDefaultAnimation(string name) |
639 | { | 635 | { |
640 | return UUID.Zero; | 636 | return UUID.Zero; |