aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Tests
diff options
context:
space:
mode:
Diffstat (limited to 'OpenSim/Tests')
-rw-r--r--OpenSim/Tests/Common/Mock/TestClient.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Tests/Common/Mock/TestClient.cs b/OpenSim/Tests/Common/Mock/TestClient.cs
index 1a22bdc..2134200 100644
--- a/OpenSim/Tests/Common/Mock/TestClient.cs
+++ b/OpenSim/Tests/Common/Mock/TestClient.cs
@@ -511,7 +511,7 @@ namespace OpenSim.Tests.Common.Mock
511 511
512 } 512 }
513 513
514 public void SendGenericMessage(string method, List<string> message) 514 public void SendGenericMessage(string method, List<byte[]> message)
515 { 515 {
516 516
517 } 517 }