diff options
Diffstat (limited to 'OpenSim/Tests/Robust/Clients/InstantMessage/IMClient.cs')
-rw-r--r-- | OpenSim/Tests/Robust/Clients/InstantMessage/IMClient.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Tests/Robust/Clients/InstantMessage/IMClient.cs b/OpenSim/Tests/Robust/Clients/InstantMessage/IMClient.cs index 8f312eb..4eba7b9 100644 --- a/OpenSim/Tests/Robust/Clients/InstantMessage/IMClient.cs +++ b/OpenSim/Tests/Robust/Clients/InstantMessage/IMClient.cs | |||
@@ -50,7 +50,7 @@ namespace Robust.Tests | |||
50 | im.message = "Hello"; | 50 | im.message = "Hello"; |
51 | im.imSessionID = new Guid(); | 51 | im.imSessionID = new Guid(); |
52 | 52 | ||
53 | bool success = InstantMessageServiceConnector.SendInstantMessage(DemonServer.Address, im); | 53 | bool success = InstantMessageServiceConnector.SendInstantMessage(DemonServer.Address, im, String.Empty); |
54 | Assert.IsFalse(success, "Sending of IM succeeded, but it should have failed"); | 54 | Assert.IsFalse(success, "Sending of IM succeeded, but it should have failed"); |
55 | } | 55 | } |
56 | 56 | ||