diff options
author | Justin Clark-Casey (justincc) | 2010-09-14 17:01:53 +0100 |
---|---|---|
committer | Justin Clark-Casey (justincc) | 2010-09-14 17:01:53 +0100 |
commit | 095d400f5b058b23d0ebc715f5527964a09f05fc (patch) | |
tree | 2e5a6b1a3b7694b47a214491c5a8b8b75c7d8c81 /OpenSim | |
parent | Revert "Move OpenSimDefaults,ini into config-include in order to put it with ... (diff) | |
download | opensim-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 '')
-rw-r--r-- | OpenSim/Tests/ConfigurationLoaderTest.cs | 2 |
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 |