* test: Add basic scene test which merely instantiates the scene right now

* set debug scene name on scene registration, rather than within the Scene constructor
This commit is contained in:
Justin Clarke Casey
2008-10-31 18:39:51 +00:00
parent 1f52ca97c7
commit 269303d97d
5 changed files with 66 additions and 13 deletions

View File

@@ -111,8 +111,6 @@ namespace OpenSim
protected List<IApplicationPlugin> m_plugins = new List<IApplicationPlugin>();
protected IConfigSource m_finalConfig = null;
//protected IniConfigSource m_config;
protected OpenSimConfigSource m_config;
public OpenSimConfigSource ConfigSource