aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Tests/Clients
diff options
context:
space:
mode:
Diffstat (limited to 'OpenSim/Tests/Clients')
-rw-r--r--OpenSim/Tests/Clients/InstantMessage/IMClient.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Tests/Clients/InstantMessage/IMClient.cs b/OpenSim/Tests/Clients/InstantMessage/IMClient.cs
index 506d176..e7304a2 100644
--- a/OpenSim/Tests/Clients/InstantMessage/IMClient.cs
+++ b/OpenSim/Tests/Clients/InstantMessage/IMClient.cs
@@ -54,7 +54,7 @@ namespace OpenSim.Tests.Clients.InstantMessage
54 new PatternLayout("%date [%thread] %-5level %logger [%property{NDC}] - %message%newline"); 54 new PatternLayout("%date [%thread] %-5level %logger [%property{NDC}] - %message%newline");
55 log4net.Config.BasicConfigurator.Configure(consoleAppender); 55 log4net.Config.BasicConfigurator.Configure(consoleAppender);
56 56
57 string serverURI = "http://grid.nebadon2025.homeftp.net:8002/"; 57 string serverURI = "http://127.0.0.1:8002";
58 GridInstantMessage im = new GridInstantMessage(); 58 GridInstantMessage im = new GridInstantMessage();
59 im.fromAgentID = new Guid(); 59 im.fromAgentID = new Guid();
60 im.toAgentID = new Guid(); 60 im.toAgentID = new Guid();