diff options
author | Justin Clarke Casey | 2008-10-23 17:16:13 +0000 |
---|---|---|
committer | Justin Clarke Casey | 2008-10-23 17:16:13 +0000 |
commit | ee3c428040fd026a92f3dd9a43ab4f88dec38181 (patch) | |
tree | 1e165d077d9fe2ba88a9b064c79faa827baf19f7 /OpenSim/Region/ClientStack/LindenUDP/Tests/BasicCircuitTests.cs | |
parent | adding documentation for region_master_uuid to XML doc comments (diff) | |
download | opensim-SC_OLD-ee3c428040fd026a92f3dd9a43ab4f88dec38181.zip opensim-SC_OLD-ee3c428040fd026a92f3dd9a43ab4f88dec38181.tar.gz opensim-SC_OLD-ee3c428040fd026a92f3dd9a43ab4f88dec38181.tar.bz2 opensim-SC_OLD-ee3c428040fd026a92f3dd9a43ab4f88dec38181.tar.xz |
* Refactor LLUDPServer slightly so that unit tests can pass in data synchronously. Shouldn't be any functional change
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 |