diff options
author | Justin Clarke Casey | 2008-10-09 21:43:43 +0000 |
---|---|---|
committer | Justin Clarke Casey | 2008-10-09 21:43:43 +0000 |
commit | 7bdfc165358df52a8f3ee3aa78920399c695723c (patch) | |
tree | 4b427bbb6555d29becc41c310594a4e07fc2b759 /OpenSim/Region/ClientStack/LindenUDP/Tests | |
parent | * Fix broken build on Windows (repeat to self: must remember that .net on win... (diff) | |
download | opensim-SC_OLD-7bdfc165358df52a8f3ee3aa78920399c695723c.zip opensim-SC_OLD-7bdfc165358df52a8f3ee3aa78920399c695723c.tar.gz opensim-SC_OLD-7bdfc165358df52a8f3ee3aa78920399c695723c.tar.bz2 opensim-SC_OLD-7bdfc165358df52a8f3ee3aa78920399c695723c.tar.xz |
* fix windows build break - it helps if one actually puts in using statements and spells dlls correctly
Diffstat (limited to 'OpenSim/Region/ClientStack/LindenUDP/Tests')
-rw-r--r-- | OpenSim/Region/ClientStack/LindenUDP/Tests/BasicCircuitTests.cs | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/OpenSim/Region/ClientStack/LindenUDP/Tests/BasicCircuitTests.cs b/OpenSim/Region/ClientStack/LindenUDP/Tests/BasicCircuitTests.cs index c821ca2..22a8f5a 100644 --- a/OpenSim/Region/ClientStack/LindenUDP/Tests/BasicCircuitTests.cs +++ b/OpenSim/Region/ClientStack/LindenUDP/Tests/BasicCircuitTests.cs | |||
@@ -25,8 +25,10 @@ | |||
25 | * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. | 25 | * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
26 | */ | 26 | */ |
27 | 27 | ||
28 | using System; | 28 | using System.Net; |
29 | using NUnit.Framework; | 29 | using NUnit.Framework; |
30 | using OpenSim.Framework; | ||
31 | using OpenSim.Framework.Communications; | ||
30 | using OpenSim.Region.ClientStack; | 32 | using OpenSim.Region.ClientStack; |
31 | using OpenSim.Region.ClientStack.LindenUDP; | 33 | using OpenSim.Region.ClientStack.LindenUDP; |
32 | 34 | ||