aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Tests
diff options
context:
space:
mode:
authorMelanie2013-04-22 22:24:41 +0200
committerMelanie2013-04-22 22:39:08 +0100
commit293a024c141d3567d42169f625bc449b89a1b59d (patch)
treef8d7064f5e2fa813ee8a15f1b6e235d3c79620db /OpenSim/Tests
parentClean up unused config and config comments. (diff)
downloadopensim-SC_OLD-293a024c141d3567d42169f625bc449b89a1b59d.zip
opensim-SC_OLD-293a024c141d3567d42169f625bc449b89a1b59d.tar.gz
opensim-SC_OLD-293a024c141d3567d42169f625bc449b89a1b59d.tar.bz2
opensim-SC_OLD-293a024c141d3567d42169f625bc449b89a1b59d.tar.xz
Allow callers to set the invoice parameter for GenericMessage
Diffstat (limited to 'OpenSim/Tests')
-rw-r--r--OpenSim/Tests/Common/Mock/TestClient.cs4
1 files changed, 2 insertions, 2 deletions
diff --git a/OpenSim/Tests/Common/Mock/TestClient.cs b/OpenSim/Tests/Common/Mock/TestClient.cs
index 2d4fef1..d26e3f7 100644
--- a/OpenSim/Tests/Common/Mock/TestClient.cs
+++ b/OpenSim/Tests/Common/Mock/TestClient.cs
@@ -541,12 +541,12 @@ namespace OpenSim.Tests.Common.Mock
541 541
542 } 542 }
543 543
544 public void SendGenericMessage(string method, List<string> message) 544 public void SendGenericMessage(string method, UUID invoice, List<string> message)
545 { 545 {
546 546
547 } 547 }
548 548
549 public void SendGenericMessage(string method, List<byte[]> message) 549 public void SendGenericMessage(string method, UUID invoice, List<byte[]> message)
550 { 550 {
551 551
552 } 552 }