fix configuration loader test
parent
944a785a32
commit
cd641e8629
|
@ -114,6 +114,7 @@ namespace OpenSim.Tests
|
|||
IConfigSource argvSource = new IniConfigSource();
|
||||
EnvConfigSource envConfigSource = new EnvConfigSource();
|
||||
argvSource.AddConfig("Startup").Set("inifile", mainIniFile);
|
||||
argvSource.AddConfig("Network");
|
||||
ConfigSettings configSettings;
|
||||
NetworkServersInfo networkInfo;
|
||||
|
||||
|
|
Loading…
Reference in New Issue