diff options
author | Justin Clarke Casey | 2008-10-16 19:50:12 +0000 |
---|---|---|
committer | Justin Clarke Casey | 2008-10-16 19:50:12 +0000 |
commit | 82b7374ed293d6ec3449922625e6c1e2e34cc5c5 (patch) | |
tree | 14fc456ad5487db01011f0f95c61e8e2112f64d4 /OpenSim/Region/ClientStack/LindenUDP/Tests | |
parent | - Removed debug print method (diff) | |
download | opensim-SC_OLD-82b7374ed293d6ec3449922625e6c1e2e34cc5c5.zip opensim-SC_OLD-82b7374ed293d6ec3449922625e6c1e2e34cc5c5.tar.gz opensim-SC_OLD-82b7374ed293d6ec3449922625e6c1e2e34cc5c5.tar.bz2 opensim-SC_OLD-82b7374ed293d6ec3449922625e6c1e2e34cc5c5.tar.xz |
* minor: get rid of pointless ipeSender
Diffstat (limited to 'OpenSim/Region/ClientStack/LindenUDP/Tests')
-rw-r--r-- | OpenSim/Region/ClientStack/LindenUDP/Tests/BasicCircuitTests.cs | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/OpenSim/Region/ClientStack/LindenUDP/Tests/BasicCircuitTests.cs b/OpenSim/Region/ClientStack/LindenUDP/Tests/BasicCircuitTests.cs index 22a8f5a..ce7896e 100644 --- a/OpenSim/Region/ClientStack/LindenUDP/Tests/BasicCircuitTests.cs +++ b/OpenSim/Region/ClientStack/LindenUDP/Tests/BasicCircuitTests.cs | |||
@@ -27,12 +27,13 @@ | |||
27 | 27 | ||
28 | using System.Net; | 28 | using System.Net; |
29 | using NUnit.Framework; | 29 | using NUnit.Framework; |
30 | using OpenMetaverse.Packets; | ||
30 | using OpenSim.Framework; | 31 | using OpenSim.Framework; |
31 | using OpenSim.Framework.Communications; | 32 | using OpenSim.Framework.Communications; |
32 | using OpenSim.Region.ClientStack; | 33 | using OpenSim.Region.ClientStack; |
33 | using OpenSim.Region.ClientStack.LindenUDP; | 34 | using OpenSim.Region.ClientStack.LindenUDP; |
34 | 35 | ||
35 | namespace OpenSim.Region.ClientStack.LindenUDP.Tests | 36 | namespace OpenSim.Region.ClientStack.LindenUDP |
36 | { | 37 | { |
37 | /// <summary> | 38 | /// <summary> |
38 | /// This will contain basic tests for the LindenUDP client stack | 39 | /// This will contain basic tests for the LindenUDP client stack |
@@ -47,6 +48,9 @@ namespace OpenSim.Region.ClientStack.LindenUDP.Tests | |||
47 | 48 | ||
48 | uint port = 666; | 49 | uint port = 666; |
49 | llUdpServer.Initialise(null, ref port, -1, false, new ClientStackUserSettings(), null, null); | 50 | llUdpServer.Initialise(null, ref port, -1, false, new ClientStackUserSettings(), null, null); |
51 | |||
52 | UseCircuitCodePacket uccp = new UseCircuitCodePacket(); | ||
53 | //llUdpServer.epS | ||
50 | } | 54 | } |
51 | } | 55 | } |
52 | } | 56 | } |