mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 00:46:02 +08:00
This is the correct work around. Jenkins is confuzzled.
This commit is contained in:
@@ -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();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user