aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Tests/Permissions/IndirectTransferTests.cs
diff options
context:
space:
mode:
authorDiva Canto2017-08-14 16:49:11 -0700
committerDiva Canto2017-08-14 16:49:11 -0700
commit8b6557e377f7bac1bdb38f3e6dd22c797417d09c (patch)
tree41e228bbd3dcc90fcd29accd1aaf2a0914129c82 /OpenSim/Tests/Permissions/IndirectTransferTests.cs
parentThis is the correct work around. Jenkins is confuzzled. (diff)
downloadopensim-SC_OLD-8b6557e377f7bac1bdb38f3e6dd22c797417d09c.zip
opensim-SC_OLD-8b6557e377f7bac1bdb38f3e6dd22c797417d09c.tar.gz
opensim-SC_OLD-8b6557e377f7bac1bdb38f3e6dd22c797417d09c.tar.bz2
opensim-SC_OLD-8b6557e377f7bac1bdb38f3e6dd22c797417d09c.tar.xz
Let's try giving Common a default constructor instead of the workaround
Diffstat (limited to '')
-rw-r--r--OpenSim/Tests/Permissions/IndirectTransferTests.cs6
1 files changed, 0 insertions, 6 deletions
diff --git a/OpenSim/Tests/Permissions/IndirectTransferTests.cs b/OpenSim/Tests/Permissions/IndirectTransferTests.cs
index fb96b8b..66a228a 100644
--- a/OpenSim/Tests/Permissions/IndirectTransferTests.cs
+++ b/OpenSim/Tests/Permissions/IndirectTransferTests.cs
@@ -46,12 +46,6 @@ namespace OpenSim.Tests.Permissions
46 [SetUp] 46 [SetUp]
47 public void SetUp() 47 public void SetUp()
48 { 48 {
49 // In case we're dealing with some older version of nunit
50 if (Common.TheInstance == null)
51 {
52 Common.TheInstance = new Common();
53 Common.TheInstance.SetUp();
54 }
55 Common.TheInstance.DeleteObjectsFolders(); 49 Common.TheInstance.DeleteObjectsFolders();
56 } 50 }
57 51