From 095d400f5b058b23d0ebc715f5527964a09f05fc Mon Sep 17 00:00:00 2001 From: Justin Clark-Casey (justincc) Date: Tue, 14 Sep 2010 17:01:53 +0100 Subject: 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 --- OpenSim/Tests/ConfigurationLoaderTest.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'OpenSim/Tests') diff --git a/OpenSim/Tests/ConfigurationLoaderTest.cs b/OpenSim/Tests/ConfigurationLoaderTest.cs index 4262c95..c777acc 100644 --- a/OpenSim/Tests/ConfigurationLoaderTest.cs +++ b/OpenSim/Tests/ConfigurationLoaderTest.cs @@ -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 -- cgit v1.1