aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ClientStack
diff options
context:
space:
mode:
authorJustin Clark-Casey (justincc)2014-10-08 20:54:09 +0100
committerJustin Clark-Casey (justincc)2014-11-25 23:18:40 +0000
commitaf0a851ebac1c2cc4323f96ebe364ba072887506 (patch)
tree2b01f913e82f1542754c60fad46a88b3c257bf24 /OpenSim/Region/ClientStack
parentminor: comment out unused method in regression BasicCircuitTests (diff)
downloadopensim-SC_OLD-af0a851ebac1c2cc4323f96ebe364ba072887506.zip
opensim-SC_OLD-af0a851ebac1c2cc4323f96ebe364ba072887506.tar.gz
opensim-SC_OLD-af0a851ebac1c2cc4323f96ebe364ba072887506.tar.bz2
opensim-SC_OLD-af0a851ebac1c2cc4323f96ebe364ba072887506.tar.xz
minor: disable logging in regression test TestClientThrottleSetNoLimit
Diffstat (limited to 'OpenSim/Region/ClientStack')
-rw-r--r--OpenSim/Region/ClientStack/Linden/UDP/Tests/ThrottleTests.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/ClientStack/Linden/UDP/Tests/ThrottleTests.cs b/OpenSim/Region/ClientStack/Linden/UDP/Tests/ThrottleTests.cs
index 83d5b5f..31ea328 100644
--- a/OpenSim/Region/ClientStack/Linden/UDP/Tests/ThrottleTests.cs
+++ b/OpenSim/Region/ClientStack/Linden/UDP/Tests/ThrottleTests.cs
@@ -57,7 +57,7 @@ namespace OpenSim.Region.ClientStack.LindenUDP.Tests
57 public void TestClientThrottleSetNoLimit() 57 public void TestClientThrottleSetNoLimit()
58 { 58 {
59 TestHelpers.InMethod(); 59 TestHelpers.InMethod();
60 TestHelpers.EnableLogging(); 60// TestHelpers.EnableLogging();
61 61
62 Scene scene = new SceneHelpers().SetupScene(); 62 Scene scene = new SceneHelpers().SetupScene();
63 TestLLUDPServer udpServer = ClientStackHelpers.AddUdpServer(scene); 63 TestLLUDPServer udpServer = ClientStackHelpers.AddUdpServer(scene);