From 4c560df8acbf374c73e5ccb882a6fd0a92cdf490 Mon Sep 17 00:00:00 2001 From: "Justin Clark-Casey (justincc)" Date: Fri, 4 Sep 2009 19:22:09 +0100 Subject: [PATCH] If running tests manually, fail immediately on error --- .nant/local.include | 18 +++++++++--------- .../Archiver/InventoryArchiveWriteRequest.cs | 2 -- 2 files changed, 9 insertions(+), 11 deletions(-) diff --git a/.nant/local.include b/.nant/local.include index 54018293b7..8c72c80af3 100644 --- a/.nant/local.include +++ b/.nant/local.include @@ -38,47 +38,47 @@ the assembly here as an exec, and you add the fail clause later. This lets all the unit tests run and tells you if they fail at the end, instead of stopping short --> - + - + - + - + - + - + - + - + - + diff --git a/OpenSim/Region/CoreModules/Avatar/Inventory/Archiver/InventoryArchiveWriteRequest.cs b/OpenSim/Region/CoreModules/Avatar/Inventory/Archiver/InventoryArchiveWriteRequest.cs index f73a7e3844..12c9dcf36a 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 InventoryFolderImpl inventoryFolder = null; InventoryItemBase inventoryItem = null; - /* if (!m_userInfo.HasReceivedInventory) { // 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 m_userInfo.FetchInventory(); } } - */ bool foundStar = false;