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
|
||||
if (Common.TheInstance == null)
|
||||
{
|
||||
Common c = new Common();
|
||||
c.SetUp();
|
||||
Common.TheInstance = new Common();
|
||||
Common.TheInstance.SetUp();
|
||||
}
|
||||
|
||||
Common.TheInstance.DeleteObjectsFolders();
|
||||
|
|
|
@ -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();
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue