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/DirectTransferTests.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/DirectTransferTests.cs')
-rw-r--r-- | OpenSim/Tests/Permissions/DirectTransferTests.cs | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/OpenSim/Tests/Permissions/DirectTransferTests.cs b/OpenSim/Tests/Permissions/DirectTransferTests.cs index 0f251db..c68bbdf 100644 --- a/OpenSim/Tests/Permissions/DirectTransferTests.cs +++ b/OpenSim/Tests/Permissions/DirectTransferTests.cs | |||
@@ -44,13 +44,6 @@ namespace OpenSim.Tests.Permissions | |||
44 | [SetUp] | 44 | [SetUp] |
45 | public void SetUp() | 45 | public void SetUp() |
46 | { | 46 | { |
47 | // In case we're dealing with some older version of nunit | ||
48 | if (Common.TheInstance == null) | ||
49 | { | ||
50 | Common.TheInstance = new Common(); | ||
51 | Common.TheInstance.SetUp(); | ||
52 | } | ||
53 | |||
54 | Common.TheInstance.DeleteObjectsFolders(); | 47 | Common.TheInstance.DeleteObjectsFolders(); |
55 | } | 48 | } |
56 | 49 | ||