* Establish InventoryArchiveSaved event for unit tests

* This is done on the inventory archiver module directly rather than Scene.EventManager - the module seems the more appropriate location
This commit is contained in:
Justin Clarke Casey
2009-02-17 15:39:18 +00:00
parent 2a67c5ec8b
commit 229b69e044
6 changed files with 89 additions and 36 deletions

View File

@@ -42,7 +42,7 @@ namespace OpenSim.Framework
get { return m_name; }
set { m_name = value; }
}
private string m_name;
private string m_name = string.Empty;
/// <summary>
/// A UUID containing the ID for the inventory node itself