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]
|
[Test]
|
||||||
public void IncludeTests()
|
public void IncludeTests()
|
||||||
{
|
{
|
||||||
const string mainIniFile = "OpenSim.ini";
|
const string mainIniFile = "OpenSimDefaults.ini";
|
||||||
m_config = new IniConfigSource();
|
m_config = new IniConfigSource();
|
||||||
|
|
||||||
// Create ini files in a directory structure
|
// Create ini files in a directory structure
|
||||||
|
|
Loading…
Reference in New Issue