Add regression test to check that OARs start with the control file.

This commit is contained in:
Justin Clark-Casey (justincc)
2011-04-18 22:35:33 +01:00
parent e00e518692
commit 6600aa2baf
3 changed files with 21 additions and 9 deletions

View File

@@ -77,6 +77,9 @@ namespace OpenSim.Region.CoreModules.Avatar.Inventory.Archiver
/// </value>
private Stream m_loadStream;
/// <summary>
/// Has the control file been loaded for this archive?
/// </summary>
public bool ControlFileLoaded { get; private set; }
protected bool m_assetsLoaded;