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

user_profiles
Justin Clark-Casey (justincc) 2013-04-29 22:18:11 +01:00
parent 67789201c3
commit 537b243360
1 changed files with 2 additions and 0 deletions

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();