aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ClientStack/Linden/UDP/Tests/LLImageManagerTests.cs
diff options
context:
space:
mode:
authorJustin Clark-Casey (justincc)2013-04-29 22:18:11 +0100
committerJustin Clark-Casey (justincc)2013-04-29 22:18:11 +0100
commit537b243360a69f63210003371d1e6ef9f9c3716c (patch)
treee52b7e2c1aed17062514b1d7b1a08eb47297800e /OpenSim/Region/ClientStack/Linden/UDP/Tests/LLImageManagerTests.cs
parentAdd TestRejectGivenFolder() and TestAcceptGivenFolder() regression tests (diff)
downloadopensim-SC_OLD-537b243360a69f63210003371d1e6ef9f9c3716c.zip
opensim-SC_OLD-537b243360a69f63210003371d1e6ef9f9c3716c.tar.gz
opensim-SC_OLD-537b243360a69f63210003371d1e6ef9f9c3716c.tar.bz2
opensim-SC_OLD-537b243360a69f63210003371d1e6ef9f9c3716c.tar.xz
minor: Eliminate warning in LLimageManagerTests by properly calling through to OpenSimTestCase.SetUp()
Diffstat (limited to 'OpenSim/Region/ClientStack/Linden/UDP/Tests/LLImageManagerTests.cs')
-rw-r--r--OpenSim/Region/ClientStack/Linden/UDP/Tests/LLImageManagerTests.cs2
1 files changed, 2 insertions, 0 deletions
diff --git a/OpenSim/Region/ClientStack/Linden/UDP/Tests/LLImageManagerTests.cs b/OpenSim/Region/ClientStack/Linden/UDP/Tests/LLImageManagerTests.cs
index 7d9f581..a0e0078 100644
--- a/OpenSim/Region/ClientStack/Linden/UDP/Tests/LLImageManagerTests.cs
+++ b/OpenSim/Region/ClientStack/Linden/UDP/Tests/LLImageManagerTests.cs
@@ -75,6 +75,8 @@ namespace OpenSim.Region.ClientStack.LindenUDP.Tests
75 [SetUp] 75 [SetUp]
76 public void SetUp() 76 public void SetUp()
77 { 77 {
78 base.SetUp();
79
78 UUID userId = TestHelpers.ParseTail(0x3); 80 UUID userId = TestHelpers.ParseTail(0x3);
79 81
80 J2KDecoderModule j2kdm = new J2KDecoderModule(); 82 J2KDecoderModule j2kdm = new J2KDecoderModule();