diff options
author | Justin Clark-Casey (justincc) | 2013-02-26 23:40:55 +0000 |
---|---|---|
committer | Justin Clark-Casey (justincc) | 2013-02-26 23:40:55 +0000 |
commit | ea4be309e83440fa3b4533b21ce33e5af07e796d (patch) | |
tree | 4da56d83d0731f9f46395e40bc3a7833577e95fc /OpenSim/Tests | |
parent | Add regression test for llRequestUrl() (diff) | |
download | opensim-SC-ea4be309e83440fa3b4533b21ce33e5af07e796d.zip opensim-SC-ea4be309e83440fa3b4533b21ce33e5af07e796d.tar.gz opensim-SC-ea4be309e83440fa3b4533b21ce33e5af07e796d.tar.bz2 opensim-SC-ea4be309e83440fa3b4533b21ce33e5af07e796d.tar.xz |
minor: remove warning in ConfigurationLoaderTest
Diffstat (limited to 'OpenSim/Tests')
-rw-r--r-- | OpenSim/Tests/ConfigurationLoaderTest.cs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/OpenSim/Tests/ConfigurationLoaderTest.cs b/OpenSim/Tests/ConfigurationLoaderTest.cs index e5186ae..9d63324 100644 --- a/OpenSim/Tests/ConfigurationLoaderTest.cs +++ b/OpenSim/Tests/ConfigurationLoaderTest.cs | |||
@@ -47,6 +47,8 @@ namespace OpenSim.Tests | |||
47 | [SetUp] | 47 | [SetUp] |
48 | public void SetUp() | 48 | public void SetUp() |
49 | { | 49 | { |
50 | base.SetUp(); | ||
51 | |||
50 | m_basePath = Path.Combine(Path.GetTempPath(), Path.GetRandomFileName()); | 52 | m_basePath = Path.Combine(Path.GetTempPath(), Path.GetRandomFileName()); |
51 | string path = Path.Combine(m_basePath, m_testSubdirectory); | 53 | string path = Path.Combine(m_basePath, m_testSubdirectory); |
52 | Directory.CreateDirectory(path); | 54 | Directory.CreateDirectory(path); |