minor: Remove mono compiler warnings in EventQueueTests
parent
5201433d8b
commit
248cb10b24
|
@ -49,8 +49,10 @@ namespace OpenSim.Region.ClientStack.Linden.Tests
|
||||||
private TestScene m_scene;
|
private TestScene m_scene;
|
||||||
|
|
||||||
[SetUp]
|
[SetUp]
|
||||||
public void SetUp()
|
public override void SetUp()
|
||||||
{
|
{
|
||||||
|
base.SetUp();
|
||||||
|
|
||||||
uint port = 9999;
|
uint port = 9999;
|
||||||
uint sslPort = 9998;
|
uint sslPort = 9998;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue