minor: remove warning in ConfigurationLoaderTest

user_profiles
Justin Clark-Casey (justincc) 2013-02-26 23:40:55 +00:00
parent b8a7c8b26f
commit ea4be309e8
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);