aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Tests
diff options
context:
space:
mode:
authorUbitUmarov2012-09-24 21:22:08 +0100
committerUbitUmarov2012-09-24 21:22:08 +0100
commitca67ee60ac0e0c26d6d32fc68d48ef63570f034d (patch)
treee87d8623aa44927b220e783d7265a50af10b295f /OpenSim/Tests
parentMerge branch 'ubitwork' into avination (diff)
downloadopensim-SC_OLD-ca67ee60ac0e0c26d6d32fc68d48ef63570f034d.zip
opensim-SC_OLD-ca67ee60ac0e0c26d6d32fc68d48ef63570f034d.tar.gz
opensim-SC_OLD-ca67ee60ac0e0c26d6d32fc68d48ef63570f034d.tar.bz2
opensim-SC_OLD-ca67ee60ac0e0c26d6d32fc68d48ef63570f034d.tar.xz
add missing transactionID in SendInventoryItemCreateUpdate. and make use
of it on inventoryAccessModule, etc. Most likelly it's needs where there is a transactionID not zero
Diffstat (limited to 'OpenSim/Tests')
-rw-r--r--OpenSim/Tests/Common/Mock/TestClient.cs4
1 files changed, 4 insertions, 0 deletions
diff --git a/OpenSim/Tests/Common/Mock/TestClient.cs b/OpenSim/Tests/Common/Mock/TestClient.cs
index 6add130..49a8d26 100644
--- a/OpenSim/Tests/Common/Mock/TestClient.cs
+++ b/OpenSim/Tests/Common/Mock/TestClient.cs
@@ -716,6 +716,10 @@ namespace OpenSim.Tests.Common.Mock
716 { 716 {
717 } 717 }
718 718
719 public void SendInventoryItemCreateUpdate(InventoryItemBase Item, UUID transactionID, uint callbackId)
720 {
721 }
722
719 public virtual void SendRemoveInventoryItem(UUID itemID) 723 public virtual void SendRemoveInventoryItem(UUID itemID)
720 { 724 {
721 } 725 }