minor: remove warning in ConfigurationLoaderTest
parent
b8a7c8b26f
commit
ea4be309e8
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue