This is the correct work around. Jenkins is confuzzled.

0.9.0-post-fixes
Diva Canto 2017-08-14 16:40:36 -07:00
parent 40f4b30361
commit 6a0b7a607f
2 changed files with 4 additions and 4 deletions

View File

@ -47,8 +47,8 @@ namespace OpenSim.Tests.Permissions
// In case we're dealing with some older version of nunit
if (Common.TheInstance == null)
{
Common c = new Common();
c.SetUp();
Common.TheInstance = new Common();
Common.TheInstance.SetUp();
}
Common.TheInstance.DeleteObjectsFolders();

View File

@ -49,8 +49,8 @@ namespace OpenSim.Tests.Permissions
// In case we're dealing with some older version of nunit
if (Common.TheInstance == null)
{
Common c = new Common();
c.SetUp();
Common.TheInstance = new Common();
Common.TheInstance.SetUp();
}
Common.TheInstance.DeleteObjectsFolders();
}