mirror of
https://github.com/opensim/opensim.git
synced 2026-08-07 17:55:48 +08:00
let tests get a serverURI
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user