diff options
author | Justin Clark-Casey | 2009-08-05 17:33:23 +0100 |
---|---|---|
committer | Justin Clark-Casey | 2009-08-05 17:33:23 +0100 |
commit | 190bdc8a2e8fa842759087749592769f951834ab (patch) | |
tree | 5f8015500e8602417018ba409edc1cfd0acc674d /OpenSim/Framework/Communications | |
parent | reinstate TestReplicateArchivePathToUserInventory() (diff) | |
download | opensim-SC_OLD-190bdc8a2e8fa842759087749592769f951834ab.zip opensim-SC_OLD-190bdc8a2e8fa842759087749592769f951834ab.tar.gz opensim-SC_OLD-190bdc8a2e8fa842759087749592769f951834ab.tar.bz2 opensim-SC_OLD-190bdc8a2e8fa842759087749592769f951834ab.tar.xz |
* Remove some mono compiler warnings
Diffstat (limited to 'OpenSim/Framework/Communications')
-rw-r--r-- | OpenSim/Framework/Communications/Tests/LoginServiceTests.cs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/OpenSim/Framework/Communications/Tests/LoginServiceTests.cs b/OpenSim/Framework/Communications/Tests/LoginServiceTests.cs index 4070b49..47e0293 100644 --- a/OpenSim/Framework/Communications/Tests/LoginServiceTests.cs +++ b/OpenSim/Framework/Communications/Tests/LoginServiceTests.cs | |||
@@ -90,8 +90,8 @@ namespace OpenSim.Framework.Communications.Tests | |||
90 | TestHelper.InMethod(); | 90 | TestHelper.InMethod(); |
91 | // We want to use our own LoginService for this test, one that | 91 | // We want to use our own LoginService for this test, one that |
92 | // doesn't require authentication. | 92 | // doesn't require authentication. |
93 | LoginService loginService = new LLStandaloneLoginService((UserManagerBase)m_commsManager.UserService, "Hello folks", new TestInventoryService(), | 93 | new LLStandaloneLoginService((UserManagerBase)m_commsManager.UserService, "Hello folks", new TestInventoryService(), |
94 | m_commsManager.NetworkServersInfo, false, new LibraryRootFolder(String.Empty), m_regionConnector); | 94 | m_commsManager.NetworkServersInfo, false, new LibraryRootFolder(String.Empty), m_regionConnector); |
95 | 95 | ||
96 | Hashtable loginParams = new Hashtable(); | 96 | Hashtable loginParams = new Hashtable(); |
97 | loginParams["first"] = m_firstName; | 97 | loginParams["first"] = m_firstName; |