Corrected the port number to 8001 in the test client and grid ini.

This commit is contained in:
Diva Canto
2009-09-26 10:18:22 -07:00
parent ae222140ca
commit 368ae02dc9
2 changed files with 2 additions and 2 deletions

View File

@@ -28,7 +28,7 @@ namespace OpenSim.Tests.Clients.GridClient
new PatternLayout("%date [%thread] %-5level %logger [%property{NDC}] - %message%newline");
log4net.Config.BasicConfigurator.Configure(consoleAppender);
string serverURI = "http://127.0.0.1:8002";
string serverURI = "http://127.0.0.1:8001";
GridServicesConnector m_Connector = new GridServicesConnector(serverURI);
GridRegion r1 = CreateRegion("Test Region 1", 1000, 1000);