minor: remove warning in ConfigurationLoaderTest
parent
28219d622f
commit
cfd0a5d34c
|
@ -47,6 +47,8 @@ namespace OpenSim.Tests
|
||||||
[SetUp]
|
[SetUp]
|
||||||
public void SetUp()
|
public void SetUp()
|
||||||
{
|
{
|
||||||
|
base.SetUp();
|
||||||
|
|
||||||
m_basePath = Path.Combine(Path.GetTempPath(), Path.GetRandomFileName());
|
m_basePath = Path.Combine(Path.GetTempPath(), Path.GetRandomFileName());
|
||||||
string path = Path.Combine(m_basePath, m_testSubdirectory);
|
string path = Path.Combine(m_basePath, m_testSubdirectory);
|
||||||
Directory.CreateDirectory(path);
|
Directory.CreateDirectory(path);
|
||||||
|
|
Loading…
Reference in New Issue