minor: Eliminate warning in LLimageManagerTests by properly calling through to OpenSimTestCase.SetUp()
parent
67789201c3
commit
537b243360
|
@ -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();
|
||||
|
|
Loading…
Reference in New Issue