aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Tests
diff options
context:
space:
mode:
authorJustin Clark-Casey (justincc)2009-10-06 20:32:33 +0100
committerJustin Clark-Casey (justincc)2009-10-06 20:32:33 +0100
commit99c85b5ef541b83dc09e93c66232c3893e348e4b (patch)
tree461ef0fdd6640a17db5b3d989f0e02b1cf40252e /OpenSim/Tests
parent* Removed verbose debug message (diff)
downloadopensim-SC_OLD-99c85b5ef541b83dc09e93c66232c3893e348e4b.zip
opensim-SC_OLD-99c85b5ef541b83dc09e93c66232c3893e348e4b.tar.gz
opensim-SC_OLD-99c85b5ef541b83dc09e93c66232c3893e348e4b.tar.bz2
opensim-SC_OLD-99c85b5ef541b83dc09e93c66232c3893e348e4b.tar.xz
* Change some more default ports to the robust default of 8003
* Make these use existing constants rather than hardcoding * These will probably go away soon anyway once all services are under ROBUST
Diffstat (limited to 'OpenSim/Tests')
-rw-r--r--OpenSim/Tests/Clients/Grid/GridClient.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Tests/Clients/Grid/GridClient.cs b/OpenSim/Tests/Clients/Grid/GridClient.cs
index 8798c5e..23d8593 100644
--- a/OpenSim/Tests/Clients/Grid/GridClient.cs
+++ b/OpenSim/Tests/Clients/Grid/GridClient.cs
@@ -55,7 +55,7 @@ namespace OpenSim.Tests.Clients.GridClient
55 new PatternLayout("%date [%thread] %-5level %logger [%property{NDC}] - %message%newline"); 55 new PatternLayout("%date [%thread] %-5level %logger [%property{NDC}] - %message%newline");
56 log4net.Config.BasicConfigurator.Configure(consoleAppender); 56 log4net.Config.BasicConfigurator.Configure(consoleAppender);
57 57
58 string serverURI = "http://127.0.0.1:8001"; 58 string serverURI = "http://127.0.0.1:" + ConfigSettings.DefaultGridServerHttpPort;
59 GridServicesConnector m_Connector = new GridServicesConnector(serverURI); 59 GridServicesConnector m_Connector = new GridServicesConnector(serverURI);
60 60
61 GridRegion r1 = CreateRegion("Test Region 1", 1000, 1000); 61 GridRegion r1 = CreateRegion("Test Region 1", 1000, 1000);