diff options
author | Justin Clarke Casey | 2009-01-05 18:52:43 +0000 |
---|---|---|
committer | Justin Clarke Casey | 2009-01-05 18:52:43 +0000 |
commit | 9d62dee531624880a87f2882ae75eaf1191a29fc (patch) | |
tree | a15ca7c5801770d54990ba6d3e69b2127b29ed58 /OpenSim/Framework | |
parent | * Resolve a few bugs in the Stats Collector (diff) | |
download | opensim-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')
-rw-r--r-- | OpenSim/Framework/Communications/Tests/LoginServiceTests.cs | 2 |
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; | |||
29 | using System.Collections; | 29 | using System.Collections; |
30 | using System.Net; | 30 | using System.Net; |
31 | using System.Text.RegularExpressions; | 31 | using System.Text.RegularExpressions; |
32 | using System.Xml; | ||
33 | using Nini; | ||
32 | using NUnit.Framework; | 34 | using NUnit.Framework; |
33 | using NUnit.Framework.SyntaxHelpers; | 35 | using NUnit.Framework.SyntaxHelpers; |
34 | using Nwc.XmlRpc; | 36 | using Nwc.XmlRpc; |