aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Tests/Permissions/IndirectTransferTests.cs
diff options
context:
space:
mode:
Diffstat (limited to 'OpenSim/Tests/Permissions/IndirectTransferTests.cs')
-rw-r--r--OpenSim/Tests/Permissions/IndirectTransferTests.cs4
1 files changed, 2 insertions, 2 deletions
diff --git a/OpenSim/Tests/Permissions/IndirectTransferTests.cs b/OpenSim/Tests/Permissions/IndirectTransferTests.cs
index e33332a..fb96b8b 100644
--- a/OpenSim/Tests/Permissions/IndirectTransferTests.cs
+++ b/OpenSim/Tests/Permissions/IndirectTransferTests.cs
@@ -49,8 +49,8 @@ namespace OpenSim.Tests.Permissions
49 // In case we're dealing with some older version of nunit 49 // In case we're dealing with some older version of nunit
50 if (Common.TheInstance == null) 50 if (Common.TheInstance == null)
51 { 51 {
52 Common c = new Common(); 52 Common.TheInstance = new Common();
53 c.SetUp(); 53 Common.TheInstance.SetUp();
54 } 54 }
55 Common.TheInstance.DeleteObjectsFolders(); 55 Common.TheInstance.DeleteObjectsFolders();
56 } 56 }