diff options
Diffstat (limited to 'OpenSim/Tests/Permissions/DirectTransferTests.cs')
-rw-r--r-- | OpenSim/Tests/Permissions/DirectTransferTests.cs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/OpenSim/Tests/Permissions/DirectTransferTests.cs b/OpenSim/Tests/Permissions/DirectTransferTests.cs index c3dfa6c..0f251db 100644 --- a/OpenSim/Tests/Permissions/DirectTransferTests.cs +++ b/OpenSim/Tests/Permissions/DirectTransferTests.cs | |||
@@ -47,8 +47,8 @@ namespace OpenSim.Tests.Permissions | |||
47 | // In case we're dealing with some older version of nunit | 47 | // In case we're dealing with some older version of nunit |
48 | if (Common.TheInstance == null) | 48 | if (Common.TheInstance == null) |
49 | { | 49 | { |
50 | Common c = new Common(); | 50 | Common.TheInstance = new Common(); |
51 | c.SetUp(); | 51 | Common.TheInstance.SetUp(); |
52 | } | 52 | } |
53 | 53 | ||
54 | Common.TheInstance.DeleteObjectsFolders(); | 54 | Common.TheInstance.DeleteObjectsFolders(); |