aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim
diff options
context:
space:
mode:
authorJustin Clark-Casey (justincc)2009-09-04 19:22:09 +0100
committerJustin Clark-Casey (justincc)2009-09-04 19:22:09 +0100
commit4c560df8acbf374c73e5ccb882a6fd0a92cdf490 (patch)
tree77d1c8da668afec0448eafb6b7684d5af1cf94aa /OpenSim
parentIf a test dll fails when manually run, stop immediately rather than trying al... (diff)
downloadopensim-SC_OLD-4c560df8acbf374c73e5ccb882a6fd0a92cdf490.zip
opensim-SC_OLD-4c560df8acbf374c73e5ccb882a6fd0a92cdf490.tar.gz
opensim-SC_OLD-4c560df8acbf374c73e5ccb882a6fd0a92cdf490.tar.bz2
opensim-SC_OLD-4c560df8acbf374c73e5ccb882a6fd0a92cdf490.tar.xz
If running tests manually, fail immediately on error
Diffstat (limited to 'OpenSim')
-rw-r--r--OpenSim/Region/CoreModules/Avatar/Inventory/Archiver/InventoryArchiveWriteRequest.cs2
1 files changed, 0 insertions, 2 deletions
diff --git a/OpenSim/Region/CoreModules/Avatar/Inventory/Archiver/InventoryArchiveWriteRequest.cs b/OpenSim/Region/CoreModules/Avatar/Inventory/Archiver/InventoryArchiveWriteRequest.cs
index f73a7e3..12c9dcf 100644
--- a/OpenSim/Region/CoreModules/Avatar/Inventory/Archiver/InventoryArchiveWriteRequest.cs
+++ b/OpenSim/Region/CoreModules/Avatar/Inventory/Archiver/InventoryArchiveWriteRequest.cs
@@ -199,7 +199,6 @@ namespace OpenSim.Region.CoreModules.Avatar.Inventory.Archiver
199 InventoryFolderImpl inventoryFolder = null; 199 InventoryFolderImpl inventoryFolder = null;
200 InventoryItemBase inventoryItem = null; 200 InventoryItemBase inventoryItem = null;
201 201
202 /*
203 if (!m_userInfo.HasReceivedInventory) 202 if (!m_userInfo.HasReceivedInventory)
204 { 203 {
205 // If the region server has access to the user admin service (by which users are created), 204 // If the region server has access to the user admin service (by which users are created),
@@ -221,7 +220,6 @@ namespace OpenSim.Region.CoreModules.Avatar.Inventory.Archiver
221 m_userInfo.FetchInventory(); 220 m_userInfo.FetchInventory();
222 } 221 }
223 } 222 }
224 */
225 223
226 bool foundStar = false; 224 bool foundStar = false;
227 225