aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/Communications/Tests
diff options
context:
space:
mode:
authorJustin Clarke Casey2009-01-05 18:52:43 +0000
committerJustin Clarke Casey2009-01-05 18:52:43 +0000
commit9d62dee531624880a87f2882ae75eaf1191a29fc (patch)
treea15ca7c5801770d54990ba6d3e69b2127b29ed58 /OpenSim/Framework/Communications/Tests
parent* Resolve a few bugs in the Stats Collector (diff)
downloadopensim-SC_OLD-9d62dee531624880a87f2882ae75eaf1191a29fc.zip
opensim-SC_OLD-9d62dee531624880a87f2882ae75eaf1191a29fc.tar.gz
opensim-SC_OLD-9d62dee531624880a87f2882ae75eaf1191a29fc.tar.bz2
opensim-SC_OLD-9d62dee531624880a87f2882ae75eaf1191a29fc.tar.xz
* Add prereqs and usings required by the Windows compiler
Diffstat (limited to 'OpenSim/Framework/Communications/Tests')
-rw-r--r--OpenSim/Framework/Communications/Tests/LoginServiceTests.cs2
1 files changed, 2 insertions, 0 deletions
diff --git a/OpenSim/Framework/Communications/Tests/LoginServiceTests.cs b/OpenSim/Framework/Communications/Tests/LoginServiceTests.cs
index 2dc644a..a78e093 100644
--- a/OpenSim/Framework/Communications/Tests/LoginServiceTests.cs
+++ b/OpenSim/Framework/Communications/Tests/LoginServiceTests.cs
@@ -29,6 +29,8 @@ using System;
29using System.Collections; 29using System.Collections;
30using System.Net; 30using System.Net;
31using System.Text.RegularExpressions; 31using System.Text.RegularExpressions;
32using System.Xml;
33using Nini;
32using NUnit.Framework; 34using NUnit.Framework;
33using NUnit.Framework.SyntaxHelpers; 35using NUnit.Framework.SyntaxHelpers;
34using Nwc.XmlRpc; 36using Nwc.XmlRpc;