This is the correct work around. Jenkins is confuzzled.
parent
40f4b30361
commit
6a0b7a607f
|
@ -47,8 +47,8 @@ namespace OpenSim.Tests.Permissions
|
||||||
// In case we're dealing with some older version of nunit
|
// In case we're dealing with some older version of nunit
|
||||||
if (Common.TheInstance == null)
|
if (Common.TheInstance == null)
|
||||||
{
|
{
|
||||||
Common c = new Common();
|
Common.TheInstance = new Common();
|
||||||
c.SetUp();
|
Common.TheInstance.SetUp();
|
||||||
}
|
}
|
||||||
|
|
||||||
Common.TheInstance.DeleteObjectsFolders();
|
Common.TheInstance.DeleteObjectsFolders();
|
||||||
|
|
|
@ -49,8 +49,8 @@ namespace OpenSim.Tests.Permissions
|
||||||
// In case we're dealing with some older version of nunit
|
// In case we're dealing with some older version of nunit
|
||||||
if (Common.TheInstance == null)
|
if (Common.TheInstance == null)
|
||||||
{
|
{
|
||||||
Common c = new Common();
|
Common.TheInstance = new Common();
|
||||||
c.SetUp();
|
Common.TheInstance.SetUp();
|
||||||
}
|
}
|
||||||
Common.TheInstance.DeleteObjectsFolders();
|
Common.TheInstance.DeleteObjectsFolders();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue