aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Tests/Common/Mock/MockUserAccountService.cs
diff options
context:
space:
mode:
authorJustin Clark-Casey (justincc)2010-03-12 20:29:17 +0000
committerJustin Clark-Casey (justincc)2010-03-12 20:29:17 +0000
commitaad17e751383069b799c6a78a3ac4e0ca1020a4d (patch)
tree80b18150e5e91711cb25cf1dc64b1d1a6bcb6182 /OpenSim/Tests/Common/Mock/MockUserAccountService.cs
parentMerge branch 'master' of ssh://justincc@opensimulator.org/var/git/opensim (diff)
downloadopensim-SC_OLD-aad17e751383069b799c6a78a3ac4e0ca1020a4d.zip
opensim-SC_OLD-aad17e751383069b799c6a78a3ac4e0ca1020a4d.tar.gz
opensim-SC_OLD-aad17e751383069b799c6a78a3ac4e0ca1020a4d.tar.bz2
opensim-SC_OLD-aad17e751383069b799c6a78a3ac4e0ca1020a4d.tar.xz
Simplify database setup and remove migration problems by moving all sqlite config-include settings to a separate file for standalone
Update information in StandaloneCommon.ini.example to reflect this Remove ISharedRegionModule interfaces from all SimianGrid connector classes temporarily since this stopped standalone from working (due to absence of AssetURI settings, etc.). Solution here may be to create separate region module connectors as done by local/grid/hypergrid so that loading can be controlled via include files Or otherwise work out how to stop these modules from being loaded for all OpenSim invocations
Diffstat (limited to '')
-rw-r--r--OpenSim/Tests/Common/Mock/MockUserAccountService.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/OpenSim/Tests/Common/Mock/MockUserAccountService.cs b/OpenSim/Tests/Common/Mock/MockUserAccountService.cs
index f5d758a..0769c7a 100644
--- a/OpenSim/Tests/Common/Mock/MockUserAccountService.cs
+++ b/OpenSim/Tests/Common/Mock/MockUserAccountService.cs
@@ -34,6 +34,7 @@ namespace OpenSim.Tests.Common.Mock
34{ 34{
35 public class MockUserAccountService : IUserAccountService 35 public class MockUserAccountService : IUserAccountService
36 { 36 {
37
37 public MockUserAccountService(IConfigSource config) {} 38 public MockUserAccountService(IConfigSource config) {}
38 39
39 public UserAccount GetUserAccount(UUID scopeID, UUID userID) { return new UserAccount(); } 40 public UserAccount GetUserAccount(UUID scopeID, UUID userID) { return new UserAccount(); }