aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Tests/Robust/Clients/InstantMessage
diff options
context:
space:
mode:
authorMelanie2019-10-06 23:57:47 +0100
committerMelanie2019-10-06 23:57:47 +0100
commitbe34b8e79de25d5d30f2c22d2657cbe965693540 (patch)
tree7ddb1c856c2c3be2ea016a5ec2487ad5a4967883 /OpenSim/Tests/Robust/Clients/InstantMessage
parentIntroduce a way to send the grid's message kay, if one is used (diff)
downloadopensim-SC-be34b8e79de25d5d30f2c22d2657cbe965693540.zip
opensim-SC-be34b8e79de25d5d30f2c22d2657cbe965693540.tar.gz
opensim-SC-be34b8e79de25d5d30f2c22d2657cbe965693540.tar.bz2
opensim-SC-be34b8e79de25d5d30f2c22d2657cbe965693540.tar.xz
Fix build break
Diffstat (limited to 'OpenSim/Tests/Robust/Clients/InstantMessage')
-rw-r--r--OpenSim/Tests/Robust/Clients/InstantMessage/IMClient.cs2
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