minor: Remove mono compiler warnings in EventQueueTests

user_profiles
Justin Clark-Casey (justincc) 2013-03-11 22:42:27 +00:00
parent 13f3bcae94
commit e898a5fec5
1 changed files with 3 additions and 1 deletions

View File

@ -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;