mirror of
https://github.com/opensim/opensim.git
synced 2026-08-06 01:06:30 +08:00
minor: Remove mono compiler warnings in EventQueueTests
This commit is contained in:
@@ -49,8 +49,10 @@ namespace OpenSim.Region.ClientStack.Linden.Tests
|
||||
private TestScene m_scene;
|
||||
|
||||
[SetUp]
|
||||
public void SetUp()
|
||||
public override void SetUp()
|
||||
{
|
||||
base.SetUp();
|
||||
|
||||
uint port = 9999;
|
||||
uint sslPort = 9998;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user