minor: disable logging in regression test TestClientThrottleSetNoLimit

ghosts
Justin Clark-Casey (justincc) 2014-10-08 20:54:09 +01:00
parent c993067204
commit b6eaef79dd
1 changed files with 1 additions and 1 deletions

View File

@ -57,7 +57,7 @@ namespace OpenSim.Region.ClientStack.LindenUDP.Tests
public void TestClientThrottleSetNoLimit() public void TestClientThrottleSetNoLimit()
{ {
TestHelpers.InMethod(); TestHelpers.InMethod();
TestHelpers.EnableLogging(); // TestHelpers.EnableLogging();
Scene scene = new SceneHelpers().SetupScene(); Scene scene = new SceneHelpers().SetupScene();
TestLLUDPServer udpServer = ClientStackHelpers.AddUdpServer(scene); TestLLUDPServer udpServer = ClientStackHelpers.AddUdpServer(scene);