diff options
author | Justin Clark-Casey (justincc) | 2011-04-18 22:35:33 +0100 |
---|---|---|
committer | Justin Clark-Casey (justincc) | 2011-04-18 22:35:33 +0100 |
commit | 6600aa2baf56e1f58e50eb5589de876e910131bb (patch) | |
tree | 09459dae35add58e7620a87b7d1e8ac5031ecac6 /OpenSim/Region/CoreModules/Avatar | |
parent | add test to ensure that an IAR starts with the control file (diff) | |
download | opensim-SC_OLD-6600aa2baf56e1f58e50eb5589de876e910131bb.zip opensim-SC_OLD-6600aa2baf56e1f58e50eb5589de876e910131bb.tar.gz opensim-SC_OLD-6600aa2baf56e1f58e50eb5589de876e910131bb.tar.bz2 opensim-SC_OLD-6600aa2baf56e1f58e50eb5589de876e910131bb.tar.xz |
Add regression test to check that OARs start with the control file.
Diffstat (limited to 'OpenSim/Region/CoreModules/Avatar')
-rw-r--r-- | OpenSim/Region/CoreModules/Avatar/Inventory/Archiver/InventoryArchiveReadRequest.cs | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/OpenSim/Region/CoreModules/Avatar/Inventory/Archiver/InventoryArchiveReadRequest.cs b/OpenSim/Region/CoreModules/Avatar/Inventory/Archiver/InventoryArchiveReadRequest.cs index 9acdc90..a12931f 100644 --- a/OpenSim/Region/CoreModules/Avatar/Inventory/Archiver/InventoryArchiveReadRequest.cs +++ b/OpenSim/Region/CoreModules/Avatar/Inventory/Archiver/InventoryArchiveReadRequest.cs | |||
@@ -77,6 +77,9 @@ namespace OpenSim.Region.CoreModules.Avatar.Inventory.Archiver | |||
77 | /// </value> | 77 | /// </value> |
78 | private Stream m_loadStream; | 78 | private Stream m_loadStream; |
79 | 79 | ||
80 | /// <summary> | ||
81 | /// Has the control file been loaded for this archive? | ||
82 | /// </summary> | ||
80 | public bool ControlFileLoaded { get; private set; } | 83 | public bool ControlFileLoaded { get; private set; } |
81 | 84 | ||
82 | protected bool m_assetsLoaded; | 85 | protected bool m_assetsLoaded; |