diff options
Diffstat (limited to 'OpenSim/Tests/Common')
-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 7dab6a1..68ac96a 100644 --- a/OpenSim/Tests/Common/Mock/TestClient.cs +++ b/OpenSim/Tests/Common/Mock/TestClient.cs | |||
@@ -513,7 +513,7 @@ namespace OpenSim.Tests.Common.Mock | |||
513 | 513 | ||
514 | } | 514 | } |
515 | 515 | ||
516 | public void SendGenericMessage(string method, List<string> message) | 516 | public void SendGenericMessage(string method, List<byte[]> message) |
517 | { | 517 | { |
518 | 518 | ||
519 | } | 519 | } |