fix OpenSim.Tests.ConfigurationLoaderTest to satisfy requirement that OpenSimDefaults.ini is present

this should allow the testsuite to run again and the autobuild to complete
viewer-2-initial-appearance
Justin Clark-Casey (justincc) 2010-09-14 17:01:53 +01:00
parent 5d48e3c0bb
commit 095d400f5b
1 changed files with 1 additions and 1 deletions

View File

@ -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