diff options
author | Justin Clark-Casey (justincc) | 2013-07-06 00:55:14 +0100 |
---|---|---|
committer | Justin Clark-Casey (justincc) | 2013-07-06 00:55:14 +0100 |
commit | 98de67d57316a20fc813db853d6175fb8d8783ef (patch) | |
tree | af4825e078375c35d7285148278d43cca57b048c | |
parent | Get InventoryWorkerThreads to update watchdog on processing requests (diff) | |
download | opensim-SC_OLD-98de67d57316a20fc813db853d6175fb8d8783ef.zip opensim-SC_OLD-98de67d57316a20fc813db853d6175fb8d8783ef.tar.gz opensim-SC_OLD-98de67d57316a20fc813db853d6175fb8d8783ef.tar.bz2 opensim-SC_OLD-98de67d57316a20fc813db853d6175fb8d8783ef.tar.xz |
Fix mono warning in LLImageManagerTests
-rw-r--r-- | OpenSim/Region/ClientStack/Linden/UDP/Tests/LLImageManagerTests.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/ClientStack/Linden/UDP/Tests/LLImageManagerTests.cs b/OpenSim/Region/ClientStack/Linden/UDP/Tests/LLImageManagerTests.cs index a0e0078..83144e3 100644 --- a/OpenSim/Region/ClientStack/Linden/UDP/Tests/LLImageManagerTests.cs +++ b/OpenSim/Region/ClientStack/Linden/UDP/Tests/LLImageManagerTests.cs | |||
@@ -73,7 +73,7 @@ namespace OpenSim.Region.ClientStack.LindenUDP.Tests | |||
73 | } | 73 | } |
74 | 74 | ||
75 | [SetUp] | 75 | [SetUp] |
76 | public void SetUp() | 76 | public override void SetUp() |
77 | { | 77 | { |
78 | base.SetUp(); | 78 | base.SetUp(); |
79 | 79 | ||