If running tests manually, fail immediately on error

This commit is contained in:
Justin Clark-Casey (justincc)
2009-09-04 19:22:09 +01:00
parent d810ad9e91
commit 4c560df8ac
2 changed files with 9 additions and 11 deletions

View File

@@ -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;