diff options
author | UbitUmarov | 2019-07-31 00:37:27 +0100 |
---|---|---|
committer | UbitUmarov | 2019-07-31 00:37:27 +0100 |
commit | cd641e8629dc0f53c1ee2034b7c43b11a988781a (patch) | |
tree | cbac01c64cbd0cc436cdbe63841e9827925c2e02 /OpenSim/Tests | |
parent | now i can login on win .net4.8, but just a little drop on a large (broken) OS... (diff) | |
download | opensim-SC-cd641e8629dc0f53c1ee2034b7c43b11a988781a.zip opensim-SC-cd641e8629dc0f53c1ee2034b7c43b11a988781a.tar.gz opensim-SC-cd641e8629dc0f53c1ee2034b7c43b11a988781a.tar.bz2 opensim-SC-cd641e8629dc0f53c1ee2034b7c43b11a988781a.tar.xz |
fix configuration loader test
Diffstat (limited to 'OpenSim/Tests')
-rw-r--r-- | OpenSim/Tests/ConfigurationLoaderTest.cs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/OpenSim/Tests/ConfigurationLoaderTest.cs b/OpenSim/Tests/ConfigurationLoaderTest.cs index a409a13..2a67b84 100644 --- a/OpenSim/Tests/ConfigurationLoaderTest.cs +++ b/OpenSim/Tests/ConfigurationLoaderTest.cs | |||
@@ -114,6 +114,7 @@ namespace OpenSim.Tests | |||
114 | IConfigSource argvSource = new IniConfigSource(); | 114 | IConfigSource argvSource = new IniConfigSource(); |
115 | EnvConfigSource envConfigSource = new EnvConfigSource(); | 115 | EnvConfigSource envConfigSource = new EnvConfigSource(); |
116 | argvSource.AddConfig("Startup").Set("inifile", mainIniFile); | 116 | argvSource.AddConfig("Startup").Set("inifile", mainIniFile); |
117 | argvSource.AddConfig("Network"); | ||
117 | ConfigSettings configSettings; | 118 | ConfigSettings configSettings; |
118 | NetworkServersInfo networkInfo; | 119 | NetworkServersInfo networkInfo; |
119 | 120 | ||