diff options
author | Diva Canto | 2009-09-23 20:51:04 -0700 |
---|---|---|
committer | Diva Canto | 2009-09-23 20:51:04 -0700 |
commit | 1260c81a9cfc19306e2053a8b066e50c78dbc7c1 (patch) | |
tree | 8c7dc9c5ff495b5f258b8653dcb02ab0708a7d00 /OpenSim/Data/Null | |
parent | First test passes -- regions being registered and retrieved correctly in Data... (diff) | |
download | opensim-SC_OLD-1260c81a9cfc19306e2053a8b066e50c78dbc7c1.zip opensim-SC_OLD-1260c81a9cfc19306e2053a8b066e50c78dbc7c1.tar.gz opensim-SC_OLD-1260c81a9cfc19306e2053a8b066e50c78dbc7c1.tar.bz2 opensim-SC_OLD-1260c81a9cfc19306e2053a8b066e50c78dbc7c1.tar.xz |
More tests. Seems to be working.
Grid connector modules are enabled for standalones only, but nothing in the simulator uses them yet, so it's safe to go in.
Diffstat (limited to 'OpenSim/Data/Null')
-rw-r--r-- | OpenSim/Data/Null/NullRegionData.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Data/Null/NullRegionData.cs b/OpenSim/Data/Null/NullRegionData.cs index 03489f9..e976c40 100644 --- a/OpenSim/Data/Null/NullRegionData.cs +++ b/OpenSim/Data/Null/NullRegionData.cs | |||
@@ -40,7 +40,7 @@ namespace OpenSim.Data.Null | |||
40 | 40 | ||
41 | public NullRegionData(string connectionString, string realm) | 41 | public NullRegionData(string connectionString, string realm) |
42 | { | 42 | { |
43 | Console.WriteLine("[XXX] NullRegionData constructor"); | 43 | //Console.WriteLine("[XXX] NullRegionData constructor"); |
44 | } | 44 | } |
45 | 45 | ||
46 | public List<RegionData> Get(string regionName, UUID scopeID) | 46 | public List<RegionData> Get(string regionName, UUID scopeID) |