diff options
Diffstat (limited to 'OpenSim/Tests')
-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 8b79502..d5de2a8 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 | } |