Remove obsolete config option "EventQueue". It's been always on for ages!

This commit is contained in:
Melanie Thielker
2016-12-20 17:10:33 +00:00
parent 66c18438f2
commit 90be8d78c3
4 changed files with 1 additions and 7 deletions

View File

@@ -71,7 +71,6 @@ namespace OpenSim.Region.ClientStack.Linden.Tests
IConfigSource config = new IniConfigSource();
config.AddConfig("Startup");
config.Configs["Startup"].Set("EventQueue", "true");
CapabilitiesModule capsModule = new CapabilitiesModule();
m_eqgMod = new EventQueueGetModule();
@@ -196,4 +195,4 @@ namespace OpenSim.Region.ClientStack.Linden.Tests
Assert.That((int)eventsResponse["int_response_code"], Is.EqualTo((int)HttpStatusCode.BadGateway));
}
}
}
}