fix OpenSim.Tests.ConfigurationLoaderTest to satisfy requirement that OpenSimDefaults.ini is present
this should allow the testsuite to run again and the autobuild to completeviewer-2-initial-appearance
parent
5d48e3c0bb
commit
095d400f5b
|
@ -69,7 +69,7 @@ namespace OpenSim.Tests
|
|||
[Test]
|
||||
public void IncludeTests()
|
||||
{
|
||||
const string mainIniFile = "OpenSim.ini";
|
||||
const string mainIniFile = "OpenSimDefaults.ini";
|
||||
m_config = new IniConfigSource();
|
||||
|
||||
// Create ini files in a directory structure
|
||||
|
|
Loading…
Reference in New Issue