minor: Eliminate warning in LLimageManagerTests by properly calling through to OpenSimTestCase.SetUp()

This commit is contained in:
Justin Clark-Casey (justincc)
2013-04-29 22:18:11 +01:00
parent 67789201c3
commit 537b243360

View File

@@ -75,6 +75,8 @@ namespace OpenSim.Region.ClientStack.LindenUDP.Tests
[SetUp]
public void SetUp()
{
base.SetUp();
UUID userId = TestHelpers.ParseTail(0x3);
J2KDecoderModule j2kdm = new J2KDecoderModule();