aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Tests
diff options
context:
space:
mode:
authorJustin Clark-Casey (justincc)2010-09-14 17:01:53 +0100
committerJustin Clark-Casey (justincc)2010-09-14 17:01:53 +0100
commit095d400f5b058b23d0ebc715f5527964a09f05fc (patch)
tree2e5a6b1a3b7694b47a214491c5a8b8b75c7d8c81 /OpenSim/Tests
parentRevert "Move OpenSimDefaults,ini into config-include in order to put it with ... (diff)
downloadopensim-SC_OLD-095d400f5b058b23d0ebc715f5527964a09f05fc.zip
opensim-SC_OLD-095d400f5b058b23d0ebc715f5527964a09f05fc.tar.gz
opensim-SC_OLD-095d400f5b058b23d0ebc715f5527964a09f05fc.tar.bz2
opensim-SC_OLD-095d400f5b058b23d0ebc715f5527964a09f05fc.tar.xz
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
Diffstat (limited to 'OpenSim/Tests')
-rw-r--r--OpenSim/Tests/ConfigurationLoaderTest.cs2
1 files changed, 1 insertions, 1 deletions
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
69 [Test] 69 [Test]
70 public void IncludeTests() 70 public void IncludeTests()
71 { 71 {
72 const string mainIniFile = "OpenSim.ini"; 72 const string mainIniFile = "OpenSimDefaults.ini";
73 m_config = new IniConfigSource(); 73 m_config = new IniConfigSource();
74 74
75 // Create ini files in a directory structure 75 // Create ini files in a directory structure