diff options
Diffstat (limited to 'OpenSim/Region/ClientStack/LindenUDP/Tests/BasicCircuitTests.cs')
-rw-r--r-- | OpenSim/Region/ClientStack/LindenUDP/Tests/BasicCircuitTests.cs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/OpenSim/Region/ClientStack/LindenUDP/Tests/BasicCircuitTests.cs b/OpenSim/Region/ClientStack/LindenUDP/Tests/BasicCircuitTests.cs index 3b3eb91..cf24e58 100644 --- a/OpenSim/Region/ClientStack/LindenUDP/Tests/BasicCircuitTests.cs +++ b/OpenSim/Region/ClientStack/LindenUDP/Tests/BasicCircuitTests.cs | |||
@@ -44,10 +44,10 @@ namespace OpenSim.Region.ClientStack.LindenUDP | |||
44 | [Test] | 44 | [Test] |
45 | public void TestAddClient() | 45 | public void TestAddClient() |
46 | { | 46 | { |
47 | IClientNetworkServer llUdpServer = new LLUDPServer(); | 47 | TestLLUDPServer testLLUDPServer = new TestLLUDPServer(); |
48 | 48 | ||
49 | uint port = 666; | 49 | uint port = 666; |
50 | llUdpServer.Initialise(null, ref port, -1, false, new ClientStackUserSettings(), null, null); | 50 | testLLUDPServer.Initialise(null, ref port, -1, false, new ClientStackUserSettings(), null, null); |
51 | 51 | ||
52 | //UseCircuitCodePacket uccp = new UseCircuitCodePacket(); | 52 | //UseCircuitCodePacket uccp = new UseCircuitCodePacket(); |
53 | //llUdpServer.epS | 53 | //llUdpServer.epS |