minor: remove warning in ConfigurationLoaderTest

0.7.4-extended
Justin Clark-Casey (justincc) 2013-02-26 23:40:55 +00:00
parent 28219d622f
commit cfd0a5d34c
1 changed files with 2 additions and 0 deletions

View File

@ -47,6 +47,8 @@ namespace OpenSim.Tests
[SetUp]
public void SetUp()
{
base.SetUp();
m_basePath = Path.Combine(Path.GetTempPath(), Path.GetRandomFileName());
string path = Path.Combine(m_basePath, m_testSubdirectory);
Directory.CreateDirectory(path);