let tests get a serverURI

This commit is contained in:
UbitUmarov
2020-09-23 19:38:33 +01:00
parent e07ae505d3
commit c36b9bfef6

View File

@@ -152,6 +152,8 @@ namespace OpenSim.Tests.Common
regInfo.RegionID = id;
regInfo.RegionSizeX = sizeX;
regInfo.RegionSizeY = sizeY;
regInfo.ServerURI = "http://127.0.0.1:9000/";
TestScene testScene = new TestScene(
regInfo, m_acm, SimDataService, m_estateDataService, configSource, null);