diff options
author | Diva Canto | 2017-08-14 16:49:11 -0700 |
---|---|---|
committer | Diva Canto | 2017-08-14 16:49:11 -0700 |
commit | 8b6557e377f7bac1bdb38f3e6dd22c797417d09c (patch) | |
tree | 41e228bbd3dcc90fcd29accd1aaf2a0914129c82 /OpenSim/Tests/Permissions/IndirectTransferTests.cs | |
parent | This is the correct work around. Jenkins is confuzzled. (diff) | |
download | opensim-SC-8b6557e377f7bac1bdb38f3e6dd22c797417d09c.zip opensim-SC-8b6557e377f7bac1bdb38f3e6dd22c797417d09c.tar.gz opensim-SC-8b6557e377f7bac1bdb38f3e6dd22c797417d09c.tar.bz2 opensim-SC-8b6557e377f7bac1bdb38f3e6dd22c797417d09c.tar.xz |
Let's try giving Common a default constructor instead of the workaround
Diffstat (limited to 'OpenSim/Tests/Permissions/IndirectTransferTests.cs')
-rw-r--r-- | OpenSim/Tests/Permissions/IndirectTransferTests.cs | 6 |
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 | ||